all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to acess recent directories?
@ 2004-01-19  4:57 leo
  2004-01-19 20:17 ` Kevin Rodgers
  0 siblings, 1 reply; 4+ messages in thread
From: leo @ 2004-01-19  4:57 UTC (permalink / raw)


hi there

the nice package `recentf' provides a convenient way to access recently used
files.

is there in GNU emacs something similar for dired directory buffers?

thanks, leo

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

* Re: how to acess recent directories?
  2004-01-19  4:57 how to acess recent directories? leo
@ 2004-01-19 20:17 ` Kevin Rodgers
  2004-01-20  3:08   ` leo
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2004-01-19 20:17 UTC (permalink / raw)


leo wrote:

> the nice package `recentf' provides a convenient way to access recently used
> files.
> 
> is there in GNU emacs something similar for dired directory buffers?

Does this do what you want:


(add-hook 'dired-mode-hook
           (lambda ()
             (when recentf-mode
               (recentf-add-file default-directory))))

-- 
Kevin Rodgers

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

* Re: how to acess recent directories?
  2004-01-19 20:17 ` Kevin Rodgers
@ 2004-01-20  3:08   ` leo
  2004-01-20 22:54     ` Kevin Rodgers
  0 siblings, 1 reply; 4+ messages in thread
From: leo @ 2004-01-20  3:08 UTC (permalink / raw)


"Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
news:400C3B58.1050802@yahoo.com...
> leo wrote:
>
> > the nice package `recentf' provides a convenient way to access recently
used
> > files.
> >
> > is there in GNU emacs something similar for dired directory buffers?
>
> Does this do what you want:
>
>
> (add-hook 'dired-mode-hook
>            (lambda ()
>              (when recentf-mode
>                (recentf-add-file default-directory))))

cool. very elegant!

now i just want tha the directories are grouped together and seperated from
the file entries. but i try to figure out that myself.

leo

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

* Re: how to acess recent directories?
  2004-01-20  3:08   ` leo
@ 2004-01-20 22:54     ` Kevin Rodgers
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2004-01-20 22:54 UTC (permalink / raw)


leo wrote:

> "Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
> news:400C3B58.1050802@yahoo.com...
>>Does this do what you want:
>>
>>(add-hook 'dired-mode-hook
>>           (lambda ()
>>             (when recentf-mode
>>               (recentf-add-file default-directory))))
> 
> cool. very elegant!
> 
> now i just want tha the directories are grouped together and seperated from
> the file entries. but i try to figure out that myself.

Good, let us know what you come up with.

-- 
Kevin Rodgers

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

end of thread, other threads:[~2004-01-20 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19  4:57 how to acess recent directories? leo
2004-01-19 20:17 ` Kevin Rodgers
2004-01-20  3:08   ` leo
2004-01-20 22:54     ` Kevin Rodgers

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.