From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [miyoshi@meadowy.org: Unexpected recentering] Date: Fri, 01 Jun 2007 13:55:29 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1180720593 15485 80.91.229.12 (1 Jun 2007 17:56:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2007 17:56:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 01 19:56:32 2007 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 1HuBMS-0003Yr-Eo for ged-emacs-devel@m.gmane.org; Fri, 01 Jun 2007 19:56:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuBMS-0004uD-5W for ged-emacs-devel@m.gmane.org; Fri, 01 Jun 2007 13:56:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuBLo-0004f2-Bf for emacs-devel@gnu.org; Fri, 01 Jun 2007 13:55:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuBLn-0004eN-In for emacs-devel@gnu.org; Fri, 01 Jun 2007 13:55:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuBLn-0004eJ-8V for emacs-devel@gnu.org; Fri, 01 Jun 2007 13:55:47 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuBLm-0007Jd-SR for emacs-devel@gnu.org; Fri, 01 Jun 2007 13:55:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HuBLV-00089t-PT; Fri, 01 Jun 2007 13:55:29 -0400 X-detected-kernel: 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:72028 Archived-At: Would someone please fix this in the trunk, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 Date: Fri, 01 Jun 2007 21:47:19 +0900 From: MIYOSHI Masanori To: emacs-pretest-bug@gnu.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Fri_Jun_01_21:47:18_2007-1" Subject: Unexpected recentering - --Multipart_Fri_Jun_01_21:47:18_2007-1 Content-Type: text/plain; charset=US-ASCII In GNU Emacs 22.0.990 on Windows, when the cursor is moved up to the taller line, it sometimes jumps back to the center of the window. The following operation reproduces the problem. 1. emacs -q 2. C-x C-f somewhere/attached.txt ;; Read the attached file. 3. M-x show-paren-mode 4. M-x highlight-regexp RET Larger RET hi-black-hb ;; Now the highlighted line is taller than others. 5. M-: (setq scroll-step 1) 6. M-: (setq scroll-margin 1) 7. M-> 8. C-p ;; Move the cursor STEPWISE up to the highlighted line. When the ;; cursor gets there, it jumps back to the center of the window. - --Multipart_Fri_Jun_01_21:47:18_2007-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline; filename="attached.txt" Content-Transfer-Encoding: 7bit ( Larger than the default line height ) 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 - --Multipart_Fri_Jun_01_21:47:18_2007-1 Content-Type: text/plain; charset=US-ASCII - -- MIYOSHI Masanori - --Multipart_Fri_Jun_01_21:47:18_2007-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug - --Multipart_Fri_Jun_01_21:47:18_2007-1-- ------- End of forwarded message -------