]> git.eshelyaron.com Git - emacs.git/commitdiff
Some desktop doc.
authorXue Fuqiao <xfq@gnu.org>
Fri, 28 Feb 2014 01:05:49 +0000 (09:05 +0800)
committerXue Fuqiao <xfq@gnu.org>
Fri, 28 Feb 2014 01:05:49 +0000 (09:05 +0800)
* doc/emacs/misc.texi (Saving Emacs Sessions): Document some new desktop user options.

doc/emacs/ChangeLog
doc/emacs/misc.texi
etc/NEWS

index 2433e3c8b8f62b71a44ce995eac9d0a3512a52ca..7138f59d24206026c19fe820443fbb64de9abf10 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-28  Xue Fuqiao  <xfq@gnu.org>
+
+       * misc.texi (Saving Emacs Sessions): Document some new desktop user options.
+
 2014-02-27  Xue Fuqiao  <xfq@gnu.org>
 
        * programs.texi (Basic Indent):
index d9bfcca3ca337dd1a52792bf638124b7d9c6e011..801d9f9e4e6688cd9c58a50b09355839e485fdb9 100644 (file)
@@ -2193,6 +2193,32 @@ preserve certain buffers, customize the variable
 @code{desktop-clear-preserve-buffers-regexp}, whose value is a regular
 expression matching the names of buffers not to kill.
 
+@vindex desktop-restore-frames
+@code{desktop-restore-frames}, enabled by default, a non-@code{nil}
+means save frames (@pxref{Frames}) to desktop file.
+
+@vindex desktop-restore-in-current-display
+If the value of @code{desktop-restore-in-current-display} is @code{t},
+frames are restored in the current display.  If @code{nil} (the
+default), frames are restored in their original displays if possible.
+If @samp{delete}, frames on other displays are deleted instead of
+restored.
+
+@vindex desktop-restore-reuses-frames
+If the value of @code{desktop-restore-reuses-frames} is @code{t} (the
+default), restoring frames will reuse existing frames.  If @code{nil},
+existing frames are deleted.  If @samp{:keep}, existing frames are
+kept but not reused.
+
+@vindex desktop-restore-forces-onscreen
+If the value of @code{desktop-restore-forces-onscreen} is @code{t}
+(the default), offscreen frames are restored onscreen.  If
+@samp{:all}, frames that are partially offscreen are also forced
+onscreen.  @strong{Notice:} Checking of frame boundaries is
+approximate.  It may not reliably detect frames whose
+onscreen/offscreen state depends on a few pixels, especially near the
+right and/or bottom borders of the screen.
+
   If you want to save minibuffer history from one session to
 another, use the @code{savehist} library.
 
index da19f9c534ba1b102decb8000752a1bea0af4080..b9240f2936f45087701aef9d357e090d1ae46e15 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -537,6 +537,7 @@ if your version doesn't support that option.  See option `cfengine-cf-promises'.
 after `desktop-auto-save-timeout'.  To disable this, customize that option
 to nil (or zero).
 
++++
 *** `desktop-restore-frames', enabled by default, allows saving and
 restoring the frame/window configuration (frameset).  Additional options
 `desktop-restore-in-current-display', `desktop-restore-reuses-frames'