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: Sat, 11 Jul 2009 23:39:43 +0300 Organization: JURTA Message-ID: <871von6jjk.fsf@mail.jurta.org> References: <87d49v53ba.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247345264 17247 80.91.229.12 (11 Jul 2009 20:47:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2009 20:47:44 +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 Sat Jul 11 22:47:36 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 1MPjTr-0003Jt-Uk for ged-emacs-devel@m.gmane.org; Sat, 11 Jul 2009 22:47:36 +0200 Original-Received: from localhost ([127.0.0.1]:55295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPjTr-000704-DF for ged-emacs-devel@m.gmane.org; Sat, 11 Jul 2009 16:47:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPjSB-00065K-8d for emacs-devel@gnu.org; Sat, 11 Jul 2009 16:45:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPjS6-00062Y-1L for emacs-devel@gnu.org; Sat, 11 Jul 2009 16:45:50 -0400 Original-Received: from [199.232.76.173] (port=36035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPjS5-00062T-RN for emacs-devel@gnu.org; Sat, 11 Jul 2009 16:45:45 -0400 Original-Received: from smtp-out2.starman.ee ([85.253.0.4]:47061 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPjS5-0007LC-93 for emacs-devel@gnu.org; Sat, 11 Jul 2009 16:45:45 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.31.79.cable.starman.ee [82.131.31.79]) by mx2.starman.ee (Postfix) with ESMTP id 2DB903F40B7; Sat, 11 Jul 2009 23:45:38 +0300 (EEST) In-Reply-To: <87d49v53ba.fsf@cyd.mit.edu> (Chong Yidong's message of "Tue, 26 May 2009 10:47:21 -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:112357 Archived-At: > View-mode, written in the dawn of time, assumes that all lines have the > default height. The following patch changes it so that > scroll-up/scroll-down are passed nil arguments where possible; then > Emacs will automatically determine how to scroll by one page, taking > variable-height lines and text-scaling into account. > > It's not good to make this kind of change at this stage in the release, > but this bug would be pretty annoying if you happen to come across it, > and that's much more likely now we've introduced the text-scaling > commands. Could someone on emacs-devel help review the patch? 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. -- Juri Linkov http://www.jurta.org/emacs/