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: Stefan Monnier
Subject: Re: next-line screws up column at the EOL
Date: Thu, 27 Sep 2007 14:59:04 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

>> 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.

I believe this is fixed now,


        Stefan




reply via email to

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