From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: user-friendly improvements to the cmuscheme library Date: Fri, 07 Jan 2005 09:48:45 -0500 Message-ID: <87mzvlfg8d.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105115428 24849 80.91.229.6 (7 Jan 2005 16:30:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2005 16:30:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 07 17:30:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cmx07-0001ae-00 for ; Fri, 07 Jan 2005 17:30:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CmxBS-0005UP-VU for ged-emacs-devel@m.gmane.org; Fri, 07 Jan 2005 11:41:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CmxAj-0005Da-IS for emacs-devel@gnu.org; Fri, 07 Jan 2005 11:41:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CmxAg-0005BS-0u for emacs-devel@gnu.org; Fri, 07 Jan 2005 11:41:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CmxAf-0005Ak-8o for emacs-devel@gnu.org; Fri, 07 Jan 2005 11:41:05 -0500 Original-Received: from [209.226.175.27] (helo=toq5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmwxX-0008Mn-Ip for emacs-devel@gnu.org; Fri, 07 Jan 2005 11:27:31 -0500 Original-Received: from alfajor ([67.71.119.166]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050107144845.ZZVK25979.tomts25-srv.bellnexxia.net@alfajor>; Fri, 7 Jan 2005 09:48:45 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 115E6D73FC; Fri, 7 Jan 2005 09:48:45 -0500 (EST) Original-To: Emilio Lopes In-Reply-To: (Emilio Lopes's message of "Fri, 7 Jan 2005 11:59:00 +0000 (UTC)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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: main.gmane.org gmane.emacs.devel:32005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32005 >>> The first change introduces an user option to control whether the >>> Scheme process buffer should be automatically displayed upon >>> evaluation of Scheme code by the user, thus making the results of the >>> evaluation visible. The default value of this option is `nil', so >>> that the current behavior is preserved. >> >> have you considered using the variables and hooks associated w/ >> comint.el to effect this behavior? apropos on comint.*function shows: >> >> comint-input-filter-functions >> [...] I don't think that putting this window-manipulation code in comint-input-filter-functions is a good idea. Stefan