From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Torsten Mueller Newsgroups: gmane.emacs.help Subject: Re: dired in one buffer Date: Wed, 16 Aug 2006 12:44:39 +0200 Message-ID: References: Reply-To: Urlicht@gmx.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155728449 2052 80.91.229.2 (16 Aug 2006 11:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Aug 2006 11:40:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 16 13:40:45 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GDJlA-0002vn-CJ for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Aug 2006 13:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDJl9-00040A-La for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Aug 2006 07:40:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net clMAVQIkHm2HUeIRb5UftQBCgKsWBCmM+w0E1dYHGeEYRbN9s= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0 (windows-nt) Cancel-Lock: sha1:sD9Dzvf61KkkDvfPvQcENr6UF8k= Original-Xref: shelby.stanford.edu gnu.emacs.help:141086 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: , 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:36713 Archived-At: henning schrieb: > I would like dired to stay in the same buffer, e.g. when I go up one > directory I would like the present buffer to just clear and be > replaced by the content in the parent folder instead of opening a > new buffer. If find it quite annoying to have a stack of dired > buffers open after looking around in the directory tree... Does > anyone know how to implement that? Or am I missing something? You could use dired-single http://www.northbound-train.com/emacs.html#MyPackages T.M.