From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.bugs Subject: Re: Bug#443439: emacs: run-octave captures the shell directory tracker Date: Sat, 22 Sep 2007 22:13:12 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: sea.gmane.org 1190492029 6466 80.91.229.12 (22 Sep 2007 20:13:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Sep 2007 20:13:49 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 22 22:13:45 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IZBMG-0000gt-RU for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Sep 2007 22:13:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZBME-0004TF-9j for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Sep 2007 16:13:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZBMC-0004Ss-7j for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 16:13:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZBMA-0004RF-NZ for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 16:13:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZBMA-0004R5-JW for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 16:13:38 -0400 Original-Received: from mx1.isti.cnr.it ([194.119.192.3]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IZBM6-00004v-Jf; Sat, 22 Sep 2007 16:13:34 -0400 Original-Received: from conversionlocal.isti.cnr.it by mx.isti.cnr.it (PMDF V6.3 #31408) id <01MLOBJB0MGW9PMSX6@mx.isti.cnr.it>; Sat, 22 Sep 2007 22:13:16 +0200 Original-Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) by mx.isti.cnr.it (PMDF V6.3 #31251) with ESMTPSA id <01MLOBJB2UNI9OEFJ5@mx.isti.cnr.it>; Sat, 22 Sep 2007 22:13:12 +0200 Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.67) (envelope-from ) id 1IZBLk-0002I2-Et; Sat, 22 Sep 2007 22:13:12 +0200 In-reply-to: X-INSM-ip-source: 146.48.81.102 Auth Done X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-Detected-Kernel: OpenVMS 7.2 (Multinet 4.3-4.4 stack) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16598 Archived-At: >> 2007-09-21 Francesco Potort=EC >> >> =09* progmodes/octave-inf.el (inferior-octave-mode): Use add-hook = to >> =09add inferior-octave-directory-tracker to the buffer-local value >> =09of comint-input-filter-functions. > >Don't forget to install this on the EMACS_22_BASE branch as well. >Thanks. Thank you for reminding. It's done now.