emacs-devel
[Top][All Lists]
Advanced

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

Re: scroll-conservatively overflow


From: Romain Francoise
Subject: Re: scroll-conservatively overflow
Date: Fri, 30 Apr 2004 13:35:03 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Romain Francoise <address@hidden> writes:

> About scrolling: I've been bitten by a bug for some weeks now, I
> originally thought it was specific to the multi-tty code but I
> discovered this morning that it's not.  (A fresh checkout from CVS HEAD
> this morning exhibited the same issues.)

I have finally found enough time to track it down.  The change
responsible for all my scrolling problems is Richard's change to
indent.c on March 2nd:

2004-03-02  Richard M. Stallman  <address@hidden>

        * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.

Reverting this change (see attached patch) solves all issues in Dired,
Gnus, etc.

I have tried to come up with a fix but failed.  I don't really
understand why this change was necessary, it adds complexity and does
not fix anything as far as I can see.  If it was just a code cleanup,
maybe the best would be to revert it for the time being.

-- 
Romain Francoise <address@hidden> | This is a man's man's man's
it's a miracle -- http://orebokech.com/ | world. --James Brown

Attachment: emacs-indent-fix.diff
Description: Text Data


reply via email to

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