Session management

From WikEmacs
Revision as of 19:30, 24 June 2014 by Holocronweaver (talk | contribs) (Created page with "'''Session management''' allows session data such as buffers, cursor positions, global variables, windows, and frames to be saved and restored....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Session management allows session data such as buffers, cursor positions, global variables, windows, and frames to be saved and restored. This is often used to quickly restore a previous working environment. The particular session data which can be saved varies across session management packages.

Packages

  • desktop.el - Bundled with Emacs. Stores buffer, point, mark, history, and other variables. Emacs 24.4 snapshots since June 2013 are also store frame, including their desktop position and open windows.