aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-09-26 13:35:56 -0700
committerPaul Eggert2016-09-26 13:35:56 -0700
commitfffa49b136b02052073fa584cf7b9fe99b1bf951 (patch)
tree6065ab2578cfdd73012045e8911a065ab9e0fe0c /doc
parent2914d52129032c471a6754f4a3961a9dffdc7b18 (diff)
parentcf9e174ae1d3b1428982204b0786a7db13d94ab7 (diff)
downloademacs-fffa49b136b02052073fa584cf7b9fe99b1bf951.tar.gz
emacs-fffa49b136b02052073fa584cf7b9fe99b1bf951.zip
Merge from origin/emacs-25
cf9e174 Document the optional zlib library in MS-Windows builds 84eb144 ; * admin/notes/unicode: Mention BidiCharacterTest.txt. 73c67dd Fix tagging of DEFUN by etags ea1960b Avoid resetting track-mouse by mouse clicks 505fef3 Improve nt/README.W32 instructions 1229cc4 Document that desktop file overrides frame parameters f0eb70d ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release # Conflicts: # ChangeLog.2 # admin/notes/unicode # lisp/ldefs-boot.el
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi8
-rw-r--r--doc/emacs/misc.texi11
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 03172b62cf5..082de3796c1 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -925,6 +925,14 @@ the initial frame, by customizing the variable
925specify colors and fonts don't affect menus and the menu bar, since 925specify colors and fonts don't affect menus and the menu bar, since
926those are drawn by the toolkit and not directly by Emacs. 926those are drawn by the toolkit and not directly by Emacs.
927 927
928 Note that if you are using the desktop library to save and restore
929your sessions, the frames to be restored are recorded in the desktop
930file, together with their parameters. When these frames are restored,
931the recorded parameters take precedence over the frame parameters
932specified by @code{default-frame-alist} and @code{initial-frame-alist}
933in your init file. @xref{Saving Emacs Sessions}, for how to avoid
934that.
935
928@node Scroll Bars 936@node Scroll Bars
929@section Scroll Bars 937@section Scroll Bars
930@cindex Scroll Bar mode 938@cindex Scroll Bar mode
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 502ccad1382..f38a797b36c 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2371,6 +2371,17 @@ To disable this, set @code{desktop-restore-frames} to @code{nil}.
2371(See that variable's documentation for some related options 2371(See that variable's documentation for some related options
2372that you can customize to fine-tune this behavior.) 2372that you can customize to fine-tune this behavior.)
2373 2373
2374@vindex frameset-filter-alist
2375 When the desktop restores the frame and window configuration, it
2376uses the recorded values of frame parameters, disregarding any
2377settings for those parameters you have in your init file (@pxref{Init
2378File}). This means that frame parameters such as fonts and faces for
2379the restored frames will come from the desktop file, where they were
2380saved when you exited your previous Emacs session; any settings for
2381those parameters in your init file will be ignored. To disable this,
2382customize the value of @code{frameset-filter-alist} to filter out the
2383frame parameters you don't want to be restored.
2384
2374@findex desktop-save 2385@findex desktop-save
2375@vindex desktop-save-mode 2386@vindex desktop-save-mode
2376 You can save the desktop manually with the command @kbd{M-x 2387 You can save the desktop manually with the command @kbd{M-x