From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sebastian P. Luque" Newsgroups: gmane.emacs.help Subject: Re: Changing working Directory useing abbrev ?? Date: Sun, 29 Apr 2007 22:31:08 -0500 Organization: Memorial University Message-ID: <87fy6io7wj.fsf@patagonia.sebmags.homelinux.org> References: <1177866044.3152.139.camel@CASE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177903912 10176 80.91.229.12 (30 Apr 2007 03:31:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Apr 2007 03:31:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 30 05:31:51 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HiMc8-0007Ri-Ba for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Apr 2007 05:31:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HiMiG-0007ex-R9 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Apr 2007 23:38:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HiMi3-0007ei-6a for help-gnu-emacs@gnu.org; Sun, 29 Apr 2007 23:37:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HiMhz-0007eN-Kk for help-gnu-emacs@gnu.org; Sun, 29 Apr 2007 23:37:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HiMhz-0007eK-ED for help-gnu-emacs@gnu.org; Sun, 29 Apr 2007 23:37:51 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HiMbq-0000j8-3t for help-gnu-emacs@gnu.org; Sun, 29 Apr 2007 23:31:30 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HiMbi-0007tP-1w for help-gnu-emacs@gnu.org; Mon, 30 Apr 2007 05:31:22 +0200 Original-Received: from s01060015e975d7fb.wp.shawcable.net ([24.77.75.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Apr 2007 05:31:22 +0200 Original-Received: from spluque by s01060015e975d7fb.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Apr 2007 05:31:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s01060015e975d7fb.wp.shawcable.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:ix5uJf6w47WN6kGkmWMrfijEjkU= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43381 Archived-At: On Sun, 29 Apr 2007 13:00:44 -0400, William Case wrote: [...] > How can I use my path abbrevs to change to a new pwd?? > Oh, by the way, I have googled and info-ed indeed. I am still not used > to using all the correct search criteria, so the explanation is there > somewhere I am sure, but I can't find it. I'm not familiar with such directory abbreviations, but for this functionality I like bookmarks; 'C-x r m' for creating a new one (e.g. dired buffers), 'C-x r b' for jumping to one. Have a look. -- Seb