From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: shell-popd-regexp not working? Date: Sun, 5 May 2013 06:23:02 -0700 Message-ID: <2CC5FF95A1CB4B95896A61F198815FB5@us.oracle.com> References: <3d754520-0cd8-4183-a01e-894c47c4cf0f@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367760212 10052 80.91.229.3 (5 May 2013 13:23:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 May 2013 13:23:32 +0000 (UTC) To: "'Barry Margolin'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 05 15:23:30 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UYyuX-0002tn-1G for geh-help-gnu-emacs@m.gmane.org; Sun, 05 May 2013 15:23:29 +0200 Original-Received: from localhost ([::1]:40657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYyuW-0001AX-Gg for geh-help-gnu-emacs@m.gmane.org; Sun, 05 May 2013 09:23:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYyuK-0001AS-8v for help-gnu-emacs@gnu.org; Sun, 05 May 2013 09:23:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYyuI-0004ph-L9 for help-gnu-emacs@gnu.org; Sun, 05 May 2013 09:23:16 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:44572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYyuI-0004oP-DE for help-gnu-emacs@gnu.org; Sun, 05 May 2013 09:23:14 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r45DNAiw027423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 5 May 2013 13:23:11 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r45DNAZ8006170 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 5 May 2013 13:23:11 GMT Original-Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r45DNAvA015830; Sun, 5 May 2013 13:23:10 GMT Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 05 May 2013 06:23:10 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac5JTHWelk7sRtaaRnevJW94XjsAmQARX3Dw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90515 Archived-At: > > For me, `o' and the rest work as usual in an Emacs shell > > buffer (with no customizations, e.g., `shell-popd-regexp' > > is just the default, "popd"). > > If you don't customize it, how does Emacs know that you've > changed directories? It needs to emulate the directory changes > so that filename completion works. Yes; for that you need to set `shell-p(op|ush)d-regexp'.