emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.92; View-scroll-page-forward/backward does wrong in text mode a


From: Juri Linkov
Subject: Re: 23.0.92; View-scroll-page-forward/backward does wrong in text mode after text-scale-increase/decrease
Date: Mon, 13 Jul 2009 00:02:25 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu)

>> I noticed that this patch causes a regression: typing RET used to put
>> point to the last line at the end of the window, but now typing RET keeps
>> point on the same line.
>
> Thanks.  This regression isn't serious enough for a fix in the branch, I
> think (the docstring of View-scroll-line-forward does not say that point
> should go to the last line).

Even though it is not serious, it is very noticeable for the users
of view.el, and this change in behavior is annoying.  Fixing it is just
a matter of restoring two lines:

  (move-to-window-line -1)
  (beginning-of-line)

> But I'll see what I can do for the trunk.

Thanks in advance.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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