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: Sat, 14 Jul 2007 14:00:12 -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 1184436072 3653 80.91.229.12 (14 Jul 2007 18:01:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2007 18:01:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 20:01:11 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 1I9lvX-0008Rg-H1 for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 20:01:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9lvX-0003DR-7h for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 14:01:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9lty-0001lf-E4 for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9ltx-0001kC-K5 for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9ltx-0001ju-CC for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:29 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9ltw-00020K-RC for emacs-devel@gnu.org; Sat, 14 Jul 2007 13:59:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I9lue-0006v5-Af; Sat, 14 Jul 2007 14:00:12 -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:74771 Archived-At: [Resending for lack of response] 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 -------