From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel 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 Organization: JURTA Message-ID: <874oth4ntq.fsf@mail.jurta.org> References: <87d49v53ba.fsf@cyd.mit.edu> <871von6jjk.fsf@mail.jurta.org> <87ab39onqf.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247433315 31591 80.91.229.12 (12 Jul 2009 21:15:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2009 21:15:15 +0000 (UTC) Cc: 3361@emacsbugs.donarmstrong.com, duanpanda@gmail.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 12 23:15:07 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MQ6O2-0003NT-0Z for ged-emacs-devel@m.gmane.org; Sun, 12 Jul 2009 23:15:06 +0200 Original-Received: from localhost ([127.0.0.1]:51691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ6O1-0005Tj-1S for ged-emacs-devel@m.gmane.org; Sun, 12 Jul 2009 17:15:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQ6Nu-0005RQ-It for emacs-devel@gnu.org; Sun, 12 Jul 2009 17:14:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ6Nq-0005MQ-N7 for emacs-devel@gnu.org; Sun, 12 Jul 2009 17:14:58 -0400 Original-Received: from [199.232.76.173] (port=45543 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ6Nq-0005MK-HZ for emacs-devel@gnu.org; Sun, 12 Jul 2009 17:14:54 -0400 Original-Received: from smtp-out2.starman.ee ([85.253.0.4]:40353 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQ6Nq-0001Tp-47 for emacs-devel@gnu.org; Sun, 12 Jul 2009 17:14:54 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.68.11.cable.starman.ee [82.131.68.11]) by mx2.starman.ee (Postfix) with ESMTP id ECF133F40A0; Mon, 13 Jul 2009 00:14:46 +0300 (EEST) In-Reply-To: <87ab39onqf.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 12 Jul 2009 12:44:08 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112376 Archived-At: >> 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/