From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.devel Subject: Re: [david.hansen@gmx.net: Re: comint's directory tracking doesn't understand \( or \)] Date: Sun, 04 Mar 2007 23:06:52 +0100 Message-ID: <87ps7ovf2b.fsf@gate450.dyndns.org> References: <871wk56tjh.fsf@localhorst.mine.nu> <87wt1xhv0u.fsf@stupidchicken.com> <85ejo5j9bj.fsf@lola.goethe.zz> <87irdgkdy1.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173046042 8202 80.91.229.12 (4 Mar 2007 22:07:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2007 22:07:22 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 04 23:07:15 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 1HNyrK-0007Np-D1 for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 23:07:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNyrJ-0005q4-M7 for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 17:07:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNyr8-0005pl-Bd for emacs-devel@gnu.org; Sun, 04 Mar 2007 17:07:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNyr6-0005nu-RQ for emacs-devel@gnu.org; Sun, 04 Mar 2007 17:07:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNyr6-0005nr-LH for emacs-devel@gnu.org; Sun, 04 Mar 2007 17:07:00 -0500 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HNyr6-0000Of-4M for emacs-devel@gnu.org; Sun, 04 Mar 2007 17:07:00 -0500 Original-Received: from rzstud3.stud.uni-karlsruhe.de (rzstud3.stud.uni-karlsruhe.de [193.196.41.39]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.63 #1) id 1HNyr1-0008NE-PL; Sun, 04 Mar 2007 23:06:55 +0100 Original-Received: from uwi7 by rzstud3.stud.uni-karlsruhe.de with local (Exim 4.43) id 1HNyr1-0005pW-KF; Sun, 04 Mar 2007 23:06:55 +0100 X-Now-Playing: Sonic Youth =?utf-8?Q?=E2=99=AA?= Evol =?utf-8?Q?=E2=99=AA?= Star Power X-Hashcash: 1:24:070304:emacs-devel@gnu.org::BiH8IeuWogNydFGO:0gXKz X-Hashcash: 1:24:070304:monnier@iro.umontreal.ca::8u9LTEiGktFVJtgl:0000000000oxp7 X-Hashcash: 1:24:070304:cyd@stupidchicken.com::/x+ppTEInl1MoegA:0000000000001efa1 In-Reply-To: (Stefan Monnier's message of "Sun\, 04 Mar 2007 16\:45\:23 -0500") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:67319 Archived-At: Stefan Monnier writes: > 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. regards, andreas