From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: An another small bug with C- Date: Tue, 4 Nov 2008 12:31:34 +0100 Message-ID: <4B6B8338-4D9E-424E-9F99-E4A4734C8B68@uva.nl> References: <3bff71aa0811031310g46ee89bbm3f5c42bd001afd34@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxKGz-0005j6-Rg for emacs-orgmode@gnu.org; Tue, 04 Nov 2008 06:40:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxKGy-0005iC-6O for emacs-orgmode@gnu.org; Tue, 04 Nov 2008 06:40:37 -0500 Received: from [199.232.76.173] (port=38286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxKGx-0005i7-C2 for emacs-orgmode@gnu.org; Tue, 04 Nov 2008 06:40:35 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]:24901) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxK8h-0004hK-RA for emacs-orgmode@gnu.org; Tue, 04 Nov 2008 06:32:04 -0500 Received: by ug-out-1314.google.com with SMTP id 36so180797uga.17 for ; Tue, 04 Nov 2008 03:31:39 -0800 (PST) In-Reply-To: <3bff71aa0811031310g46ee89bbm3f5c42bd001afd34@mail.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: "Sergey A." Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Nov 3, 2008, at 10:10 PM, Sergey A. wrote: > Hello. > > This bug isn't so significant, but maybe the following steps to > reproduce will help to identify more complex bugs (if those exist) > based on this. > > Suppose we have the following file opened in your emacs: > > *** foo > ***** bar > > 1. Move the cursor to the end of the last line (here [] represents > the cursor): > > *** foo > ***** bar[] > > and type some C-k to delete all the possible spaces and newline > symbols. Don't save file after this. > > 2. Then type C-. Here is what you'll see: > > *** foo > ***** bar***** [] > > Here is what I expected to see: > > *** foo > ***** bar > ***** [] > > I use the latest emacs from CVS and the latest org-mode from git. > > Thanks. > > -- > Sergey > > > _______________________________________________ > 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