From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: [Peter_Dyballa@Web.DE: popd in tcsh fails] Date: Wed, 24 Aug 2005 06:32:40 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1124881237 25124 80.91.229.2 (24 Aug 2005 11:00:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Aug 2005 11:00:37 +0000 (UTC) Cc: Peter_Dyballa@Web.DE, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 24 13:00:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E7sxL-0008P5-US for ged-emacs-devel@m.gmane.org; Wed, 24 Aug 2005 12:58:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7t1A-0006Km-6n for ged-emacs-devel@m.gmane.org; Wed, 24 Aug 2005 07:02:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E7sk7-0007g1-Fb for emacs-devel@gnu.org; Wed, 24 Aug 2005 06:44:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E7sjF-0007VO-WB for emacs-devel@gnu.org; Wed, 24 Aug 2005 06:44:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7sjC-0007IK-6P for emacs-devel@gnu.org; Wed, 24 Aug 2005 06:43:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E7sZp-0007C7-39 for emacs-devel@gnu.org; Wed, 24 Aug 2005 06:33:49 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E7sYi-00007L-P3; Wed, 24 Aug 2005 06:32:40 -0400 Original-To: Emilio Lopes In-reply-to: (message from Emilio Lopes on Tue, 23 Aug 2005 20:02:52 +0200) 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:42382 Archived-At: So I noted that the customization of `shell-pushd-regexp' (see above) is bogus. I changed that to (setq shell-pushd-regexp "p\\(ush\\|\\)d") It looks like this isn't an Emacs bug. Thanks for investigating it.