From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Display bug: Folding headline at EOF without newline Date: Tue, 18 Aug 2009 07:56:46 +0100 Message-ID: <3466BD49-CACB-4E03-8B35-EA722C864611@gmail.com> References: <878whjifqy.wl%maus.david@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdJ38-0007MQ-8p for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 03:24:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdJ33-0007ES-Jp for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 03:24:05 -0400 Received: from [199.232.76.173] (port=55326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdJ33-0007Dx-9x for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 03:24:01 -0400 Received: from mx20.gnu.org ([199.232.41.8]:37197) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdJ32-0007HI-JB for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 03:24:00 -0400 Received: from mail-bw0-f218.google.com ([209.85.218.218]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdJ31-0003OC-Mq for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 03:23:59 -0400 Received: by bwz18 with SMTP id 18so2603639bwz.31 for ; Tue, 18 Aug 2009 00:23:58 -0700 (PDT) In-Reply-To: <878whjifqy.wl%maus.david@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: emacs-orgmode@gnu.org Hi David, this is a bug in Emacs outline-mode, Org just calls (hide-subtree) here, and that command causes this problem. Please report it as an Emacs bug. Thanks! - Carsten On Aug 16, 2009, at 10:57 PM, David Maus wrote: > Evening, > > While debugging some unexpected behaviour of my Pos1-Key I stumpled > upon somethinkg I consider a display-bug when folding a headline at > the end of a file whose last line of content does not have a new line > in org-mode dev. > > Example file: > > ,---- > | * Headline > | > | Some text... > | > | * Headline > | > | Some text... lalala > `---- > > If I fold the last headline the last char of the content (in this > case: "a") is displayed after the three dots indicating a folded > headline (also tested with emacs -Q). > > ,---- > | * Headline > | > | Some text... > | > | * Headline...a > `---- > > Org-mode version 6.29trans (pulled some minutes ago) > > GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.16.5) of > 2009-08-14 on elegiac, modified by Debian > > Regards, > > -- David > > -- > OpenPGP... 0x316F4BE4670716FD > Jabber.... dmjena@jabber.org > Email..... maus.david@gmail.com > ICQ....... 241051416 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode