From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: Bug#443439: emacs: run-octave captures the shell directory tracker Date: Sat, 22 Sep 2007 14:41:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190486544 24997 80.91.229.12 (22 Sep 2007 18:42:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Sep 2007 18:42:24 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Francesco Potorti` Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 22 20:42:19 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 1IZ9vm-0000ZO-SA for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Sep 2007 20:42:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZ9vk-0001en-LE for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Sep 2007 14:42:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZ9vh-0001b3-DJ for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 14:42:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZ9vf-0001Zs-Ur for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 14:42:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZ9vf-0001Zd-QD for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 14:42:11 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZ9vf-0002OE-Hd for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2007 14:42:11 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IZ9v3-0001Xd-5Q; Sat, 22 Sep 2007 14:41:33 -0400 X-Spook: Uzi Aladdin Roswell Croatian quarter MD2 Ron Brown Ortega X-Ran: nY8P#~[h"fF?LG,~Rn|#<+B|1(|!_3q^!potewl'' X-Hue: yellow X-Attribution: GM 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: 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:16596 Archived-At: Francesco Potorti` wrote: > 2007-09-21 Francesco Potort=EC > > * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to > add inferior-octave-directory-tracker to the buffer-local value > of comint-input-filter-functions. Don't forget to install this on the EMACS_22_BASE branch as well. Thanks.