all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* view whole tree
@ 2011-02-16  8:42 Andrea Crotti
  2011-02-16  9:03 ` suvayu ali
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Crotti @ 2011-02-16  8:42 UTC (permalink / raw)
  To: help-gnu-emacs

I would like to be able to see (in dired) the whole directory structure of my directory

A simple way is probably to pass the right result of "ls" to dired, but maybe there are more
general and smarter solutions already implemented.

I think I've read somewhere it was possible but I can't find it anywhere in the doc..




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: view whole tree
  2011-02-16  8:42 view whole tree Andrea Crotti
@ 2011-02-16  9:03 ` suvayu ali
  0 siblings, 0 replies; 3+ messages in thread
From: suvayu ali @ 2011-02-16  9:03 UTC (permalink / raw)
  To: Andrea Crotti; +Cc: help-gnu-emacs

On Wed, Feb 16, 2011 at 12:42 AM, Andrea Crotti
<andrea.crotti.0@gmail.com> wrote:
> I would like to be able to see (in dired) the whole directory structure of my directory
>
> A simple way is probably to pass the right result of "ls" to dired, but maybe there are more
> general and smarter solutions already implemented.
>
> I think I've read somewhere it was possible but I can't find it anywhere in the doc..
>

Maybe you can recursively insert subdirectories?

`C-h k i' in dired gives the following,

> i runs the command dired-maybe-insert-subdir, which is an interactive
> compiled Lisp function in `dired-aux.el'.
>
> It is bound to i, <menu-bar> <subdir> <insert>.
>
> (dired-maybe-insert-subdir DIRNAME &optional SWITCHES
> NO-ERROR-IF-NOT-DIR-P)
>
> Insert this subdirectory into the same dired buffer.
> If it is already present, just move to it (type l to refresh),
>   else inserts it at its natural place (as `ls -lR' would have done).
> With a prefix arg, you may edit the ls switches used for this listing.
>   You can add `R' to the switches to expand the whole tree starting at
>   this subdirectory.
> This function takes some pains to conform to `ls -lR' output.
>
> Dired remembers switches specified with a prefix arg, so that reverting
> the buffer will not reset them.  However, using `dired-undo' to re-insert
> or delete subdirectories can bypass this machinery.  Hence, you sometimes
> may have to reset some subdirectory switches after a `dired-undo'.
> You can reset all subdirectory switches to the default using
> M-x dired-reset-subdir-switches.
> See Info node `(emacs)Subdir switches' for more details.


-- 
Suvayu

Open source is the future. It sets us free.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: view whole tree
       [not found] <mailman.2.1297845785.28213.help-gnu-emacs@gnu.org>
@ 2011-02-16  9:59 ` José A. Romero L.
  0 siblings, 0 replies; 3+ messages in thread
From: José A. Romero L. @ 2011-02-16  9:59 UTC (permalink / raw)
  To: help-gnu-emacs

On Feb 16, 9:42 am, Andrea Crotti <andrea.crott...@gmail.com> wrote:
> I would like to be able to see (in dired) the whole directory structure of my directory
>
> A simple way is probably to pass the right result of "ls" to dired, but maybe there are more
> general and smarter solutions already implemented.
>
> I think I've read somewhere it was possible but I can't find it anywhere in the doc..

Hello Andrea,

You may want to have a look at the Sunrise Commander, either with or
without the Tree extension:

    http://www.emacswiki.org/emacs/Sunrise_Commander

With the Tree extension you can press C-Return to recursively unfold
the current subtree, showing all the subdirectories inside it and how
they're nested within one another. Without the Tree extension, you
can press C-c b (sr-flatten-branch), select "d" to display all the
directories inside the current branch and then (eventually) sort them
using different criteria.

Cheers,
--
José A. Romero L.
escherdragon at gmail
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-16  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16  8:42 view whole tree Andrea Crotti
2011-02-16  9:03 ` suvayu ali
     [not found] <mailman.2.1297845785.28213.help-gnu-emacs@gnu.org>
2011-02-16  9:59 ` José A. Romero L.

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.