From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: bug: isearch hides text that should be shown, ignoring all show variables Date: Sat, 10 Jan 2015 18:12:43 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA75C-0000YD-Pf for emacs-orgmode@gnu.org; Sat, 10 Jan 2015 20:12:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YA75C-0000IL-1i for emacs-orgmode@gnu.org; Sat, 10 Jan 2015 20:12:46 -0500 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:47867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA75B-0000IB-QN for emacs-orgmode@gnu.org; Sat, 10 Jan 2015 20:12:45 -0500 Received: by mail-la0-f53.google.com with SMTP id gm9so20005597lab.12 for ; Sat, 10 Jan 2015 17:12:44 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org a similar bug to "bug: isearch puts ellipses at top of window" [which has an ecm]: * aa * a text *** b text *** c text * d and isearch for text sometimes produces the output below at top of window: ... * a text ... * d and sometimes this: ... * a text *** b * d both are not what i want. to me, nothing should ever be hidden in org unless it can be hidden using arrow keys and tab. i don't have an ecm. samuel