Show
Ignore:
Timestamp:
2006年08月18日 08時35分31秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/misc.texi

    r4131 r4148  
    19991999@vindex desktop-save-mode 
    20002000  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 
     2001desktop-save}.  You can also enable automatic saving of the desktop 
     2002when you exit Emacs, and automatic restoration of the last saved 
     2003desktop when Emacs starts: use the Customization buffer (@pxref{Easy 
    20032004Customization}) to set @code{desktop-save-mode} to @code{t} for future 
    20042005sessions, or add this line in your @file{~/.emacs} file: 
     
    20102011@findex desktop-change-dir 
    20112012@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}, 
     2014then when Emacs starts, it looks for a saved desktop in the current 
    20132015directory.  Thus, you can have separate saved desktops in different 
    20142016directories, and the starting directory determines which one Emacs 
     
    20192021  Specify the option @samp{--no-desktop} on the command line when you 
    20202022don'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 
     2024the @samp{--no-init-file} option also disables desktop reloading, 
     2025since it bypasses the @file{.emacs} init file, where 
     2026@code{desktop-save-mode} is usually turned on. 
    20222027 
    20232028@vindex desktop-restore-eager