Glenn Morris <rgm@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Glenn Morris <rgm@HIDDEN>
to control@HIDDEN
.
Full text available.Received: (at unknown) by unknown; unknown X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.0000 Tokens: new, 48; hammy, 106; neutral, 90; spammy, 2. spammytokens:0.993-1--recurring, 0.850-+--here hammytokens:0.000-+--emacs, 0.000-+--Emacs, 0.000-+--nil, 0.000-+--HX-Provags-ID:sk:V01U2Fs, 0.000-+--HMime-Version:Message X-Spam-Status: No, score=-6.9 required=4.0 tests=AWL,BAYES_00,GMAIL, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 10 Dec 2008 18:52:37 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBAIqXAp032554 for <submit@HIDDEN>; Wed, 10 Dec 2008 10:52:35 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAUAj-0005aw-Co for bug-gnu-emacs@HIDDEN; Wed, 10 Dec 2008 13:52:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAUAh-0005Yz-G4 for bug-gnu-emacs@HIDDEN; Wed, 10 Dec 2008 13:52:32 -0500 Received: from [199.232.76.173] (port=44709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUAh-0005Yp-A1 for bug-gnu-emacs@HIDDEN; Wed, 10 Dec 2008 13:52:31 -0500 Received: from mout.perfora.net ([74.208.4.195]:64237) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from <xah@HIDDEN>) id 1LAUAg-0007hC-PF for bug-gnu-emacs@HIDDEN; Wed, 10 Dec 2008 13:52:31 -0500 Received: from [192.168.1.6] (c-24-6-185-159.hsd1.ca.comcast.net [24.6.185.159]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MKp8S-1LAUAc0DO6-0002Ht; Wed, 10 Dec 2008 13:52:27 -0500 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: quoted-printable Message-Id: <7E97C905-7B5C-436F-B217-9D7CA70ECEDC@HIDDEN> Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed To: bug-gnu-emacs@HIDDEN From: xah lee <xah@HIDDEN> Subject: suggestion: open dir in dired using same buffer Date: Wed, 10 Dec 2008 10:52:22 -0800 X-Mailer: Apple Mail (2.753.1) X-Provags-ID: V01U2FsdGVkX18fi+SbRwxw+XGveYdWLS9b+mt4QLzRqGrZyxc tqtwuqW63+6R3lqTw5AHMvLymYK1fLHdzXBU5yKqdWrr7IvTrL oLP9eF4tj6yHNP9VjZziA== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, I think it is a frequently requested feature to open files or sub dir =20= in dired using the same buffer. perhaps it can be made as a preference in custome-group? in gnu.emacs.help, Leo suggests that people file a report here or =20 else it'll not happen. So here it is. (i think Leo is a emacs =20 developer. If not, sorry.) Xah =E2=88=91 http://xahlee.org/ =E2=98=84 On Dec 8, 4:00 pm, Xah Lee <xah...@gmail.com> wrote: > On Dec 8, 11:04 am, "seber...@spawar.navy.mil" > > <seber...@spawar.navy.mil> wrote: > > When I select a file in Dired, it opens in a new buffer. > > > The old Dired buffer still exists. > > > How automatically delete the Dired buffer when I open a new buffer > > with a new file from Dired? > > in dired, you can use the shortcut =E2=80=9Ca=E2=80=9D (which invokes = dired-find- > alternate-file). > > Or, you can use this code: > > (put 'dired-find-alternate-file 'disabled nil) > > (add-hook 'dired-mode-hook > (lambda () > (define-key dired-mode-map (kbd "<return>") > 'dired-find-alternate-file) ; was dired-advertised-find-file > (define-key dired-mode-map (kbd "^") > (lambda () (interactive) (find-alternate-file ".."))) > ; was dired-up-directory > )) > > you might make it 'enabled ... i don't recall since i stopped using > the above. > > I hope emacs developers makes the above into a dired preference > setting. > > Your question is a recurring question. For some other dired faq, see > bottom: > > =E2=80=A2 File Management with Emacs > http://xahlee.org/emacs/file_management.html > > Xah > =E2=88=91http://xahlee.org/ > > =E2=98=84
xah lee <xah@HIDDEN>
:Emacs Bugs <bug-gnu-emacs@HIDDEN>
.
Full text available.bug-submit-list@HIDDEN, Emacs Bugs <bug-gnu-emacs@HIDDEN>
:bug#1532
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.