all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: 3361@emacsbugs.donarmstrong.com, duanpanda@gmail.com,
	emacs-devel@gnu.org
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	[thread overview]
Message-ID: <874oth4ntq.fsf@mail.jurta.org> (raw)
In-Reply-To: <87ab39onqf.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 12 Jul 2009 12:44:08 -0400")

>> 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	other threads:[~2009-07-12 21:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-26 14:47 23.0.92; View-scroll-page-forward/backward does wrong in text mode after text-scale-increase/decrease Chong Yidong
2009-05-26 17:19 ` bug#3361: " Stefan Monnier
2009-05-26 17:19 ` Stefan Monnier
2009-07-11 20:39 ` Juri Linkov
2009-07-12 16:44   ` Chong Yidong
2009-07-12 21:02     ` Juri Linkov [this message]
2009-07-13  0:08 ` Miles Bader
2009-07-13 20:07   ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874oth4ntq.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=3361@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.com \
    --cc=duanpanda@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.