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: [vrotney@earthlink.net: Eamcs 22.1 comint-scroll-show-maximum-output bug] Date: Sat, 25 Aug 2007 15:13:55 -0400 Message-ID: <45ps1big0c.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188069951 17016 80.91.229.12 (25 Aug 2007 19:25:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Aug 2007 19:25:51 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 25 21:25:48 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 1IP1GV-00065l-Gp for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 21:25:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP1GU-0001pH-VI for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 15:25:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP1GQ-0001ol-SR for emacs-devel@gnu.org; Sat, 25 Aug 2007 15:25:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP1GO-0001nu-C0 for emacs-devel@gnu.org; Sat, 25 Aug 2007 15:25:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP1GN-0001nd-S2 for emacs-devel@gnu.org; Sat, 25 Aug 2007 15:25:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IP155-0007PN-CS for emacs-devel@gnu.org; Sat, 25 Aug 2007 15:14:01 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IP151-0000I9-TU; Sat, 25 Aug 2007 15:13:55 -0400 X-Spook: 9705 Samford Road passwd 2600 Magazine mindwar David John X-Ran: Y9o#_ci(GiN#G|s>(C.naz$E=k2?*)OK{P5uqCs@v{zbY$2a?8PK!9U'dW@d&$8Eu+kiCa X-Hue: red X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Fri, 24 Aug 2007 21:35:06 -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:77138 Archived-At: Stefan Monnier wrote: > Of course: the let-binding is only active during evaluation of `goto-char' > whereas `scroll-conservatively' is only used later on by the redisplay > engine (which only kicks in when the elisp code is done executing). I thought after the fact that it must be something like that. I guess if all else fails, comint-scroll-show-maximum-output can just become another one of those variables that should not be set directly, only via M-x customize or some helper function.