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

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

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


From: B. T. Raven
Subject: Re: How to load latest opened files? Or load specific files?
Date: Mon, 01 Sep 2008 22:41:46 -0500
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

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


reply via email to

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