From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: show-paren-mode prevents page-down from displaying next 1/2 page. Date: Thu, 19 Apr 2007 02:50:03 -0400 Message-ID: References: <1F26F4742242BA449B1716A3A1E93EC60BF74573@BFTMLVEM02.e2k.ad.ge.com> <873b2xgvyr.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176965612 11230 80.91.229.12 (19 Apr 2007 06:53:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2007 06:53:32 +0000 (UTC) Cc: andrew.maguire@ge.com, rms@gnu.org, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 19 08:53:25 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 1HeQWC-0003AR-U0 for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2007 08:53:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeQb6-0005Mi-9O for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2007 02:58:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeQb2-0005MS-KH for emacs-devel@gnu.org; Thu, 19 Apr 2007 02:58:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeQb2-0005MG-5N for emacs-devel@gnu.org; Thu, 19 Apr 2007 02:58:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeQb2-0005MD-1f for emacs-devel@gnu.org; Thu, 19 Apr 2007 02:58:24 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeQW0-0005OZ-Hm for emacs-devel@gnu.org; Thu, 19 Apr 2007 02:53:12 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeQT0-0006XK-NJ; Thu, 19 Apr 2007 02:50:06 -0400 X-Spook: sweep Albright SEAL Team 6 event security plutonium AMW X-Ran: I=K_1]tnxYw)QmG44TPCfA+c\%HMuCW.)Ku;o9m!;~3]gFW-7:Gi14"I8!uS_}NwcpfC_u X-Hue: yellow X-Attribution: GM In-Reply-To: <873b2xgvyr.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 18 Apr 2007 18:26:52 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:69617 Archived-At: Chong Yidong wrote: > This glitch occurs because show-paren-mode tries to highlight before > window-start, which forces the redisplay engine to recenter. It's no > big deal, but I believe this patch fixes it. Could someone help me > double-check? Looks ok to me.