comparison etc/Emacs.ad @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children b8cc9ab3f761
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
186 186
187 ! Font of the modeline, menubar and pop-up menus. 187 ! Font of the modeline, menubar and pop-up menus.
188 ! Note that the menubar resources do not use the `face' syntax, since they 188 ! Note that the menubar resources do not use the `face' syntax, since they
189 ! are X toolkit widgets and thus outside the domain of XEmacs proper. 189 ! are X toolkit widgets and thus outside the domain of XEmacs proper.
190 ! 190 !
191 ! When X Font Sets are enabled with ./configure --with-xfs (eg, for
192 ! multilingual menubars and XIM), some .font resources (those specific to
193 ! the Lucid widget set) are ignored in favor of .fontSet resources. This
194 ! example shows how to add fonts for Japanese menubars:
195 !
196 ! *menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
197 ! -*-*-*-*-*-*-*-120-*-jisx0208.1983-0
198 !
199 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 191 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
200 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 192 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
201 193
202 ! Font in the Motif dialog boxes. 194 ! Font in the Motif dialog boxes.
203 ! (Motif uses `fontList' while most other things use `font' - if you don't 195 ! (Motif uses `fontList' while most other things use `font' - if you don't