Does Emacs have the capability to open recent files (e.g. a menu like File > Open Recent…)?
I know that Aquamacs, for OS X, has this feature. But is it common to all Emacs versions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ordinary GNU Emacs doesn’t have a menu showing recently open files. However, all Emacs commands have history, including
find-file(C-x C-f). Selecting “File | Open” in the menu or opening a file withemacsclientalso adds to this history. After you pressC-x C-f, pressupanddownto navigate the history of opened files.The history is saved between sessions if you enable session saving with the
desktoppackage.