From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: [Patch] don't add indent for empty line when exiting, a code edit Date: Thu, 13 Mar 2014 15:08:16 -0700 Message-ID: References: <531E5738.7040003@lbl.gov> <87k3bzcmrv.fsf@bzg.ath.cx> <87mwguh4d2.fsf@bzg.ath.cx> <877g7ynf8d.fsf@bzg.ath.cx> <87bnx9napl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WODnl-00030G-Kk for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 18:08:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WODnf-0002pd-Mr for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 18:08:33 -0400 In-Reply-To: <87bnx9napl.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@gnu.org On Thu, 13 Mar 2014, Bastien wrote: > Charles Berry writes: > >> Bastien gnu.org> writes: >> >>> >>> Charles Berry ucsd.edu> writes: >>> >>>> Time to failure seems longer. But now I get an infinite loop. >>> >>> Er, sorry for the confusion; should be fixed again. >> >> It is not. I am now back to getting the 'End of Buffer' msg > > Ok, let me take some fresh air and come back to this later on. Perhaps - (forward-char 1)))) + (forward-line 1)))) as the latter will not throw an error when (eobp) ? Chuck