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: Sat, 4 May 2013 19:39:19 -0700 Message-ID: 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 1367721584 31614 80.91.229.3 (5 May 2013 02:39:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 May 2013 02:39:44 +0000 (UTC) To: "'Chad Brown'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 05 04:39:42 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 1UYorV-0005rc-P3 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 May 2013 04:39:41 +0200 Original-Received: from localhost ([::1]:35896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYorV-0002pt-7J for geh-help-gnu-emacs@m.gmane.org; Sat, 04 May 2013 22:39:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYorJ-0002pl-OR for help-gnu-emacs@gnu.org; Sat, 04 May 2013 22:39:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYorI-000428-VP for help-gnu-emacs@gnu.org; Sat, 04 May 2013 22:39:29 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:24226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYorI-000423-NS for help-gnu-emacs@gnu.org; Sat, 04 May 2013 22:39:28 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r452dPJt007760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 5 May 2013 02:39:26 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r452dPmq014217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 5 May 2013 02:39:26 GMT Original-Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r452dPA4014211; Sun, 5 May 2013 02:39:25 GMT Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 04 May 2013 19:39:25 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <3d754520-0cd8-4183-a01e-894c47c4cf0f@googlegroups.com> Thread-Index: Ac5JI4jpQs1LHoIbRF2FgGRK9Bh19wAEZpQg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] 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:90481 Archived-At: > I've long used the alias `bd' for popd... [O-T: Interesting. A zillion years ago I chose `u' for `pushd', `o' for `popd', and `uo' for `pushd; popd' (i.e., remove 2nd entry - since `pushd' with no arg swaps), and I've never looked back.] Can't help much with the Emacs question; sorry. 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"). Does using `(o; ls bo*)' count as using `popd' in a subshell? If so, then that too works for me. (I use Cygwin `bash' with Emacs on Windows.)