[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/xresources.texi
From: |
Jan Dj�rv |
Subject: |
[Emacs-diffs] Changes to emacs/man/xresources.texi |
Date: |
Sun, 10 Apr 2005 08:29:46 -0400 |
Index: emacs/man/xresources.texi
diff -c emacs/man/xresources.texi:1.29 emacs/man/xresources.texi:1.30
*** emacs/man/xresources.texi:1.29 Tue Mar 29 18:20:11 2005
--- emacs/man/xresources.texi Sun Apr 10 12:29:46 2005
***************
*** 393,398 ****
--- 393,411 ----
@end example
@noindent
+ The Lucid menus can display multilingual text in your locale. For more
+ information about fontsets see the man page for XCreateFontSet. To enable
+ multilingual menu text you specify a fontSet resource instead of the font
+ resource. If both font and fontSet resources are specified, the fontSet
+ resource is used. To specify
+ @samp{-*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*} for both the popup and
+ menu bar menus, write this:
+
+ @example
+ Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*
+ @end example
+
+ @noindent
Experience shows that on some systems you may need to add
@samp{shell.}@: before the @samp{pane.menubar} or @samp{menu*}. On
some other systems, you must not add @samp{shell.}.
***************
*** 402,407 ****
--- 415,422 ----
@table @code
@item font
Font for menu item text.
+ @item fontSet
+ Fontset for menu item text.
@item foreground
Color of the foreground.
@item background
- [Emacs-diffs] Changes to emacs/man/xresources.texi,
Jan Dj�rv <=