annotate etc/Emacs.ad @ 5797:a1808d52a34a

If the position of a window's cached point is deleted, use buffer point instead src/ChangeLog addition: 2014-06-17 Aidan Kehoe <kehoea@parhasard.net> * extents.h: * window.c: * window.c (unshow_buffer): * window.c (Fset_window_buffer): Use extents, rather than markers, for the window buffer point cache, so that when the text containing that window buffer point is deleted, the window display code uses the buffer's actual point instead of the position that the marker had been moved to. Fixes Michael Heinrich's problem of http://mid.gmane.org/6zr42uxtf5.fsf@elektra.science-computing.de , introduced by Ben's patch of https://bitbucket.org/xemacs/xemacs/commits/047d37eb70d70f43803 .
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 17 Jun 2014 20:55:45 +0100 (2014-06-17)
parents 388762703a21
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1 ! This is the app-defaults file for XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2 !
5444
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
3 ! Copyright (C) 1997, 1998 Kyle Jones
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
4 ! Copyright (C) 1998 SL Baur
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
5 ! Copyright (C) 2000 Andy Piper
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
6 ! Copyright (C) 2000 Martin Buchholz
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
7 ! Copyright (C) 2000-2003 Stephen J. Turnbull
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
8 ! Copyright (C) 2002 Ville Skyttä
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
9 ! Copyright (C) 2010 Jerry James
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
10 !
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
11 ! This file is part of XEmacs.
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
12 !
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
13 ! XEmacs is free software: you can redistribute it and/or modify it
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
14 ! under the terms of the GNU General Public License as published by the
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
15 ! Free Software Foundation, either version 3 of the License, or (at your
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
16 ! option) any later version.
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
17 !
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
18 ! XEmacs is distributed in the hope that it will be useful, but WITHOUT
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
19 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
20 ! FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
21 ! for more details.
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
22 !
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
23 ! You should have received a copy of the GNU General Public License
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
24 ! along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
25 !
388762703a21 Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
Mats Lidell <matsl@xemacs.org>
parents: 4798
diff changeset
26 !
1389
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1099
diff changeset
27 ! This used to be identical to sample.Xresources, but the resources
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
28 ! below have been rewritten to be as general as possible to avoid
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
29 ! overriding user resources. Other than the form rewriting, both
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
30 ! files should be kept in sync.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
31 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
32 ! The resources below are loaded into the XEmacs executable at compile-time:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
33 ! changes to .../etc/Emacs.ad made after XEmacs has been built will have no
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
34 ! effect.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
35 !
4798
ea7a6c12df45 Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with
Jerry James <james@xemacs.org>
parents: 1389
diff changeset
36 ! However, you may copy .../etc/Emacs.ad to /usr/share/X11/app-defaults/Emacs
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
37 ! (or whatever the standard app-defaults directory is at your site) to cause
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
38 ! it to be consulted at run-time. (Do this only for site-wide customizations:
1389
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1099
diff changeset
39 ! personal customizations should be put into ~/.Xresources instead.)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
40 ! Note that the file must be named Emacs, not XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
41 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
42 ! See the NEWS file (C-h n) or XEmacs manual (C-h i) for a description of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
43 ! the various resources and the syntax for setting them.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
44
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
45
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
46 ! Colors and backgrounds.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
47 ! ======================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
48 ! The contrasts of these colors will cause them to map to the appropriate
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
49 ! one of "black" or "white" on monochrome systems.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
50 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
51 ! The valid color names on your system can be found by looking in the file
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
52 ! `rgb.txt', usually found in /usr/lib/X11/ or /usr/openwin/lib/X11/.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
53
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
54 ! Set the modeline colors.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
55 !Emacs.modeline*attributeForeground: Black
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
56 !Emacs.modeline*attributeBackground: Gray75
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
57
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
58 ! Set the color of the text cursor.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
59 !Emacs.text-cursor*attributeBackground: Red3
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
60
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
61 ! If you want to set the color of the mouse pointer, do this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
62 ! Emacs.pointer*attributeForeground: Black
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
63 ! If you want to set the background of the mouse pointer, do this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
64 ! Emacs.pointer*attributeBackground: White
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
65 ! Note that by default, the pointer foreground and background are the same
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
66 ! as the default face.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
67
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
68 ! Set the menubar colors. This overrides the default foreground and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
69 ! background colors specified above.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
70 *menubar*Foreground: Gray30
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
71 *menubar*Background: Gray80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
72 ! This is for buttons in the menubar.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
73 ! Yellow would be better, but that would map to white on monochrome.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
74 *menubar*buttonForeground: Blue
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
75 *XlwMenu*highlightForeground: Red
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
76 *XlwMenu*titleForeground: Maroon
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
77 *XlwMenu*selectColor: ForestGreen
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
78 *XmToggleButton*selectColor: ForestGreen
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
79
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
80 ! Specify the colors of popup menus.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
81 *popup*Foreground: Black
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
82 *popup*Background: Gray80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
83
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
84 ! Specify the colors of the various sub-widgets of the dialog boxes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
85 *dialog*Foreground: Black
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
86 ! #A5C0C1 is a shade of blue
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
87 *dialog*Background: #A5C0C1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
88 ! The following three are for Motif dialog boxes ...
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
89 *dialog*XmTextField*Background: WhiteSmoke
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
90 *dialog*XmText*Background: WhiteSmoke
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
91 *dialog*XmList*Background: WhiteSmoke
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
92 ! While this one is for Athena dialog boxes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
93 *dialog*Command*Background: WhiteSmoke
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
94
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
95 ! Xlw Scrollbar colors
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
96 *XlwScrollBar*Foreground: Gray30
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
97 *XlwScrollBar*Background: Gray80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
98 *XmScrollBar*Foreground: Gray30
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
99 *XmScrollBar*Background: Gray80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
100
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
101 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
102 ! The Lucid Scrollbar supports two added resources, SliderStyle is either
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
103 ! "plain" (default) or "dimple". Dimple puts a small dimple in the middle
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
104 ! of the slider that depresses when the slider is clicked on. ArrowPosition is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
105 ! either "opposite" (default) or "same". Opposite puts the arrows at opposite
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
106 ! of the scrollbar, same puts both arrows at the same end, like the Amiga.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
107 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
108 ! Emacs*XlwScrollBar.SliderStyle: dimple
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
109 ! Emacs*XlwScrollBar.ArrowPosition: opposite
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
110
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
111
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
112 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
113 ! If you want to turn off a toolbar, set its height or width to 0.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
114 ! The correct size value is not really arbitrary. We only control it
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
115 ! this way in order to avoid excess frame resizing when turning the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
116 ! toolbars on and off.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
117 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
118 ! To change the heights and widths of the toolbars:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
119 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
120 ! Emacs.topToolBarHeight: 37
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
121 ! Emacs.bottomToolBarHeight: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
122 ! Emacs.leftToolBarWidth: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
123 ! Emacs.rightToolBarWidth: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
124
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
125 !*topToolBarShadowColor: Gray90
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
126 !*bottomToolBarShadowColor: Gray40
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
127 !*backgroundToolBarColor: Gray80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
128 *toolBarShadowThickness: 2
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
129
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
130
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
131 ! If you want to turn off vertical scrollbars, or change the default
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
132 ! pixel width of the vertical scrollbars, do it like this (0 width
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
133 ! means no vertical scrollbars):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
134 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
135 ! Emacs.scrollBarWidth: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
136 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
137 ! To change it for a particular frame, do this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
138 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
139 ! Emacs*FRAME-NAME.scrollBarWidth: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
140
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
141
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
142 ! If you want to turn off horizontal scrollbars, or change the default
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
143 ! pixel height of the horizontal scrollbars, do it like this (0 height
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
144 ! means no horizontal scrollbars):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
145 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
146 ! Emacs.scrollBarHeight: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
147 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
148 ! To change it for a particular frame, do this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
149 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
150 ! Emacs*FRAME-NAME.scrollBarHeight: 0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
151
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
152
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
153 ! To dynamically change the labels used for menubar buttons...
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
154 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
155 ! Emacs*XlwMenu.resourceLabels: True
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
156 ! Emacs*XlwMenu.newFrame.labelString: Open Another Window
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
157
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
158 ! To have the Motif scrollbars on the left instead of the right, do this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
159 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
160 ! Emacs*scrollBarPlacement: BOTTOM_LEFT
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
161 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
162 ! To have the Athena scrollbars on the right, use `BOTTOM_RIGHT' instead
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
163
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
164 ! To have Motif scrollbars act more like Xt scrollbars...
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
165 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
166 ! Emacs*XmScrollBar.translations: #override \n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
167 ! <Btn1Down>: PageDownOrRight(0) \n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
168 ! <Btn3Down>: PageUpOrLeft(0)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
169
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
170 ! Fonts.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
171 ! ======
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
172 ! XEmacs requires the use of XLFD (X Logical Font Description) format font
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
173 ! names, which look like
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
174 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
175 ! *-courier-medium-r-*-*-*-120-*-*-*-*-*-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
176 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
177 ! if you use any of the other, less strict font name formats, some of which
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
178 ! look like
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
179 ! lucidasanstypewriter-12
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
180 ! and fixed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
181 ! and 9x13
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
182 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
183 ! then XEmacs won't be able to guess the names of the bold and italic versions.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
184 ! All X fonts can be referred to via XLFD-style names, so you should use those
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
185 ! forms. See the man pages for X(1), xlsfonts(1), and xfontsel(1).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
186
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
187
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
188 ! The default font for the text area of XEmacs is chosen at run-time
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
189 ! by lisp code which tries a number of different possibilities in order
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
190 ! of preference. If you wish to override it, use this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
191 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
192 ! Emacs.default.attributeFont: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
193
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
194 ! If you choose a font which does not have an italic version, you can specify
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
195 ! some other font to use for it here:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
196 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
197 ! Emacs.italic.attributeFont: -*-courier-medium-o-*-*-*-120-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
198 !
1099
85cb05c9227e [xemacs-hg @ 2002-11-11 16:56:15 by stephent]
stephent
parents: 1042
diff changeset
199 ! If you choose a font which does not have a bold-italic version,
85cb05c9227e [xemacs-hg @ 2002-11-11 16:56:15 by stephent]
stephent
parents: 1042
diff changeset
200 ! you can specify some other font to use for it here:
85cb05c9227e [xemacs-hg @ 2002-11-11 16:56:15 by stephent]
stephent
parents: 1042
diff changeset
201 !
85cb05c9227e [xemacs-hg @ 2002-11-11 16:56:15 by stephent]
stephent
parents: 1042
diff changeset
202 ! Emacs.bold-italic.attributeFont: -*-courier-bold-o-*-*-*-120-*-*-*-*-iso8859-*
85cb05c9227e [xemacs-hg @ 2002-11-11 16:56:15 by stephent]
stephent
parents: 1042
diff changeset
203 !
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
204 ! And here is how you would set the background color of the `highlight' face,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
205 ! but only on the screen named `debugger':
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
206 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
207 ! Emacs*debugger.highlight.attributeBackground: PaleTurquoise
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
208 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
209 ! See the NEWS file (C-h n) for a more complete description of the resource
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
210 ! syntax of faces.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
211
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
212
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
213 ! Font of the modeline, menubar and pop-up menus.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
214 ! Note that the menubar resources do not use the `face' syntax, since they
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
215 ! are X toolkit widgets and thus outside the domain of XEmacs proper.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
216 !
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
217 ! When X Font Sets are enabled with ./configure --with-xfs (eg, for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
218 ! multilingual menubars and XIM), some .font resources (those specific to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
219 ! the Lucid widget set) are ignored in favor of .fontSet resources. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
220 ! example shows how to add fonts for Japanese menubars:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
221 !
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
222 ! *menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
223 ! -*-*-*-*-*-*-*-120-*-jisx0208.1983-0
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
224 !
984
c55a519aa13f [xemacs-hg @ 2002-08-31 11:04:01 by scop]
scop
parents: 442
diff changeset
225 *menubar*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
226 *popup*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
1042
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
227 *menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
228 -*-*-*-*-*-*-*-120-*-iso10646-1, \
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
229 -*-*-*-*-*-*-*-120-*-jisx0208.1983-0, \
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
230 -*-*-*-*-*-*-*-120-*-jisx0201.1976-0
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
231 *popup*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*, \
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
232 -*-*-*-*-*-*-*-120-*-iso10646-1, \
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
233 -*-*-*-*-*-*-*-120-*-jisx0208.1983-0, \
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 984
diff changeset
234 -*-*-*-*-*-*-*-120-*-jisx0201.1976-0
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
235
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
236 ! Gui elements share this font
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
237 !
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
238 Emacs.gui-element.attributeFont: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
239
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
240 ! Font in the Motif dialog boxes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
241 ! (Motif uses `fontList' while most other things use `font' - if you don't
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
242 ! know why you probably don't want to.)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
243 !
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
244 *XmDialogShell*FontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
245 *XmTextField*FontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
246 *XmText*FontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
247 *XmList*FontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
248
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
249 ! Font in the Athena dialog boxes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
250 ! I think 14-point looks nicer than 12-point.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
251 ! Some people use 12-point anyway because you get more text, but
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
252 ! there's no purpose at all in doing this for dialog boxes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
253
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
254 *Dialog*Font: -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
255
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
256 ! Dialog box translations.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
257 ! =======================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
258
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
259 ! This accelerator binds <return> in a dialog box to <activate> on button1
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
260 *dialog*button1.accelerators:#override\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
261 <KeyPress>Return: ArmAndActivate()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
262 <KeyPress>KP_Enter: ArmAndActivate()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
263 Ctrl<KeyPress>m: ArmAndActivate()\n
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
264
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
265 ! Translations to make the TextField widget behave more like XEmacs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
266 *XmTextField*translations: #override\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
267 !<Key>osfBackSpace: delete-previous-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
268 !<Key>osfDelete: delete-previous-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
269 !Ctrl<Key>h: delete-previous-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
270 !Ctrl<Key>d: delete-next-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
271 !Meta<Key>osfDelete: delete-previous-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
272 !Meta<Key>osfBackSpace: delete-previous-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
273 !Meta<Key>d: delete-next-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
274 !Ctrl<Key>k: delete-to-end-of-line()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
275 !Ctrl<Key>g: process-cancel()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
276 !Ctrl<Key>b: backward-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
277 !<Key>osfLeft: backward-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
278 !Ctrl<Key>f: forward-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
279 !<Key>osfRight: forward-character()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
280 !Meta<Key>b: backward-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
281 !Meta<Key>osfLeft: backward-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
282 !Meta<Key>f: forward-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
283 !Meta<Key>osfRight: forward-word()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
284 !Ctrl<Key>e: end-of-line()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
285 !Ctrl<Key>a: beginning-of-line()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
286 !Ctrl<Key>w: cut-clipboard()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
287 !Meta<Key>w: copy-clipboard()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
288 <Btn2Up>: copy-primary()\n
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
289
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
290 ! With the XEmacs typeahead it's better to not have space be bound to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
291 ! ArmAndActivate() for buttons that appear in dialog boxes. This is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
292 ! not 100% Motif compliant but the benefits far outweight the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
293 ! compliancy problem.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
294 *dialog*XmPushButton*translations:#override\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
295 <Btn1Down>: Arm()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
296 <Btn1Down>,<Btn1Up>: Activate()\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
297 Disarm()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
298 <Btn1Down>(2+): MultiArm()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
299 <Btn1Up>(2+): MultiActivate()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
300 <Btn1Up>: Activate()\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
301 Disarm()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
302 <Key>osfSelect: ArmAndActivate()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
303 <Key>osfActivate: ArmAndActivate()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
304 <Key>osfHelp: Help()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
305 ~Shift ~Meta ~Alt <Key>Return: ArmAndActivate()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
306 <EnterWindow>: Enter()\n\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
307 <LeaveWindow>: Leave()\n
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
308
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
309 ! Native Widget translations
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
310 ! =======================
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
311 Emacs*Text*translations: #override\n\
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
312 <Btn1Down>: widget-focus-in() select-start()\n
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
313
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
314 ! XIM input method style
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
315 ! =======================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
316
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
317 ! ximStyles is a (whitespace or comma-separated) list of XIMStyles in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
318 ! order of user's preference.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
319 ! Choose a subset of the following styles or reorder to taste
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
320 *ximStyles: XIMPreeditPosition|XIMStatusArea\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
321 XIMPreeditPosition|XIMStatusNothing\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
322 XIMPreeditPosition|XIMStatusNone\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
323 XIMPreeditNothing|XIMStatusArea\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
324 XIMPreeditNothing|XIMStatusNothing\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
325 XIMPreeditNothing|XIMStatusNone\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
326 XIMPreeditNone|XIMStatusArea\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
327 XIMPreeditNone|XIMStatusNothing\
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
328 XIMPreeditNone|XIMStatusNone
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
329
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
330 ! XIM Preedit and Status foreground and background
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
331 *EmacsFrame.ximForeground: black
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
332 *EmacsFrame.ximBackground: white
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
333
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
334 ! XIM fontset (defaults to system fontset default)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
335 ! *EmacsFrame.FontSet: -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*