Re: How to load latest opened files? Or load specific files?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

 Up
Re: How to load latest opened files? Or load specific files?         

Group: gnu.emacs.help · Group Profile
Author: B. T. Raven
Date: Sep 1, 2008 20:41

ssecorp wrote:
> Can I somehow make a command like "open the files that were open last
> time emacs was used"?
>
> And can I set a command to open for example:
> haskell-mode
> c:/mypath/haskell/someprogram.hs
>
> ?

Look at Menu Options > Customize Emacs > Specific Option
recentf- tab

The settings I made inserted

'(recentf-max-menu-items 20)
'(recentf-max-saved-items 40)
'(recentf-mode t nil (recentf))

into (Custom-set-variables ...

in my .emacs
There are many recentf options I haven't tried. The defaults seemed
appropriate.

There is also something called session.el but I don't know how to
install it.

Ed
no comments
diggit! del.icio.us! reddit!