bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11266: emacs 23.4 with --batch and (next-line)


From: michael_rytting
Subject: bug#11266: emacs 23.4 with --batch and (next-line)
Date: Tue, 17 Apr 2012 11:11:45 -0600

I recently upgraded to emacs 23.4 and found a rather obscure bug.  When invoked with –batch emacs behaves differently with the command (next-line) compared to when it is invoked without batch.  I had to switch to using (forward-line) in my code to work around this.  This behavior can be easily seen by running.

 

emacs –batch config.log --eval "(next-line 1)"

And you’ll see and End of buffer message.  While

 

emacs -Q config.log --eval "(next-line 1)"

 

Produces no such error.

 

 

Michael Rytting

Agilent Technologies

michael_rytting@agilent.com

719-590-3708

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]