From: Ed Cavazos <proteus@theworld.com>
Subject: Re: Buffers in Dired
Date: Sat, 31 May 2003 21:43:37 GMT [thread overview]
Message-ID: <m3fzmukczq.fsf@theworld.com> (raw)
In-Reply-To: m3r86fqaas.fsf_-_@crayt3e.stanford.edu
Some comments regarding dired...
Dired is good for what it is, a "directory editor". But it doesn't
feel optimal as a filesystem browser. I still bust out an xterm and
use ls/cd etc. I considered a list of things that I would want in a
filesystem browser:
* The "-l" style output should be optional
* Hidden files should not be shown by default
* Do not create new buffers for each dir visited
* Navigation commands bound to single keys
* Modeline is menu showing available operations on file
I implemented these ideas:
http://www.theworld.com/~proteus/ec.el
After loading, do "M-x ec" to start.
l - Toggle -l style listing
a - Toggle hidden files
n/p - Next/Previous line
u - Up directory
ret - Enter directory
g - Jump to a directory
There are no facilities for "editing" directories, but that's just
because I was experimenting with implementing the features mentioned
above.
Ed
Kaustuv <kaustuv@stanford.edu> writes:
> Hi all,
> I am using dired to navigate through the files of my home. But the
> problem is the moment i move to a subdirectory dired creates a new
> buffer for it. So ultimetly it turns out i have just too many buffers
> open if i am locating a file buried deep my home directory sturcture.
> Is there some configuration variable which shall tell it not to create
> all these buffers but to work only from one buffer. In short all i want
> is JUST ONE buffer for all my navigation.
> Regards,
> K.
>
next prev parent reply other threads:[~2003-05-31 21:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-31 17:46 Buffers in Dired Kaustuv
2003-05-31 19:48 ` Kai Großjohann
2003-05-31 20:33 ` Johan Bockgård
2003-05-31 21:43 ` Ed Cavazos [this message]
2003-06-01 3:36 ` Galen Boyer
2003-06-01 7:19 ` Peter Lee
2003-06-01 16:19 ` Buffers in Dired (Thanks) Kaustuv
2003-06-01 17:53 ` Buffers in Dired Galen Boyer
2003-06-01 18:05 ` Matthias Meulien
2003-06-02 5:28 ` Friedrich Dominicus
2003-06-02 6:00 ` David Masterson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3fzmukczq.fsf@theworld.com \
--to=proteus@theworld.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.