comparison etc/Emacs.ad @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children c55a519aa13f
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
15 ! personal customizations should be put into ~/.Xdefaults instead.) 15 ! personal customizations should be put into ~/.Xdefaults instead.)
16 ! Note that the file must be named Emacs, not XEmacs. 16 ! Note that the file must be named Emacs, not XEmacs.
17 ! 17 !
18 ! See the NEWS file (C-h n) or XEmacs manual (C-h i) for a description of 18 ! See the NEWS file (C-h n) or XEmacs manual (C-h i) for a description of
19 ! the various resources and the syntax for setting them. 19 ! the various resources and the syntax for setting them.
20 !
21 ! Energize users: note that this is not the same app-defaults file that is
22 ! used with the Energize-specific version of XEmacs.
23 20
24 21
25 ! Colors and backgrounds. 22 ! Colors and backgrounds.
26 ! ====================== 23 ! ======================
27 ! The contrasts of these colors will cause them to map to the appropriate 24 ! The contrasts of these colors will cause them to map to the appropriate
186 183
187 ! Font of the modeline, menubar and pop-up menus. 184 ! Font of the modeline, menubar and pop-up menus.
188 ! Note that the menubar resources do not use the `face' syntax, since they 185 ! 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. 186 ! are X toolkit widgets and thus outside the domain of XEmacs proper.
190 ! 187 !
188 ! When X Font Sets are enabled with ./configure --with-xfs (eg, for
189 ! multilingual menubars and XIM), some .font resources (those specific to
190 ! the Lucid widget set) are ignored in favor of .fontSet resources. This
191 ! example shows how to add fonts for Japanese menubars:
192 !
193 ! *menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
194 ! -*-*-*-*-*-*-*-120-*-jisx0208.1983-0
195 !
191 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 196 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
192 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 197 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
198
199 ! Gui elements share this font
200 !
201 Emacs.gui-element.attributeFont: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
193 202
194 ! Font in the Motif dialog boxes. 203 ! Font in the Motif dialog boxes.
195 ! (Motif uses `fontList' while most other things use `font' - if you don't 204 ! (Motif uses `fontList' while most other things use `font' - if you don't
196 ! know why you probably don't want to.) 205 ! know why you probably don't want to.)
197 ! 206 !
258 <Key>osfHelp: Help()\n\ 267 <Key>osfHelp: Help()\n\
259 ~Shift ~Meta ~Alt <Key>Return: ArmAndActivate()\n\ 268 ~Shift ~Meta ~Alt <Key>Return: ArmAndActivate()\n\
260 <EnterWindow>: Enter()\n\ 269 <EnterWindow>: Enter()\n\
261 <LeaveWindow>: Leave()\n 270 <LeaveWindow>: Leave()\n
262 271
272 ! Native Widget translations
273 ! =======================
274 Emacs*Text*translations: #override\n\
275 <Btn1Down>: widget-focus-in() select-start()\n
276
263 ! XIM input method style 277 ! XIM input method style
264 ! ======================= 278 ! =======================
265 279
266 ! ximStyles is a (whitespace or comma-separated) list of XIMStyles in 280 ! ximStyles is a (whitespace or comma-separated) list of XIMStyles in
267 ! order of user's preference. 281 ! order of user's preference.