comparison etc/Emacs.ad @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents cc15677e0335
children 501cfd01ee6d
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
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 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 191 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
192 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* 192 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
193
194 ! Gui elements share this font
195 !
196 Emacs.gui-element.attributeFont: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
193 197
194 ! Font in the Motif dialog boxes. 198 ! Font in the Motif dialog boxes.
195 ! (Motif uses `fontList' while most other things use `font' - if you don't 199 ! (Motif uses `fontList' while most other things use `font' - if you don't
196 ! know why you probably don't want to.) 200 ! know why you probably don't want to.)
197 ! 201 !
258 <Key>osfHelp: Help()\n\ 262 <Key>osfHelp: Help()\n\
259 ~Shift ~Meta ~Alt <Key>Return: ArmAndActivate()\n\ 263 ~Shift ~Meta ~Alt <Key>Return: ArmAndActivate()\n\
260 <EnterWindow>: Enter()\n\ 264 <EnterWindow>: Enter()\n\
261 <LeaveWindow>: Leave()\n 265 <LeaveWindow>: Leave()\n
262 266
267 ! Native Widget translations
268 ! =======================
269 Emacs*Text*translations: #override\n\
270 <Btn1Down>: widget-focus-in()\n
271
263 ! XIM input method style 272 ! XIM input method style
264 ! ======================= 273 ! =======================
265 274
266 ! ximStyles is a (whitespace or comma-separated) list of XIMStyles in 275 ! ximStyles is a (whitespace or comma-separated) list of XIMStyles in
267 ! order of user's preference. 276 ! order of user's preference.