Changeset 4148 for trunk/man/misc.texi
- Timestamp:
- 2006年08月18日 08時35分31秒 (2 years ago)
- Files:
-
- trunk/man/misc.texi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/misc.texi
r4131 r4148 1999 1999 @vindex desktop-save-mode 2000 2000 You can save the desktop manually with the command @kbd{M-x 2001 desktop-save}. You can also enable automatic desktop saving when 2002 you exit Emacs: use the Customization buffer (@pxref{Easy 2001 desktop-save}. You can also enable automatic saving of the desktop 2002 when you exit Emacs, and automatic restoration of the last saved 2003 desktop when Emacs starts: use the Customization buffer (@pxref{Easy 2003 2004 Customization}) to set @code{desktop-save-mode} to @code{t} for future 2004 2005 sessions, or add this line in your @file{~/.emacs} file: … … 2010 2011 @findex desktop-change-dir 2011 2012 @findex desktop-revert 2012 When Emacs starts, it looks for a saved desktop in the current 2013 If you turn on @code{desktop-save-mode} in your @file{~/.emacs}, 2014 then when Emacs starts, it looks for a saved desktop in the current 2013 2015 directory. Thus, you can have separate saved desktops in different 2014 2016 directories, and the starting directory determines which one Emacs … … 2019 2021 Specify the option @samp{--no-desktop} on the command line when you 2020 2022 don't want it to reload any saved desktop. This turns off 2021 @code{desktop-save-mode} for the current session. 2023 @code{desktop-save-mode} for the current session. Starting Emacs with 2024 the @samp{--no-init-file} option also disables desktop reloading, 2025 since it bypasses the @file{.emacs} init file, where 2026 @code{desktop-save-mode} is usually turned on. 2022 2027 2023 2028 @vindex desktop-restore-eager
