help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: most recent files


From: Nikolaj Schumacher
Subject: Re: most recent files
Date: Thu, 26 Jul 2007 10:01:45 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

Frank Murray <fjmurray1@mac.com> wrote:

> Is there a way to access or bring up quickly the x most recent files  or
> programs you had just been working on,
> i.e., x = 10,  15,  20, ..., etc.?

Put the following into your .emacs:

(require 'recentf)
(setq recentf-max-saved-items 50
      recentf-max-menu-items 25)
(recentf-mode 1)

You should then have a menu with recent files.  `recentf-open-files'
will work also.

(Also it's probably time to update to a newer version of Emacs. :)

regards,
Nikolaj Schumacher




reply via email to

[Prev in Thread] Current Thread [Next in Thread]