From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Subject: Re: Has anybody noticed ellipses instead of the top line of the window? Date: Wed, 06 Feb 2013 11:07:45 -0500 Message-ID: <87lib15stq.wl@mail.com> References: <871ud2mv3j.fsf@bzg.ath.cx> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U37b5-0001gB-NE for emacs-orgmode@gnu.org; Wed, 06 Feb 2013 11:11:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U37b3-0003N5-Rf for emacs-orgmode@gnu.org; Wed, 06 Feb 2013 11:11:43 -0500 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:44982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U37b3-0003Ie-LV for emacs-orgmode@gnu.org; Wed, 06 Feb 2013 11:11:41 -0500 In-Reply-To: <871ud2mv3j.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode On Wed, 30 Jan 2013 18:36:16 +0100, Bastien spake thus: > > Org's visibility code then inserts the ... at the top line of the > > window for unknown reasons. > Can you help me reproduce it? I also have visibility problems when performing undo-es. I can reproduce such an ellipsis by : - Cutting part of the buffer containing an ellipsis - Undoing the cut On the attached example, all being visible, fold the first second level headline, kill its line (C-k with cursor at the beginning of line), and undo the kill. The buffer then looks like [ellipsis] ** next headlines Instead of the initial view (seeing the main headline, etc.) (That doesn't happen if, all folded, you unfold the main headline, then cut the still-folded second-level headline and undo, apparently.) > Also, what is the value of these variables? > `org-show-hierarchy-above' t > `org-show-following-heading' t > `org-show-entry-below' ((default)) > `org-show-siblings' t -- William