emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 996e08b: Document Windows font selection quirks


From: Eli Zaretskii
Subject: master 996e08b: Document Windows font selection quirks
Date: Sat, 2 Nov 2019 06:51:13 -0400 (EDT)

branch: master
commit 996e08b05f6f29d2e80db1c3f23a749fe70eb6ae
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document Windows font selection quirks
    
    * doc/emacs/msdos.texi (Windows Fonts): Document
    'w32-use-w32-font-dialog' and 'w32-fixed-font-alist'.
---
 doc/emacs/msdos.texi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index 5377df9..55093a0 100644
--- a/doc/emacs/msdos.texi
+++ b/doc/emacs/msdos.texi
@@ -1133,6 +1133,15 @@ file.  (If the function returns @code{nil}, you have no 
fonts
 installed that can display characters from the scripts which need this
 facility.)
 
+@vindex w32-use-w32-font-dialog
+@vindex w32-fixed-font-alist
+The variable @code{w32-use-w32-font-dialog} controls the way fonts can
+be selected via @kbd{S-mouse-1} (@code{mouse-appearance-menu}).  If
+the value is @code{t}, the default, Emacs uses the standard Windows
+font selection dialog.  If the value is @code{nil}, Emacs instead pops
+a menu of a fixed set of fonts.  The fonts to appear in the menu are
+determined by @code{w32-fixed-font-alist}.
+
 @node Windows Misc
 @section Miscellaneous Windows-specific features
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]