From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: show-paren-mode prevents page-down from displaying next 1/2 page. Date: Fri, 20 Apr 2007 11:01:05 +0900 Organization: Emacsen advocacy group Message-ID: References: <1F26F4742242BA449B1716A3A1E93EC60BFC356A@BFTMLVEM02.e2k.ad.ge.com> <874pncuvjm.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 1177034503 5033 80.91.229.12 (20 Apr 2007 02:01:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 02:01:43 +0000 (UTC) Cc: Glenn Morris , "Maguire, Andrew \(GE Infra, Energy\)" , rms@gnu.org, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 20 04:01:37 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 1HeiRK-0002Xs-Kd for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2007 04:01:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeiWK-00055P-Ug for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2007 22:06:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeiWH-00055F-1H for emacs-devel@gnu.org; Thu, 19 Apr 2007 22:06:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeiWE-00054z-VW for emacs-devel@gnu.org; Thu, 19 Apr 2007 22:06:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeiWE-00054w-Qk for emacs-devel@gnu.org; Thu, 19 Apr 2007 22:06:38 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HeiRC-0001ww-Av; Thu, 19 Apr 2007 22:01:26 -0400 Original-Received: from [66.225.201.151] (port=45798 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1HeiRC-0004qi-IZ; Thu, 19 Apr 2007 21:01:28 -0500 X-Hashcash: 1:20:070420:cyd@stupidchicken.com::zo+Q9N8nU9Bl0/ec:00000000000000000000000000000000000000000wGN X-Hashcash: 1:20:070420:andrew.maguire@ge.com::isZhjpu72tj93rP9:00000000000000000000000000000000000000006mDU X-Hashcash: 1:20:070420:rgm@gnu.org::HcN/1NSdgkkwMNxo:0000000Rcx X-Hashcash: 1:20:070420:rms@gnu.org::a+pfhihvNiUdB3QC:0000005OBl X-Hashcash: 1:20:070420:emacs-devel@gnu.org::gOo1huc/lhTrL38Q:00000000000000000000000000000000000000000034sU X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.98 (gnu/linux) Cancel-Lock: sha1:MDZVfHlx3RchGazlyGq6KJthjek= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: Genre and OS details not recognized. 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:69676 Archived-At: >>>>> In <874pncuvjm.fsf@stupidchicken.com> Chong Yidong wrote: > I checked in a different fix. This should clear up the recentering > problems when using show-paren-mode. This change makes editing of big Lisp forms in the minibuffer impossible. Try setting the frame height to 40 and evaluating the following form in the minibuffer using the `M-:' command. (concat "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l") You will see you cannot edit the beginning of the form. I hope this feature is turned off (at least) in the minibuffer. Regards,