GNU bug report logs - #1532
suggestion: open dir in dired using same buffer

Previous Next

Package: emacs;

Reported by: xah lee <xah <at> xahlee.org>

Date: Wed, 10 Dec 2008 19:00:04 UTC

Severity: wishlist

Merged with 11233

Found in version 24.1.50

To reply to this bug, email your comments to 1532 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1532; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to xah lee <xah <at> xahlee.org>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: xah lee <xah <at> xahlee.org>
To: bug-gnu-emacs <at> gnu.org
Subject: suggestion: open dir in dired using same buffer
Date: Wed, 10 Dec 2008 10:52:22 -0800
Hi,

I think it is a frequently requested feature to open files or sub dir  
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  
else it'll not happen. So here it is. (i think Leo is a emacs  
developer. If not, sorry.)

  Xah
∑ http://xahlee.org/

☄

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 “a” (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:
>
> • File Management with Emacs
>  http://xahlee.org/emacs/file_management.html
>
>   Xah
> ∑http://xahlee.org/
>
> ☄






Severity set to `wishlist' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 10 Dec 2008 20:40:05 GMT) Full text and rfc822 format available.

Forcibly Merged 1532 11233. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 13 Apr 2012 04:06:01 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 63 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.