From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [david.hansen@gmx.net: Re: comint's directory tracking doesn't understand \( or \)] Date: Sun, 04 Mar 2007 18:42:19 -0500 Message-ID: References: <871wk56tjh.fsf@localhorst.mine.nu> <87wt1xhv0u.fsf@stupidchicken.com> <85ejo5j9bj.fsf@lola.goethe.zz> <87irdgkdy1.fsf@stupidchicken.com> <87ps7ovf2b.fsf@gate450.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173051765 24353 80.91.229.12 (4 Mar 2007 23:42:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2007 23:42:45 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Andreas Seltenreich Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 05 00:42:36 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 1HO0Lc-0006lG-8i for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 00:42:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO0Lb-0002QC-Rq for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 18:42:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HO0LP-0002OV-17 for emacs-devel@gnu.org; Sun, 04 Mar 2007 18:42:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HO0LN-0002Nk-KI for emacs-devel@gnu.org; Sun, 04 Mar 2007 18:42:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO0LN-0002Ne-EK for emacs-devel@gnu.org; Sun, 04 Mar 2007 18:42:21 -0500 Original-Received: from tomts43.bellnexxia.net ([209.226.175.110] helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HO0LM-0005Xb-RC for emacs-devel@gnu.org; Sun, 04 Mar 2007 18:42:21 -0500 Original-Received: from pastel.home ([74.12.206.221]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070304234219.MJZP1646.tomts43-srv.bellnexxia.net@pastel.home> for ; Sun, 4 Mar 2007 18:42:19 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B5BE37F42; Sun, 4 Mar 2007 18:42:19 -0500 (EST) In-Reply-To: <87ps7ovf2b.fsf@gate450.dyndns.org> (Andreas Seltenreich's message of "Sun\, 04 Mar 2007 23\:06\:52 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:67326 Archived-At: >> Yes. Of course we can still improve the code that does it automatically. >> E.g. in the example session, the directory is actually available directly in >> the prompt, so we could tell shell.el to use it. > I think this feature is already implemented in dirtrack.el. Yes, although it's a bit different. Stefan