From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "oliver" Newsgroups: gmane.emacs.help Subject: Re: dired: how to open the containing directory, where a selectedfiles is resides in Date: Mon, 23 Aug 2004 12:17:12 +1000 Organization: Netspace Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093227648 9813 80.91.224.253 (23 Aug 2004 02:20:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2004 02:20:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 23 04:20:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bz4Rv-0007mG-00 for ; Mon, 23 Aug 2004 04:20:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bz4WM-0008VT-4J for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Aug 2004 22:25:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: dsl-210-15-204-246.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1093227368 87346 210.15.204.246 (23 Aug 2004 02:16:08 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Mon, 23 Aug 2004 02:16:08 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Original-Xref: shelby.stanford.edu gnu.emacs.help:124876 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20225 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20225 "Kai Grossjohann" wrote in message news:mailman.2272.1093180215.2011.help-gnu-emacs@gnu.org... > "oliver" writes: > >> thanks, but with dired-jump i go to the parent dir of the current dir. it >> does show the dir, which contains thye file on teh urerent line. > > You could use RET to open the file, then M-x dired-jump RET to go to > the directory. Problem: you have one useless buffer. thanks for this. however this procedure describes exactly what i'm used to do. and it isn't particulaly elegant. additionally, if the case is big and/or binary these approach adds some significant overhead. so, i'm still searching for a better solution. cheers, oliver