From: "A. N." <[EMAIL PROTECTED]> Subject: have jde remember last opened file Date: Wed, 13 Feb 2002 13:44:53 -0800 (PST)
> How can I have JDE/emacs remember the list of the > files that were open when I exit the emacs.. and > reopen all the files when I restart emacs? In your .emacs put following code: (desktop-load-default) (desktop-read) and than by hand run only one time function (desktop-save) Alt-X and than desktop-save More details you can find in 'Emacs Reference Manual' regards Artur Hefczyc -- Artur Hefczyc Open Source developer on SourceForge.net [EMAIL PROTECTED]
