From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Emilio Lopes Newsgroups: gmane.emacs.devel Subject: Re: user-friendly improvements to the cmuscheme library Date: Fri, 7 Jan 2005 11:59:00 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105100230 9473 80.91.229.6 (7 Jan 2005 12:17:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2005 12:17:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 07 13:17:03 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 1Cmt39-0002DN-00 for ; Fri, 07 Jan 2005 13:17:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmtEV-0006M6-16 for ged-emacs-devel@m.gmane.org; Fri, 07 Jan 2005 07:28:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmtEM-0006M0-TI for emacs-devel@gnu.org; Fri, 07 Jan 2005 07:28:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmtEM-0006Ln-6o for emacs-devel@gnu.org; Fri, 07 Jan 2005 07:28:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmtEM-0006Lk-2u for emacs-devel@gnu.org; Fri, 07 Jan 2005 07:28:38 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cmslq-0006iZ-2Y for emacs-devel@gnu.org; Fri, 07 Jan 2005 06:59:10 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cmslm-0006i5-00 for ; Fri, 07 Jan 2005 12:59:08 +0100 Original-Received: from p62.246.58.226.tisdip.tiscali.de ([62.246.58.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jan 2005 12:59:06 +0100 Original-Received: from eclig by p62.246.58.226.tisdip.tiscali.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jan 2005 12:59:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 62.246.58.226 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)) 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:31997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31997 Thien-Thi Nguyen glug.org> wrote: > Emilio Lopes wrote: > >> 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 > [...] This doesn't work. The functions in `comint-input-filter-functions' are not run when input comes from another buffer sent by a function, only when it's sent by the user directly in the comint/Scheme process buffer.