emacs-devel
[Top][All Lists]
Advanced

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

Re: next-line screws up column at the EOL


From: Glenn Morris
Subject: Re: next-line screws up column at the EOL
Date: Wed, 26 Sep 2007 17:26:08 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

> I cannot reproduce your problem. Can you give a recipe starting from
> "emacs -Q"? My guess is that some code somewhere uses "column + 1"
> so the most-positive-fixnum causes a wraparound, but I can't find
> the relevant code.

For me, in a 64-bit Emacs

(move-to-column most-positive-fixnum)

goes to column zero. In a 32-bit Emacs, it goes to the end of line.
HTH.




reply via email to

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