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: Fri, 18 Aug 2006 15:32:08 +0200 Message-ID: References: <5829567.post@talk.nabble.com> 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 1155908490 24032 80.91.229.2 (18 Aug 2006 13:41:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Aug 2006 13:41:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 18 15:41:28 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 1GE4al-00022a-IF for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Aug 2006 15:40:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GE4ak-0001dW-Vn for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Aug 2006 09:40:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: individual.net JNjHn+EPCNh45PWIBFJypQAvDLWkVe+F3gyGuwlBVqNQBtUIs= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0 (windows-nt) Cancel-Lock: sha1:rU80WI8YVNnDWGbIDudpreaCnFw= Original-Xref: shelby.stanford.edu gnu.emacs.help:141131 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:36756 Archived-At: henning schrieb: > > You could use dired-single > > This does exactly what I wanted. Although I from other posts now > realise how easy it is to live without this extension by just > redefining "^" Indeed I removed dired-single.el now from my machine and use "a" in my plain dired. I just didn't know this "a" until I read the answers of the other people :) T.M.