upload tizen2.0 source
[framework/uifw/xorg/app/x11-apps.git] / debian / patches / 01_xedit_mkdir_races.diff
1 Combination of two upstream patches (post 1.1.2) to fix #569430
2
3 From 0ab2815743d89b1cd283abaf4d2cb77fed4a2df4 Mon Sep 17 00:00:00 2001
4 From: Peter Breitenlohner <peb@mppmu.mpg.de>
5 Date: Sun, 09 Nov 2008 13:24:10 +0000
6 Subject: avoid race condition for parallel jobs
7
8 From cfc78a1c2452362a5e7c88ed239c9d7ef0240a4d Mon Sep 17 00:00:00 2001
9 From: Peter Breitenlohner <peb@mppmu.mpg.de>
10 Date: Tue, 11 Nov 2008 09:52:18 +0000
11 Subject: reorganize app default files
12
13
14 Index: x11-apps/xedit/Makefile.am
15 ===================================================================
16 --- x11-apps.orig/xedit/Makefile.am     2010-03-21 10:04:31.000000000 +0100
17 +++ x11-apps/xedit/Makefile.am  2010-03-21 10:04:42.000000000 +0100
18 @@ -161,33 +161,13 @@
19  lisp_re_tests_SOURCES = lisp/re/tests.c
20  
21  
22 -# App default files  (*.ad)
23 +# App default files
24  
25 -APPDEFAULTFILES = \
26 +appdefaultdir = @appdefaultdir@
27 +appdefault_DATA = \
28          app-defaults/Xedit-color \
29         app-defaults/Xedit
30  
31 -if USE_XPRINT
32 -app-defaults/Xedit.ad: 
33 -       test -d app-defaults || mkdir app-defaults
34 -       cp $(top_srcdir)/app-defaults/Xedit-xprint.ad app-defaults/Xedit.ad
35 -else
36 -app-defaults/Xedit.ad:
37 -       test -d app-defaults || mkdir app-defaults
38 -       cp $(top_srcdir)/app-defaults/Xedit-noxprint.ad app-defaults/Xedit.ad
39 -endif
40 -
41 -SUFFIXES = .ad 
42 -
43 -.ad:
44 -       test -d app-defaults || mkdir app-defaults
45 -       cp $< $@
46 -
47 -appdefaultdir = @appdefaultdir@
48 -appdefault_DATA = $(APPDEFAULTFILES)
49 -
50 -CLEANFILES = $(APPDEFAULTFILES) app-defaults/Xedit.ad
51 -
52  lispdir = $(LISPDIR)
53  dist_lisp_DATA = ${srcdir}/lisp/modules/lisp.lsp \
54         ${srcdir}/lisp/modules/xedit.lsp \
55 @@ -216,9 +196,9 @@
56  appman_PRE = xedit.man
57  
58  EXTRA_DIST = \
59 -       app-defaults/Xedit-color.ad \
60 -       app-defaults/Xedit-xprint.ad \
61 -       app-defaults/Xedit-noxprint.ad \
62 +       app-defaults/Xedit-color \
63 +       app-defaults/Xedit-xprint \
64 +       app-defaults/Xedit-noxprint \
65         app-defaults/Xedit-sample \
66         lisp/README \
67         lisp/TODO \
68 @@ -246,7 +226,7 @@
69  appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
70  
71  EXTRA_DIST += $(appman_PRE)
72 -CLEANFILES += $(appman_DATA)
73 +CLEANFILES = $(appman_DATA)
74  
75  SED = sed
76  
77 @@ -267,7 +247,7 @@
78         -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
79         -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
80  
81 -SUFFIXES += .$(APP_MAN_SUFFIX) .man
82 +SUFFIXES = .$(APP_MAN_SUFFIX) .man
83  
84  .man.$(APP_MAN_SUFFIX):
85         sed $(MAN_SUBSTS) < $< > $@
86 Index: x11-apps/xedit/configure.ac
87 ===================================================================
88 --- x11-apps.orig/xedit/configure.ac    2010-03-21 10:04:31.000000000 +0100
89 +++ x11-apps/xedit/configure.ac 2010-03-21 10:04:42.000000000 +0100
90 @@ -41,9 +41,12 @@
91  AM_CONDITIONAL(USE_XPRINT, test x$enable_xprint = xyes)
92  if test x$enable_xprint = xyes; then
93     PKG_CHECK_MODULES(PKGDEPS, xprintutil xp xaw8)
94 +   print_noprint=xprint
95  else
96     PKG_CHECK_MODULES(PKGDEPS, xaw7)
97 +   print_noprint=noxprint
98  fi
99 +AC_CONFIG_LINKS([app-defaults/Xedit:app-defaults/Xedit-$print_noprint])
100  
101  AC_ARG_WITH(lispdir, AS_HELP_STRING([--with-lispdir=PATH],
102             [Directory to install lisp files (default: $libdir/X11/xedit/lisp)]),
103 Index: x11-apps/xedit/app-defaults/Xedit-color
104 ===================================================================
105 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
106 +++ x11-apps/xedit/app-defaults/Xedit-color     2010-03-21 10:04:31.000000000 +0100
107 @@ -0,0 +1,195 @@
108 +! $XFree86: xc/programs/xedit/Xedit-color.ad,v 1.14 2002/11/10 23:21:56 paulo Exp $
109 +
110 +#include "Xedit"
111 +
112 +*background:                   gray70
113 +*foreground:                   gray15
114 +*borderColor:                  gray40
115 +*Command.highlightThickness:   1
116 +*Command.backgroundPixmap:     gradient:vertical?dimension=18&start=gray90&end=gray65
117 +*Command.foreground:           gray20
118 +*Command.displayList:\
119 +foreground     gray92;\
120 +line           1,0,-2,0;\
121 +foreground     gray95;\
122 +line           2,1,-3,1;\
123 +foreground     gray74;\
124 +segments       3,-3,-4,-3, 2,-4,-3,-4, 1,-6,-2,-6;\
125 +point          -1,-1;\
126 +foreground     gray80;\
127 +line           0,0,0,-1;\
128 +point          -1,0
129 +
130 +*Command.translations: #override \
131 +<Btn1Down>:    set-values(1, foreground, gray20, background, rgb:d/5/5) set()\n\
132 +Button1<Leave>: reset() set-values(1, foreground, gray20, background, gray70)\n\
133 +<Btn1Up>:      notify() unset()
134 +
135 +*Toggle.foreground:            gray30
136 +*Toggle.background:            gray82
137 +*Toggle.borderColor:           gray90
138 +*Toggle.displayList:\
139 +foreground     gray75;\
140 +segments       0,1,0,-2,-1,1,-1,-2;\
141 +foreground     gray80;\
142 +segments       0,0,-1,0,0,-1,-1,-1;\
143 +points         1,1,1,-2,-2,1, -2,-2
144 +
145 +*bc_label.backgroundPixmap:    gradient:vertical?dimension=18&start=gray90&end=gray65
146 +*bc_label.displayList:\
147 +foreground     gray92;\
148 +line           1,0,-2,0;\
149 +foreground     gray95;\
150 +line           2,1,-3,1;\
151 +foreground     gray74;\
152 +segments       3,-2,-4,-2, 2,-3,-3,-3, 1,-5,-2,-5
153 +*bc_label.foreground:          gray20
154 +
155 +*formWindow.backgroundPixmap:  gradient:vertical?dimension=18&start=gray90&end=gray65
156 +*formWindow.displayList:\
157 +foreground     gray92;\
158 +line           1,0,-2,0;\
159 +foreground     gray95;\
160 +line           2,1,-3,1;\
161 +foreground     gray74;\
162 +segments       3,-2,-4,-2, 2,-3,-3,-3, 1,-5,-2,-5
163 +*formWindow*backgroundPixmap:  ParentRelative
164 +*formWindow*foreground:                gray20
165 +*formWindow*background:                gray74
166 +*formWindow.labelWindow.background:    gray80
167 +*formWindow.labelWindow.displayList:\
168 +line-style     onoffdash;\
169 +foreground     gray30;\
170 +background     gray96;\
171 +draw-rect      3,2,15,14;\
172 +foreground     gray78;\
173 +fill-rect      4,3,15,14
174 +
175 +*dirlabel.foreground:          gray20
176 +*dirlabel.backgroundPixmap:    gradient:vertical?dimension=18&start=gray90&end=gray65
177 +*dirlabel.displayList:\
178 +foreground     gray92;\
179 +line           1,0,-2,0;\
180 +foreground     gray95;\
181 +line           2,1,-3,1;\
182 +foreground     gray74;\
183 +segments       3,-2,-4,-2, 2,-3,-3,-3, 1,-5,-2,-5
184 +*dirwindow.background:         gray96
185 +
186 +*internalBorderColor:          gray40
187 +
188 +*Text*Text.background:         gray96
189 +*Text.background:              gray96
190 +*Text.?.background:            gray96
191 +*Text*cursorColor:             rgb:d/5/5
192 +*Text.displayList:\
193 +foreground     white;\
194 +line           1,-1,-2,-1;\
195 +foreground     gray88;\
196 +line           1,0,-2,0
197 +
198 +*Scrollbar.foreground:         rgb:a/5/5
199 +*Scrollbar.background:         gray60
200 +*Text.Scrollbar.background:    gray60
201 +*Scrollbar.backgroundPixmap:   gradient:horizontal?dimension=14&start=gray70&end=gray85
202 +*hScrollbar.backgroundPixmap:  gradient:vertical?dimension=14&start=gray85&end=gray70
203 +*hScrollbar.displayList:\
204 +foreground     gray85;\
205 +segments       1,-1,-2,-1,1,0,-2,0
206 +*vScrollbar.displayList:\
207 +foreground     gray85;\
208 +segments       0,1,0,-2,-1,1,-1,-2
209 +*Scrollbar.thumb:              vlines2
210 +*hScrollbar.thumb:             hlines2
211 +
212 +*SimpleMenu*borderWidth:               0
213 +*SimpleMenu*backgroundPixmap:  xlogo11?foreground=gray90&background=gray88
214 +*SimpleMenu*background:                gray90
215 +*SimpleMenu*foreground:                gray20
216 +*SimpleMenu.VerticalMargins:   3
217 +*SimpleMenu.HorizontalMargins: 3
218 +*SimpleMenu.SimpleMenu.VerticalMargins:        3
219 +*SimpleMenu.SimpleMenu.HorizontalMargins:      3
220 +*SimpleMenu.menuLabel.foreground:      rgb:d/5/5
221 +*SimpleMenu*displayList:\
222 +foreground     gray70;\
223 +lines          +2,-2,-2,-2,-2,+2;\
224 +foreground     gray95;\
225 +lines          -2,+1,+1,+1,+1,-2;\
226 +foreground     gray30;\
227 +lines          +1,-1,-1,-1,-1,+1;\
228 +foreground     gray80;\
229 +lines          -1,+0,+0,+0,+0,-1
230 +
231 +*TransientShell.backgroundPixmap:      xlogo11?foreground=gray90&background=gray87
232 +*TransientShell.Form.backgroundPixmap:         ParentRelative
233 +*TransientShell.Form.Label.backgroundPixmap:   ParentRelative
234 +
235 +*ispell*Scrollbar.borderColor: gray50
236 +*ispell*Scrollbar.displayList:
237 +*ispell*List.background:       gray96
238 +*ispell*word.background:       gray96
239 +*ispell*word.backgroundPixmap: XtUnspecifiedPixmap
240 +*ispell*word.translations:\
241 +<Enter>:       highlight()\n\
242 +<Leave>:       reset()\n\
243 +<Btn1Down>:    set()\n\
244 +<Btn1Up>:      notify() unset()\n
245 +*ispell*word.displayList:
246 +*ispell.Form.Form.borderColor: gray80
247 +*ispell.Form.Form.displayList: \
248 +foreground     gray90;\
249 +lines          +1,-1,-1,-1,-1,+1;\
250 +foreground     gray30;\
251 +lines          -1,+0,+0,+0,+0,-1;\
252 +foreground     gray60;\
253 +lines          +2,-2,-2,-2,-2,+2
254 +*ispell*status.backgroundPixmap:       XtUnspecifiedPixmap
255 +*ispell*status.background:     gray96
256 +*ispell*terse.justify:         right
257 +*ispell*terse.internalWidth:   10
258 +*ispell*terse.background:      gray75
259 +*ispell*terse.foreground:      gray20
260 +*ispell*terse.highlightThickness:      0
261 +*ispell*terse.displayList:\
262 +line-style     solid;\
263 +foreground     gray70;\
264 +fill-arc       6,4,14,12;\
265 +foreground     gray90;\
266 +draw-arc       6,4,14,12,45,180;\
267 +draw-lines     +0,-1,-1,-1,-1,+0;\
268 +foreground     gray50;\
269 +draw-arc       6,4,14,12,225,180;\
270 +draw-lines     -2,+0,+0,+0,+0,-2;\
271 +foreground     gray45;\
272 +dashes         2,1;\
273 +line-style     onoffdash;\
274 +draw-rect      +1,+1,-2,-2
275 +*ispell*options.MenuButton.borderColor:        gray70
276 +*ispell*options.MenuButton.background: gray78
277 +*ispell*options.MenuButton.backgroundPixmap:   gradient:vertical?dimension=18&start=gray90&end=gray65
278 +*ispell*options.MenuButton.displayList:\
279 +foreground     gray60;\
280 +lines          +2,-2,-2,-2,-2,+2;\
281 +foreground     gray95;\
282 +lines          -3,+1,+1,+1,+1,-3;\
283 +foreground     gray78;\
284 +points         -2,+1,+1,-2
285 +
286 +*tip.foreground:       rgb:48/48/00
287 +*tip.backgroundPixmap: None
288 +*tip.borderWidth:      0
289 +*tip.rightMargin:      7
290 +*tip.bottomMargin:     3
291 +*tip.displayList:\
292 +foreground     rgb:f/e/8;\
293 +fill-rect      1,1,-2,-2;\
294 +foreground     rgb:d/c/6;\
295 +draw-segments  0,1,0,-3,1,-2,-3,-2,-2,-3,-2,1,-3,0,1,0;\
296 +foreground     rgb:a/8/4;\
297 +draw-lines     2,-1, -2,-1, -1,-2, -1,2
298 +
299 +*grip.foreground:      gray10
300 +*grip.displayList:\
301 +foreground     gray80;\
302 +points         0,0,0,-1,-1,-1,-1,0
303 Index: x11-apps/xedit/app-defaults/Xedit-color.ad
304 ===================================================================
305 --- x11-apps.orig/xedit/app-defaults/Xedit-color.ad     2010-03-21 10:07:03.000000000 +0100
306 +++ /dev/null   1970-01-01 00:00:00.000000000 +0000
307 @@ -1,195 +0,0 @@
308 -! $XFree86: xc/programs/xedit/Xedit-color.ad,v 1.14 2002/11/10 23:21:56 paulo Exp $
309 -
310 -#include "Xedit"
311 -
312 -*background:                   gray70
313 -*foreground:                   gray15
314 -*borderColor:                  gray40
315 -*Command.highlightThickness:   1
316 -*Command.backgroundPixmap:     gradient:vertical?dimension=18&start=gray90&end=gray65
317 -*Command.foreground:           gray20
318 -*Command.displayList:\
319 -foreground     gray92;\
320 -line           1,0,-2,0;\
321 -foreground     gray95;\
322 -line           2,1,-3,1;\
323 -foreground     gray74;\
324 -segments       3,-3,-4,-3, 2,-4,-3,-4, 1,-6,-2,-6;\
325 -point          -1,-1;\
326 -foreground     gray80;\
327 -line           0,0,0,-1;\
328 -point          -1,0
329 -
330 -*Command.translations: #override \
331 -<Btn1Down>:    set-values(1, foreground, gray20, background, rgb:d/5/5) set()\n\
332 -Button1<Leave>: reset() set-values(1, foreground, gray20, background, gray70)\n\
333 -<Btn1Up>:      notify() unset()
334 -
335 -*Toggle.foreground:            gray30
336 -*Toggle.background:            gray82
337 -*Toggle.borderColor:           gray90
338 -*Toggle.displayList:\
339 -foreground     gray75;\
340 -segments       0,1,0,-2,-1,1,-1,-2;\
341 -foreground     gray80;\
342 -segments       0,0,-1,0,0,-1,-1,-1;\
343 -points         1,1,1,-2,-2,1, -2,-2
344 -
345 -*bc_label.backgroundPixmap:    gradient:vertical?dimension=18&start=gray90&end=gray65
346 -*bc_label.displayList:\
347 -foreground     gray92;\
348 -line           1,0,-2,0;\
349 -foreground     gray95;\
350 -line           2,1,-3,1;\
351 -foreground     gray74;\
352 -segments       3,-2,-4,-2, 2,-3,-3,-3, 1,-5,-2,-5
353 -*bc_label.foreground:          gray20
354 -
355 -*formWindow.backgroundPixmap:  gradient:vertical?dimension=18&start=gray90&end=gray65
356 -*formWindow.displayList:\
357 -foreground     gray92;\
358 -line           1,0,-2,0;\
359 -foreground     gray95;\
360 -line           2,1,-3,1;\
361 -foreground     gray74;\
362 -segments       3,-2,-4,-2, 2,-3,-3,-3, 1,-5,-2,-5
363 -*formWindow*backgroundPixmap:  ParentRelative
364 -*formWindow*foreground:                gray20
365 -*formWindow*background:                gray74
366 -*formWindow.labelWindow.background:    gray80
367 -*formWindow.labelWindow.displayList:\
368 -line-style     onoffdash;\
369 -foreground     gray30;\
370 -background     gray96;\
371 -draw-rect      3,2,15,14;\
372 -foreground     gray78;\
373 -fill-rect      4,3,15,14
374 -
375 -*dirlabel.foreground:          gray20
376 -*dirlabel.backgroundPixmap:    gradient:vertical?dimension=18&start=gray90&end=gray65
377 -*dirlabel.displayList:\
378 -foreground     gray92;\
379 -line           1,0,-2,0;\
380 -foreground     gray95;\
381 -line           2,1,-3,1;\
382 -foreground     gray74;\
383 -segments       3,-2,-4,-2, 2,-3,-3,-3, 1,-5,-2,-5
384 -*dirwindow.background:         gray96
385 -
386 -*internalBorderColor:          gray40
387 -
388 -*Text*Text.background:         gray96
389 -*Text.background:              gray96
390 -*Text.?.background:            gray96
391 -*Text*cursorColor:             rgb:d/5/5
392 -*Text.displayList:\
393 -foreground     white;\
394 -line           1,-1,-2,-1;\
395 -foreground     gray88;\
396 -line           1,0,-2,0
397 -
398 -*Scrollbar.foreground:         rgb:a/5/5
399 -*Scrollbar.background:         gray60
400 -*Text.Scrollbar.background:    gray60
401 -*Scrollbar.backgroundPixmap:   gradient:horizontal?dimension=14&start=gray70&end=gray85
402 -*hScrollbar.backgroundPixmap:  gradient:vertical?dimension=14&start=gray85&end=gray70
403 -*hScrollbar.displayList:\
404 -foreground     gray85;\
405 -segments       1,-1,-2,-1,1,0,-2,0
406 -*vScrollbar.displayList:\
407 -foreground     gray85;\
408 -segments       0,1,0,-2,-1,1,-1,-2
409 -*Scrollbar.thumb:              vlines2
410 -*hScrollbar.thumb:             hlines2
411 -
412 -*SimpleMenu*borderWidth:               0
413 -*SimpleMenu*backgroundPixmap:  xlogo11?foreground=gray90&background=gray88
414 -*SimpleMenu*background:                gray90
415 -*SimpleMenu*foreground:                gray20
416 -*SimpleMenu.VerticalMargins:   3
417 -*SimpleMenu.HorizontalMargins: 3
418 -*SimpleMenu.SimpleMenu.VerticalMargins:        3
419 -*SimpleMenu.SimpleMenu.HorizontalMargins:      3
420 -*SimpleMenu.menuLabel.foreground:      rgb:d/5/5
421 -*SimpleMenu*displayList:\
422 -foreground     gray70;\
423 -lines          +2,-2,-2,-2,-2,+2;\
424 -foreground     gray95;\
425 -lines          -2,+1,+1,+1,+1,-2;\
426 -foreground     gray30;\
427 -lines          +1,-1,-1,-1,-1,+1;\
428 -foreground     gray80;\
429 -lines          -1,+0,+0,+0,+0,-1
430 -
431 -*TransientShell.backgroundPixmap:      xlogo11?foreground=gray90&background=gray87
432 -*TransientShell.Form.backgroundPixmap:         ParentRelative
433 -*TransientShell.Form.Label.backgroundPixmap:   ParentRelative
434 -
435 -*ispell*Scrollbar.borderColor: gray50
436 -*ispell*Scrollbar.displayList:
437 -*ispell*List.background:       gray96
438 -*ispell*word.background:       gray96
439 -*ispell*word.backgroundPixmap: XtUnspecifiedPixmap
440 -*ispell*word.translations:\
441 -<Enter>:       highlight()\n\
442 -<Leave>:       reset()\n\
443 -<Btn1Down>:    set()\n\
444 -<Btn1Up>:      notify() unset()\n
445 -*ispell*word.displayList:
446 -*ispell.Form.Form.borderColor: gray80
447 -*ispell.Form.Form.displayList: \
448 -foreground     gray90;\
449 -lines          +1,-1,-1,-1,-1,+1;\
450 -foreground     gray30;\
451 -lines          -1,+0,+0,+0,+0,-1;\
452 -foreground     gray60;\
453 -lines          +2,-2,-2,-2,-2,+2
454 -*ispell*status.backgroundPixmap:       XtUnspecifiedPixmap
455 -*ispell*status.background:     gray96
456 -*ispell*terse.justify:         right
457 -*ispell*terse.internalWidth:   10
458 -*ispell*terse.background:      gray75
459 -*ispell*terse.foreground:      gray20
460 -*ispell*terse.highlightThickness:      0
461 -*ispell*terse.displayList:\
462 -line-style     solid;\
463 -foreground     gray70;\
464 -fill-arc       6,4,14,12;\
465 -foreground     gray90;\
466 -draw-arc       6,4,14,12,45,180;\
467 -draw-lines     +0,-1,-1,-1,-1,+0;\
468 -foreground     gray50;\
469 -draw-arc       6,4,14,12,225,180;\
470 -draw-lines     -2,+0,+0,+0,+0,-2;\
471 -foreground     gray45;\
472 -dashes         2,1;\
473 -line-style     onoffdash;\
474 -draw-rect      +1,+1,-2,-2
475 -*ispell*options.MenuButton.borderColor:        gray70
476 -*ispell*options.MenuButton.background: gray78
477 -*ispell*options.MenuButton.backgroundPixmap:   gradient:vertical?dimension=18&start=gray90&end=gray65
478 -*ispell*options.MenuButton.displayList:\
479 -foreground     gray60;\
480 -lines          +2,-2,-2,-2,-2,+2;\
481 -foreground     gray95;\
482 -lines          -3,+1,+1,+1,+1,-3;\
483 -foreground     gray78;\
484 -points         -2,+1,+1,-2
485 -
486 -*tip.foreground:       rgb:48/48/00
487 -*tip.backgroundPixmap: None
488 -*tip.borderWidth:      0
489 -*tip.rightMargin:      7
490 -*tip.bottomMargin:     3
491 -*tip.displayList:\
492 -foreground     rgb:f/e/8;\
493 -fill-rect      1,1,-2,-2;\
494 -foreground     rgb:d/c/6;\
495 -draw-segments  0,1,0,-3,1,-2,-3,-2,-2,-3,-2,1,-3,0,1,0;\
496 -foreground     rgb:a/8/4;\
497 -draw-lines     2,-1, -2,-1, -1,-2, -1,2
498 -
499 -*grip.foreground:      gray10
500 -*grip.displayList:\
501 -foreground     gray80;\
502 -points         0,0,0,-1,-1,-1,-1,0
503 Index: x11-apps/xedit/app-defaults/Xedit-noxprint
504 ===================================================================
505 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
506 +++ x11-apps/xedit/app-defaults/Xedit-noxprint  2010-03-21 10:04:31.000000000 +0100
507 @@ -0,0 +1,468 @@
508 +! $XFree86: xc/programs/xedit/Xedit.ad,v 1.23 2002/09/22 07:09:05 paulo Exp $
509 +
510 +*geometry:                             590x440
511 +*input:                                        TRUE
512 +*enableBackups:                                True
513 +*backupNameSuffix:                     ~
514 +*changedBitmap:                                xlogo11
515 +*international:                                False
516 +
517 +*hints:\
518 +Use Control-S and Control-R to Search.\n\
519 +Use Control-Shift-_ to Undo. Control-G to switch between Undo and Redo.\n\
520 +Use Control-A to jump to the beginning of the line.\n\
521 +Use Control-E to jump to the end of the line.\n\
522 +Use Control-T to transpose characters.\n\
523 +Use Control-K to cut to the end of the line. Control-Y to paste.\n\
524 +Use Control-Q to escape control characters.\n\
525 +Use Control-U[,<number>] to multiply actions. Control-G to cancel.\n\
526 +Use Control-Z to scroll one line up. Meta-Z to scroll one line down.\n\
527 +Use Meta-Q to format a paragraph.\n\
528 +Use Right-Button to extend selections.\n\
529 +Use Meta-I to insert a file.\n\
530 +Use Control-W to delete a selection, and/or jump to the selection mark.\n\
531 +Use Control-X,Control-F to find a file. Tab for filename completion.\n\
532 +Use Control-X,Control-S to save.\n\
533 +Use Control-X,Control-C to exit.\n\
534 +Use Control-C to paste the selection at CUT_BUFFER0.\n\
535 +Use Control Left-Button to popup the File Menu.\n\
536 +Use Control Middle-Button to popup the Edit Menu.\n\
537 +Use Control Right-Button to popup the Option Menu.\n\
538 +Use Control-X,Tab to Indent.\n\
539 +Use Control-X,0 to delete current splitted window.\n\
540 +Use Control-X,1 to delete other splitted window.\n\
541 +Use Control-X,2 to split the window vertically.\n\
542 +Use Control-X,3 to split the window horizontally.\n\
543 +Use Control-X,b to switch to another file.\n\
544 +Use Control-X,d to list directory. Control-G to Cancel.\n\
545 +Use Control-X,k to close file being edited.\n\
546 +Use Control-X,o to switch to another splitted window.\n\
547 +Use Control-X,u to undo. Control-G to switch between Undo and Redo.\n\
548 +Use Insert to toggle Overwrite mode.\n\
549 +Use Control-G to interrupt the lisp subprocess.\n\
550 +Use Escape to enter or leave regex search and replace mode.\n\
551 +Use Alt-. to search tags for the selected symbol or find the next match.
552 +
553 +*formWindow*defaultDistance:           2
554 +*formWindow.?.borderWidth:             0
555 +*formWindow.min:                       18
556 +*formWindow.max:                       18
557 +*formWindow.showGrip:                  False
558 +*positionWindow.fromHoriz:             labelWindow
559 +*positionWindow.horizDistance:         0
560 +*positionWindow.left:                  chainRight
561 +*positionWindow.right:                 chainRight
562 +*positionWindow.width:                 90
563 +*positionWindow.label:                 error
564 +*positionWindow.justify:               left
565 +*labelWindow*justify:                  center
566 +*labelWindow*label:                    no file yet
567 +*labelWindow.left:                     chainLeft
568 +*labelWindow.right:                    chainRight
569 +
570 +*quit.label:                           Quit
571 +*quit.tip:                             Close xedit window
572 +*save.label:                           Save
573 +*save.tip:                             Save current file
574 +*load.label:                           Load
575 +*load.tip:                             Load a new file
576 +
577 +*buttons*orientation:                  horizontal
578 +*buttons*showGrip:                     False
579 +*buttons.min:                          18
580 +
581 +*messageWindow.height:                 50
582 +*messageWindow.min:                    18
583 +*Paned*Text*allowResize:               True
584 +
585 +*messageWindow.autoFill:               False
586 +*messageWindow.scrollVertical:         Never
587 +
588 +*editWindow.autoFill:                  False
589 +*editWindow.scrollVertical:            Always
590 +*editWindow.showGrip:                  True
591 +xedit.textSource*enableUndo:           True
592 +
593 +*bc_label*label:                       Use Control-S and Control-R to Search.
594 +*bc_label*showGrip:                    False
595 +*bc_label.min:                         18
596 +
597 +*dirlabel.showGrip:                    False
598 +*dirlabel.min:                         18
599 +*dirlabel.max:                         18
600 +
601 +*dirwindow.defaultColumns:             0
602 +*dirwindow.verticalList:               True
603 +
604 +*viewport.forceBars:                   True
605 +*viewport.allowVert:                   1
606 +
607 +*insertFile*text.width:                        141
608 +*insertFile*text.?.pieceSize:          256
609 +*search*searchText.width:              157
610 +*search*replaceText.width:             157
611 +*search*case.horizDistance:            25
612 +*search*Text.?.pieceSize:              256
613 +
614 +*SimpleMenu.BackingStore:              NotUseful
615 +*SimpleMenu.menuLabel.vertSpace:       80
616 +*SimpleMenu.SmeBSB.HorizontalMargins:  16
617 +*SimpleMenu.justify:                   center
618 +*SimpleMenu.menuLabel.height:          250
619 +*SimpleMenu*cursor:                    left_ptr
620 +
621 +*fileMenu.label:                       File Menu
622 +*optionsMenu.label:                    Option Menu
623 +*optionsMenu.ispell.label:             ispell...
624 +*editMenu.label:                       Edit Menu
625 +*editMenu.wrapMenuItem.label:          Wrapping
626 +*editMenu.wrapMenuItem.leftBitmap:     menu12
627 +*wrapMenu.never.label:                 Never
628 +*wrapMenu.line.label:                  Line
629 +*wrapMenu.word.label:                  Word
630 +*editMenu.autoFill.label:              Auto Fill
631 +*editMenu.justifyMenuItem.label:       Justification
632 +*editMenu.justifyMenuItem.leftBitmap:  menu12
633 +*justifyMenu.left.label:               Left
634 +*justifyMenu.right.label:              Right
635 +*justifyMenu.center.label:             Center
636 +*justifyMenu.full.label:               Full
637 +*editMenu.breakColumns.label:          Break Columns...
638 +*editMenu.scrollMenuItem.label:                Scrollbars
639 +*editMenu.scrollMenuItem.leftBitmap:   menu12
640 +*scrollMenu.vertical.label:            Vertical
641 +*scrollMenu.horizontal.label:          Horizontal
642 +*editMenu.modeMenuItem.leftBitmap:     menu12
643 +*editMenu.modeMenuItem.label:          Edit Mode
644 +*editModes.none.label:                 Plain/None
645 +
646 +*TransientShell*Text.translations: #override \
647 +c<Key>S:       no-op(r)\n\
648 +c<Key>R:       no-op(r)\n\
649 +m<Key>I:       no-op(r)
650 +
651 +*search.translations: #override \
652 +<Create>:get-values(my, $w, width, $h, height)\
653 +       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
654 +
655 +*insertFile.title:                     Insert File
656 +*insertFile.translations: #override \
657 +<Create>:get-values(my, $w, width, $h, height)\
658 +       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
659 +
660 +*baseTranslations: #override \
661 +<Ctrl>X,<Ctrl>C:quit()\n\
662 +<Ctrl>X,<Ctrl>S:save-file()\n\
663 +<Ctrl>X,<Ctrl>F:find-file()\n\
664 +<Key>Escape:   line-edit()
665 +
666 +*messageWindow.Translations: #override \
667 +<Ctrl>X,<Ctrl>C:quit()\n\
668 +<Ctrl>X,<Ctrl>S:save-file()\n\
669 +<Ctrl>X,<Ctrl>F:find-file()\n\
670 +<Enter>:       no-op()\n\
671 +<Leave>:       no-op()\n\
672 +<Btn1Down>:    set-keyboard-focus() select-start()
673 +
674 +*searchText.Translations: #override \
675 +<Enter>:       no-op()\n\
676 +<Leave>:       no-op()\n\
677 +<Btn1Down>:    set-keyboard-focus() select-start()
678 +
679 +*replaceText.Translations: #override \
680 +<Enter>:       no-op()\n\
681 +<Leave>:       no-op()\n\
682 +<Btn1Down>:    set-keyboard-focus() select-start()
683 +
684 +*editWindow.translations: #override \
685 +<Ctrl>X,<Ctrl>E:lisp-eval()\n\
686 +<Ctrl>X,<Key>Tab:indent()\n\
687 +<Ctrl>X,:<Key>0:delete-window(current)\n\
688 +<Ctrl>X,:<Key>1:delete-window(other)\n\
689 +<Ctrl>X,:<Key>2:split-window(vertical)\n\
690 +<Ctrl>X,:<Key>3:split-window(horizontal)\n\
691 +<Ctrl>X,!l @Num_Lock<Key>b:switch-source()\n\
692 +<Ctrl>X,!l <Key>b:switch-source()\n\
693 +<Ctrl>X,!@Num_Lock<Key>b:switch-source()\n\
694 +<Ctrl>X,!<Key>b:switch-source()\n\
695 +<Ctrl>X,!l @Num_Lock<Key>d:dir-window()\n\
696 +<Ctrl>X,!l <Key>d:dir-window()\n\
697 +<Ctrl>X,!@Num_Lock<Key>d:dir-window()\n\
698 +<Ctrl>X,!<Key>d:dir-window()\n\
699 +<Ctrl>X,!l @Num_Lock<Key>k:kill-file()\n\
700 +<Ctrl>X,!l <Key>k:kill-file()\n\
701 +<Ctrl>X,!@Num_Lock<Key>k:kill-file()\n\
702 +<Ctrl>X,!<Key>k:kill-file()\n\
703 +<Ctrl>X,!l @Num_Lock<Key>o:other-window()\n\
704 +<Ctrl>X,!l <Key>o:other-window()\n\
705 +<Ctrl>X,!@Num_Lock<Key>o:other-window()\n\
706 +<Ctrl>X,!<Key>o:other-window()\n\
707 +<Ctrl>X,!l @Num_Lock<Key>u:undo()\n\
708 +<Ctrl>X,!l <Key>u:undo()\n\
709 +<Ctrl>X,!@Num_Lock<Key>u:undo()\n\
710 +<Ctrl>X,!<Key>u:undo()\n\
711 +<Ctrl>G:       xedit-keyboard-reset()\n\
712 +<Ctrl>J:       xedit-print-lisp-eval()\n\
713 +:m<Key>.:      tags()\n\
714 +<Key>Tab:      insert-char()\n\
715 +!l @Num_Lock<Key>b:insert-char()\n\
716 +!l <Key>b:     insert-char()\n\
717 +!@Num_Lock<Key>b:insert-char()\n\
718 +!<Key>b:       insert-char()\n\
719 +!l @Num_Lock<Key>d:insert-char()\n\
720 +!l <Key>d:     insert-char()\n\
721 +!@Num_Lock<Key>d:insert-char()\n\
722 +!<Key>d:       insert-char()\n\
723 +!l <Key>k:     insert-char()\n\
724 +!l @Num_Lock<Key>k:insert-char()\n\
725 +!@Num_Lock<Key>k:insert-char()\n\
726 +!<Key>k:       insert-char()\n\
727 +!l @Num_Lock<Key>o:insert-char()\n\
728 +!l <Key>o:     insert-char()\n\
729 +!@Num_Lock<Key>o:insert-char()\n\
730 +!<Key>o:       insert-char()\n\
731 +!l @Num_Lock<Key>u:insert-char()\n\
732 +!l <Key>u:     insert-char()\n\
733 +!@Num_Lock<Key>u:insert-char()\n\
734 +!<Key>u:       insert-char()\n\
735 +~s <Key>Insert:        toggle-overwrite()\n\
736 +c l @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
737 +c @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
738 +c l<Btn1Down>: xedit-focus() popup-menu(fileMenu)\n\
739 +c<Btn1Down>:   xedit-focus() popup-menu(fileMenu)\n\
740 +c l @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
741 +c @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
742 +c l<Btn2Down>: xedit-focus() popup-menu(editMenu)\n\
743 +c<Btn2Down>:   xedit-focus() popup-menu(editMenu)\n\
744 +c l @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
745 +c @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
746 +c l<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
747 +c<Btn3Down>:   xedit-focus() popup-menu(optionsMenu)\n\
748 +<Btn1Down>:    xedit-focus() select-start()\n\
749 +<Btn4Down>:    scroll-one-line-down()\n\
750 +<Btn5Down>:    scroll-one-line-up()
751 +
752 +*filename.?.pieceSize:                 256
753 +*filename.translations: #override \
754 +c<Key>S:       no-op(r)\n\
755 +c<Key>R:       no-op(r)\n\
756 +m<Key>I:       no-op(r)\n\
757 +c<Key>G:       cancel-find-file()\n\
758 +<Key>Return:   load-file()\n\
759 +<Key>Tab:      file-completion(h)\n\
760 +<Key>Escape:   cancel-find-file()\n\
761 +<Enter>:       no-op()\n\
762 +<Leave>:       no-op()\n\
763 +<Btn1Down>:    set-keyboard-focus() select-start()
764 +
765 +*ispell.translations:  #override \
766 +<Message>WM_PROTOCOLS: ispell(end)
767 +
768 +! Sample dictionary, word chars and text mode resources setup
769 +!*ispell.dictionary:                   br
770 +!*ispell.dictionaries:                 br american americanmed+ english
771 +!*ispell*br.wordChars:                 áéíóúçÁÉÍÓÚÇàÀâêôÂÊÔüÜãõÃÕ-
772 +*ispell.ispellCommand:                 /usr/bin/aspell -B -m
773 +*ispell.lookCommand:                   /bin/egrep
774 +!*ispell*text.skipLines:               .#
775 +
776 +*ispell.geometry:                      0x0
777 +*ispell.minWidth:                      320
778 +*ispell.minHeight:                     245
779 +*ispell*Label.borderWidth:             0
780 +*ispell*Label.internalHeight:          4
781 +*ispell*Label.justify:                 right
782 +*ispell*Label.width:                   112
783 +*ispell*Label.left:                    chainLeft
784 +*ispell*Label.right:                   chainLeft
785 +*ispell*Label.top:                     chainTop
786 +*ispell*Label.bottom:                  chainTop
787 +*ispell*mispelled.label:               Misspelled word:
788 +*ispell*mispelled.top:                 chainTop
789 +*ispell*mispelled.bottom:              chainTop
790 +*ispell*mispelled.internalWidth:       0
791 +*ispell*repeated.label:                        Repeated words:
792 +*ispell*repeated.internalWidth:                0
793 +*ispell*replacement.label:             Replace with:
794 +*ispell*word.fromHoriz:                        mispelled
795 +*ispell*word.justify:                  left
796 +*ispell*word.borderWidth:              1
797 +*ispell*word.internalWidth:            4
798 +*ispell*word.internalHeight:           3
799 +*ispell*word.width:                    194
800 +*ispell*word.left:                     chainLeft
801 +*ispell*word.right:                    chainRight
802 +*ispell*word.top:                      chainTop
803 +*ispell*word.bottom:                   chainTop
804 +*ispell*word.label:
805 +*ispell*word.tip:                      Press here to select this text
806 +*ispell*word.highlightThickness:       0
807 +*ispell*text.fromHoriz:                        replacement
808 +*ispell*replacement.fromVert:          mispelled
809 +*ispell*replacement.internalWidth:     0
810 +*ispell*form.text.fromVert:            word
811 +*ispell*form.text.width:               194
812 +*ispell*form.text.top:                 chainTop
813 +*ispell*form.text.bottom:              chainTop
814 +*ispell*form.text.left:                        chainLeft
815 +*ispell*form.text.right:               chainRight
816 +*ispell*form.text.leftMargin:          4
817 +*ispell*form.text.?.pieceSize:         256
818 +*ispell*suggestions.label:             Suggestions:
819 +*ispell*suggestions.fromVert:          replacement
820 +*ispell*suggestions.internalWidth:     0
821 +*ispell*viewport.fromHoriz:            suggestions
822 +*ispell*viewport.fromVert:             text
823 +*ispell*viewport.width:                        194
824 +*ispell*viewport.height:               143
825 +*ispell*viewport.top:                  chainTop
826 +*ispell*viewport.bottom:               chainBottom
827 +*ispell*viewport.left:                 chainLeft
828 +*ispell*viewport.right:                        chainRight
829 +*ispell*viewport.forceBars:            1
830 +*ispell*viewport.allowVert:            1
831 +*ispell*list.defaultColumns:           1
832 +*ispell*list.longest:                  16384
833 +*ispell*commands.vertDistance:         5
834 +*ispell*commands.fromVert:             suggestions
835 +*ispell*commands.top:                  chainBottom
836 +*ispell*commands.bottom:               chainBottom
837 +*ispell*commands.right:                        chainLeft
838 +*ispell*commands.left:                 chainLeft
839 +*ispell*check.label:                   Check
840 +*ispell*check.width:                   54
841 +*ispell*check.tip:                     Ask ispell about the word in the text field
842 +*ispell*look.label:                    Look
843 +*ispell*look.fromHoriz:                        check
844 +*ispell*look.horizDistance:            0
845 +*ispell*look.width:                    46
846 +*ispell*look.tip:                      Runs the look command
847 +*ispell*undo.fromVert:                 check
848 +*ispell*undo.label:                    Undo
849 +*ispell*undo.width:                    102
850 +*ispell*undo.tip:                      Undo last action
851 +*ispell*replace.fromVert:              undo
852 +*ispell*replace.label:                 Replace
853 +*ispell*replace.tip:                   Replace occurence of the word
854 +*ispell*replaceAll.fromVert:           undo
855 +*ispell*replaceAll.fromHoriz:          replace
856 +*ispell*replaceAll.label:              All
857 +*ispell*replaceAll.tip:                        Replace all occurences of the word
858 +*ispell*ignore.fromVert:               replace
859 +*ispell*ignore.label:                  Ignore
860 +*ispell*ignore.tip:                    Ignore this word
861 +*ispell*ignoreAll.fromVert:            replaceAll
862 +*ispell*ignoreAll.fromHoriz:           ignore
863 +*ispell*ignoreAll.label:               All
864 +*ispell*ignoreAll.tip:                 Ignore all ocurrences of the word
865 +*ispell*add.fromVert:                  ignore
866 +*ispell*add.label:                     Add
867 +*ispell*add.width:                     50
868 +*ispell*add.tip:                       Add word to your private dictionary
869 +*ispell*addUncap.fromVert:             ignoreAll
870 +*ispell*addUncap.fromHoriz:            add
871 +*ispell*addUncap.label:                        Uncap
872 +*ispell*addUncap.horizDistance:                0
873 +*ispell*addUncap.width:                        50
874 +*ispell*addUncap.tip:                  Add word uncapitalized, to your private dictionary
875 +*ispell*suspend.fromVert:              add
876 +*ispell*suspend.label:                 Suspend
877 +*ispell*suspend.width:                 57
878 +*ispell*suspend.tip:                   Suspend ispell execution
879 +*ispell*cancel.fromHoriz:              suspend
880 +*ispell*cancel.fromVert:               addUncap
881 +*ispell*cancel.label:                  Close
882 +*ispell*cancel.width:                  43
883 +*ispell*cancel.horizDistance:          0
884 +*ispell*cancel.tip:                    Terminates ispell process
885 +*ispell*replace.width:                 65
886 +*ispell*ignore.width:                  65
887 +*ispell*replaceAll.width:              35
888 +*ispell*replaceAll.horizDistance:      0
889 +*ispell*ignoreAll.width:               35
890 +*ispell*ignoreAll.horizDistance:       0
891 +*ispell*terse.fromVert:                        cancel
892 +*ispell*terse.Label:                   Terse Mode
893 +*ispell*terse.width:                   104
894 +*ispell*terse.borderWidth:             0
895 +*ispell*terse.tip:                     Switch terse mode
896 +*ispell*status.fromVert:               viewport
897 +*ispell*status.fromHoriz:              suggestions
898 +*ispell*status.top:                    chainBottom
899 +*ispell*status.bottom:                 chainBottom
900 +*ispell*status.left:                   chainLeft
901 +*ispell*status.right:                  chainRight
902 +*ispell*status.width:                  194
903 +*ispell*status.borderWidth:            1
904 +*ispell*status.justify:                        left
905 +*ispell*status.internalHeight:         2
906 +*ispell*status.vertDistance:           2
907 +*ispell*options.fromVert:              status
908 +*ispell*options.fromHoriz:             commands
909 +*ispell*options.bottom:                        chainBottom
910 +*ispell*options.top:                   chainBottom
911 +*ispell*options.left:                  chainLeft
912 +*ispell*options.right:                 chainRight
913 +*ispell*options.dict.width:            121
914 +*ispell*options.horizDistance:         2
915 +*ispell*options.vertDistance:          2
916 +*ispell*options.defaultDistance:       2
917 +*ispell*dict.highlightThickness:       0
918 +*ispell*dict.justify:                  left
919 +*ispell*dict.resizable:                        False
920 +*ispell*dict.leftBitmap:               menu12
921 +*ispell*dict.label:                    Dictionary
922 +*ispell*dict.tip:                      Change dictionary
923 +*ispell*options.format.width:          65
924 +*ispell*format.highlightThickness:     0
925 +*ispell*format.justify:                        left
926 +*ispell*format.resizable:              False
927 +*ispell*format.leftBitmap:             menu12
928 +*ispell*format.fromHoriz:              dict
929 +*ispell*format.horizDistance:          0
930 +*ispell*format.tip:                    Select text type
931 +
932 +*columns.minWidth:                     140
933 +*columns.minHeight:                    76
934 +*columns.maxWidth:                     140
935 +*columns.maxHeight:                    76
936 +*columns.form*defaultDistance:         4
937 +*columns*left:                         chainLeft
938 +*columns*right:                                chainLeft
939 +*columns*top:                          chainTop
940 +*columns*bottom:                       chainTop
941 +*columns*Label.width:                  96
942 +*columns*Label.borderWidth:            0
943 +*columns*Label.internalHeight:         4
944 +*columns*Label.internalWidth:          2
945 +*columns*Label.justify:                        right
946 +*columns*Text.width:                   30
947 +*columns*Command.width:                        58
948 +*columns*leftLabel.label:              Left Column:
949 +*columns*left.fromHoriz:               leftLabel
950 +*columns*rightLabel.label:             Right Column:
951 +*columns*rightLabel.fromVert:          leftLabel
952 +*columns*right.fromHoriz:              rightLabel
953 +*columns*right.fromVert:               left
954 +*columns*ok.fromVert:                  rightLabel
955 +*columns*cancel.fromHoriz:             ok
956 +*columns*cancel.fromVert:              rightLabel
957 +*columns*cancel.horizDistance:         12
958 +*columns*Text.?.pieceSize:             8
959 +
960 +*columns*Text.translations: #override \
961 +c<Key>S:       no-op(r)\n\
962 +c<Key>R:       no-op(r)\n\
963 +m<Key>I:       no-op(r)\n\
964 +<Key>Return:   set-columns(ok)\n\
965 +<Key>Tab:      change-field()\n\
966 +c<Key>G:       set-columns(cancel)\n\
967 +<Key>Escape:   set-columns(cancel)\n\
968 +<Enter>:       no-op()\n\
969 +<Leave>:       no-op()\n\
970 +<Btn1Down>:    set-keyboard-focus() select-start()
971 +
972 +*columns.translations: #override \
973 +<Message>WM_PROTOCOLS: set-columns(cancel)
974 +
975 +! EOF.
976 Index: x11-apps/xedit/app-defaults/Xedit-noxprint.ad
977 ===================================================================
978 --- x11-apps.orig/xedit/app-defaults/Xedit-noxprint.ad  2010-03-21 10:06:53.000000000 +0100
979 +++ /dev/null   1970-01-01 00:00:00.000000000 +0000
980 @@ -1,468 +0,0 @@
981 -! $XFree86: xc/programs/xedit/Xedit.ad,v 1.23 2002/09/22 07:09:05 paulo Exp $
982 -
983 -*geometry:                             590x440
984 -*input:                                        TRUE
985 -*enableBackups:                                True
986 -*backupNameSuffix:                     ~
987 -*changedBitmap:                                xlogo11
988 -*international:                                False
989 -
990 -*hints:\
991 -Use Control-S and Control-R to Search.\n\
992 -Use Control-Shift-_ to Undo. Control-G to switch between Undo and Redo.\n\
993 -Use Control-A to jump to the beginning of the line.\n\
994 -Use Control-E to jump to the end of the line.\n\
995 -Use Control-T to transpose characters.\n\
996 -Use Control-K to cut to the end of the line. Control-Y to paste.\n\
997 -Use Control-Q to escape control characters.\n\
998 -Use Control-U[,<number>] to multiply actions. Control-G to cancel.\n\
999 -Use Control-Z to scroll one line up. Meta-Z to scroll one line down.\n\
1000 -Use Meta-Q to format a paragraph.\n\
1001 -Use Right-Button to extend selections.\n\
1002 -Use Meta-I to insert a file.\n\
1003 -Use Control-W to delete a selection, and/or jump to the selection mark.\n\
1004 -Use Control-X,Control-F to find a file. Tab for filename completion.\n\
1005 -Use Control-X,Control-S to save.\n\
1006 -Use Control-X,Control-C to exit.\n\
1007 -Use Control-C to paste the selection at CUT_BUFFER0.\n\
1008 -Use Control Left-Button to popup the File Menu.\n\
1009 -Use Control Middle-Button to popup the Edit Menu.\n\
1010 -Use Control Right-Button to popup the Option Menu.\n\
1011 -Use Control-X,Tab to Indent.\n\
1012 -Use Control-X,0 to delete current splitted window.\n\
1013 -Use Control-X,1 to delete other splitted window.\n\
1014 -Use Control-X,2 to split the window vertically.\n\
1015 -Use Control-X,3 to split the window horizontally.\n\
1016 -Use Control-X,b to switch to another file.\n\
1017 -Use Control-X,d to list directory. Control-G to Cancel.\n\
1018 -Use Control-X,k to close file being edited.\n\
1019 -Use Control-X,o to switch to another splitted window.\n\
1020 -Use Control-X,u to undo. Control-G to switch between Undo and Redo.\n\
1021 -Use Insert to toggle Overwrite mode.\n\
1022 -Use Control-G to interrupt the lisp subprocess.\n\
1023 -Use Escape to enter or leave regex search and replace mode.\n\
1024 -Use Alt-. to search tags for the selected symbol or find the next match.
1025 -
1026 -*formWindow*defaultDistance:           2
1027 -*formWindow.?.borderWidth:             0
1028 -*formWindow.min:                       18
1029 -*formWindow.max:                       18
1030 -*formWindow.showGrip:                  False
1031 -*positionWindow.fromHoriz:             labelWindow
1032 -*positionWindow.horizDistance:         0
1033 -*positionWindow.left:                  chainRight
1034 -*positionWindow.right:                 chainRight
1035 -*positionWindow.width:                 90
1036 -*positionWindow.label:                 error
1037 -*positionWindow.justify:               left
1038 -*labelWindow*justify:                  center
1039 -*labelWindow*label:                    no file yet
1040 -*labelWindow.left:                     chainLeft
1041 -*labelWindow.right:                    chainRight
1042 -
1043 -*quit.label:                           Quit
1044 -*quit.tip:                             Close xedit window
1045 -*save.label:                           Save
1046 -*save.tip:                             Save current file
1047 -*load.label:                           Load
1048 -*load.tip:                             Load a new file
1049 -
1050 -*buttons*orientation:                  horizontal
1051 -*buttons*showGrip:                     False
1052 -*buttons.min:                          18
1053 -
1054 -*messageWindow.height:                 50
1055 -*messageWindow.min:                    18
1056 -*Paned*Text*allowResize:               True
1057 -
1058 -*messageWindow.autoFill:               False
1059 -*messageWindow.scrollVertical:         Never
1060 -
1061 -*editWindow.autoFill:                  False
1062 -*editWindow.scrollVertical:            Always
1063 -*editWindow.showGrip:                  True
1064 -xedit.textSource*enableUndo:           True
1065 -
1066 -*bc_label*label:                       Use Control-S and Control-R to Search.
1067 -*bc_label*showGrip:                    False
1068 -*bc_label.min:                         18
1069 -
1070 -*dirlabel.showGrip:                    False
1071 -*dirlabel.min:                         18
1072 -*dirlabel.max:                         18
1073 -
1074 -*dirwindow.defaultColumns:             0
1075 -*dirwindow.verticalList:               True
1076 -
1077 -*viewport.forceBars:                   True
1078 -*viewport.allowVert:                   1
1079 -
1080 -*insertFile*text.width:                        141
1081 -*insertFile*text.?.pieceSize:          256
1082 -*search*searchText.width:              157
1083 -*search*replaceText.width:             157
1084 -*search*case.horizDistance:            25
1085 -*search*Text.?.pieceSize:              256
1086 -
1087 -*SimpleMenu.BackingStore:              NotUseful
1088 -*SimpleMenu.menuLabel.vertSpace:       80
1089 -*SimpleMenu.SmeBSB.HorizontalMargins:  16
1090 -*SimpleMenu.justify:                   center
1091 -*SimpleMenu.menuLabel.height:          250
1092 -*SimpleMenu*cursor:                    left_ptr
1093 -
1094 -*fileMenu.label:                       File Menu
1095 -*optionsMenu.label:                    Option Menu
1096 -*optionsMenu.ispell.label:             ispell...
1097 -*editMenu.label:                       Edit Menu
1098 -*editMenu.wrapMenuItem.label:          Wrapping
1099 -*editMenu.wrapMenuItem.leftBitmap:     menu12
1100 -*wrapMenu.never.label:                 Never
1101 -*wrapMenu.line.label:                  Line
1102 -*wrapMenu.word.label:                  Word
1103 -*editMenu.autoFill.label:              Auto Fill
1104 -*editMenu.justifyMenuItem.label:       Justification
1105 -*editMenu.justifyMenuItem.leftBitmap:  menu12
1106 -*justifyMenu.left.label:               Left
1107 -*justifyMenu.right.label:              Right
1108 -*justifyMenu.center.label:             Center
1109 -*justifyMenu.full.label:               Full
1110 -*editMenu.breakColumns.label:          Break Columns...
1111 -*editMenu.scrollMenuItem.label:                Scrollbars
1112 -*editMenu.scrollMenuItem.leftBitmap:   menu12
1113 -*scrollMenu.vertical.label:            Vertical
1114 -*scrollMenu.horizontal.label:          Horizontal
1115 -*editMenu.modeMenuItem.leftBitmap:     menu12
1116 -*editMenu.modeMenuItem.label:          Edit Mode
1117 -*editModes.none.label:                 Plain/None
1118 -
1119 -*TransientShell*Text.translations: #override \
1120 -c<Key>S:       no-op(r)\n\
1121 -c<Key>R:       no-op(r)\n\
1122 -m<Key>I:       no-op(r)
1123 -
1124 -*search.translations: #override \
1125 -<Create>:get-values(my, $w, width, $h, height)\
1126 -       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
1127 -
1128 -*insertFile.title:                     Insert File
1129 -*insertFile.translations: #override \
1130 -<Create>:get-values(my, $w, width, $h, height)\
1131 -       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
1132 -
1133 -*baseTranslations: #override \
1134 -<Ctrl>X,<Ctrl>C:quit()\n\
1135 -<Ctrl>X,<Ctrl>S:save-file()\n\
1136 -<Ctrl>X,<Ctrl>F:find-file()\n\
1137 -<Key>Escape:   line-edit()
1138 -
1139 -*messageWindow.Translations: #override \
1140 -<Ctrl>X,<Ctrl>C:quit()\n\
1141 -<Ctrl>X,<Ctrl>S:save-file()\n\
1142 -<Ctrl>X,<Ctrl>F:find-file()\n\
1143 -<Enter>:       no-op()\n\
1144 -<Leave>:       no-op()\n\
1145 -<Btn1Down>:    set-keyboard-focus() select-start()
1146 -
1147 -*searchText.Translations: #override \
1148 -<Enter>:       no-op()\n\
1149 -<Leave>:       no-op()\n\
1150 -<Btn1Down>:    set-keyboard-focus() select-start()
1151 -
1152 -*replaceText.Translations: #override \
1153 -<Enter>:       no-op()\n\
1154 -<Leave>:       no-op()\n\
1155 -<Btn1Down>:    set-keyboard-focus() select-start()
1156 -
1157 -*editWindow.translations: #override \
1158 -<Ctrl>X,<Ctrl>E:lisp-eval()\n\
1159 -<Ctrl>X,<Key>Tab:indent()\n\
1160 -<Ctrl>X,:<Key>0:delete-window(current)\n\
1161 -<Ctrl>X,:<Key>1:delete-window(other)\n\
1162 -<Ctrl>X,:<Key>2:split-window(vertical)\n\
1163 -<Ctrl>X,:<Key>3:split-window(horizontal)\n\
1164 -<Ctrl>X,!l @Num_Lock<Key>b:switch-source()\n\
1165 -<Ctrl>X,!l <Key>b:switch-source()\n\
1166 -<Ctrl>X,!@Num_Lock<Key>b:switch-source()\n\
1167 -<Ctrl>X,!<Key>b:switch-source()\n\
1168 -<Ctrl>X,!l @Num_Lock<Key>d:dir-window()\n\
1169 -<Ctrl>X,!l <Key>d:dir-window()\n\
1170 -<Ctrl>X,!@Num_Lock<Key>d:dir-window()\n\
1171 -<Ctrl>X,!<Key>d:dir-window()\n\
1172 -<Ctrl>X,!l @Num_Lock<Key>k:kill-file()\n\
1173 -<Ctrl>X,!l <Key>k:kill-file()\n\
1174 -<Ctrl>X,!@Num_Lock<Key>k:kill-file()\n\
1175 -<Ctrl>X,!<Key>k:kill-file()\n\
1176 -<Ctrl>X,!l @Num_Lock<Key>o:other-window()\n\
1177 -<Ctrl>X,!l <Key>o:other-window()\n\
1178 -<Ctrl>X,!@Num_Lock<Key>o:other-window()\n\
1179 -<Ctrl>X,!<Key>o:other-window()\n\
1180 -<Ctrl>X,!l @Num_Lock<Key>u:undo()\n\
1181 -<Ctrl>X,!l <Key>u:undo()\n\
1182 -<Ctrl>X,!@Num_Lock<Key>u:undo()\n\
1183 -<Ctrl>X,!<Key>u:undo()\n\
1184 -<Ctrl>G:       xedit-keyboard-reset()\n\
1185 -<Ctrl>J:       xedit-print-lisp-eval()\n\
1186 -:m<Key>.:      tags()\n\
1187 -<Key>Tab:      insert-char()\n\
1188 -!l @Num_Lock<Key>b:insert-char()\n\
1189 -!l <Key>b:     insert-char()\n\
1190 -!@Num_Lock<Key>b:insert-char()\n\
1191 -!<Key>b:       insert-char()\n\
1192 -!l @Num_Lock<Key>d:insert-char()\n\
1193 -!l <Key>d:     insert-char()\n\
1194 -!@Num_Lock<Key>d:insert-char()\n\
1195 -!<Key>d:       insert-char()\n\
1196 -!l <Key>k:     insert-char()\n\
1197 -!l @Num_Lock<Key>k:insert-char()\n\
1198 -!@Num_Lock<Key>k:insert-char()\n\
1199 -!<Key>k:       insert-char()\n\
1200 -!l @Num_Lock<Key>o:insert-char()\n\
1201 -!l <Key>o:     insert-char()\n\
1202 -!@Num_Lock<Key>o:insert-char()\n\
1203 -!<Key>o:       insert-char()\n\
1204 -!l @Num_Lock<Key>u:insert-char()\n\
1205 -!l <Key>u:     insert-char()\n\
1206 -!@Num_Lock<Key>u:insert-char()\n\
1207 -!<Key>u:       insert-char()\n\
1208 -~s <Key>Insert:        toggle-overwrite()\n\
1209 -c l @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
1210 -c @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
1211 -c l<Btn1Down>: xedit-focus() popup-menu(fileMenu)\n\
1212 -c<Btn1Down>:   xedit-focus() popup-menu(fileMenu)\n\
1213 -c l @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
1214 -c @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
1215 -c l<Btn2Down>: xedit-focus() popup-menu(editMenu)\n\
1216 -c<Btn2Down>:   xedit-focus() popup-menu(editMenu)\n\
1217 -c l @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
1218 -c @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
1219 -c l<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
1220 -c<Btn3Down>:   xedit-focus() popup-menu(optionsMenu)\n\
1221 -<Btn1Down>:    xedit-focus() select-start()\n\
1222 -<Btn4Down>:    scroll-one-line-down()\n\
1223 -<Btn5Down>:    scroll-one-line-up()
1224 -
1225 -*filename.?.pieceSize:                 256
1226 -*filename.translations: #override \
1227 -c<Key>S:       no-op(r)\n\
1228 -c<Key>R:       no-op(r)\n\
1229 -m<Key>I:       no-op(r)\n\
1230 -c<Key>G:       cancel-find-file()\n\
1231 -<Key>Return:   load-file()\n\
1232 -<Key>Tab:      file-completion(h)\n\
1233 -<Key>Escape:   cancel-find-file()\n\
1234 -<Enter>:       no-op()\n\
1235 -<Leave>:       no-op()\n\
1236 -<Btn1Down>:    set-keyboard-focus() select-start()
1237 -
1238 -*ispell.translations:  #override \
1239 -<Message>WM_PROTOCOLS: ispell(end)
1240 -
1241 -! Sample dictionary, word chars and text mode resources setup
1242 -!*ispell.dictionary:                   br
1243 -!*ispell.dictionaries:                 br american americanmed+ english
1244 -!*ispell*br.wordChars:                 áéíóúçÁÉÍÓÚÇàÀâêôÂÊÔüÜãõÃÕ-
1245 -*ispell.ispellCommand:                 /usr/bin/aspell -B -m
1246 -*ispell.lookCommand:                   /bin/egrep
1247 -!*ispell*text.skipLines:               .#
1248 -
1249 -*ispell.geometry:                      0x0
1250 -*ispell.minWidth:                      320
1251 -*ispell.minHeight:                     245
1252 -*ispell*Label.borderWidth:             0
1253 -*ispell*Label.internalHeight:          4
1254 -*ispell*Label.justify:                 right
1255 -*ispell*Label.width:                   112
1256 -*ispell*Label.left:                    chainLeft
1257 -*ispell*Label.right:                   chainLeft
1258 -*ispell*Label.top:                     chainTop
1259 -*ispell*Label.bottom:                  chainTop
1260 -*ispell*mispelled.label:               Misspelled word:
1261 -*ispell*mispelled.top:                 chainTop
1262 -*ispell*mispelled.bottom:              chainTop
1263 -*ispell*mispelled.internalWidth:       0
1264 -*ispell*repeated.label:                        Repeated words:
1265 -*ispell*repeated.internalWidth:                0
1266 -*ispell*replacement.label:             Replace with:
1267 -*ispell*word.fromHoriz:                        mispelled
1268 -*ispell*word.justify:                  left
1269 -*ispell*word.borderWidth:              1
1270 -*ispell*word.internalWidth:            4
1271 -*ispell*word.internalHeight:           3
1272 -*ispell*word.width:                    194
1273 -*ispell*word.left:                     chainLeft
1274 -*ispell*word.right:                    chainRight
1275 -*ispell*word.top:                      chainTop
1276 -*ispell*word.bottom:                   chainTop
1277 -*ispell*word.label:
1278 -*ispell*word.tip:                      Press here to select this text
1279 -*ispell*word.highlightThickness:       0
1280 -*ispell*text.fromHoriz:                        replacement
1281 -*ispell*replacement.fromVert:          mispelled
1282 -*ispell*replacement.internalWidth:     0
1283 -*ispell*form.text.fromVert:            word
1284 -*ispell*form.text.width:               194
1285 -*ispell*form.text.top:                 chainTop
1286 -*ispell*form.text.bottom:              chainTop
1287 -*ispell*form.text.left:                        chainLeft
1288 -*ispell*form.text.right:               chainRight
1289 -*ispell*form.text.leftMargin:          4
1290 -*ispell*form.text.?.pieceSize:         256
1291 -*ispell*suggestions.label:             Suggestions:
1292 -*ispell*suggestions.fromVert:          replacement
1293 -*ispell*suggestions.internalWidth:     0
1294 -*ispell*viewport.fromHoriz:            suggestions
1295 -*ispell*viewport.fromVert:             text
1296 -*ispell*viewport.width:                        194
1297 -*ispell*viewport.height:               143
1298 -*ispell*viewport.top:                  chainTop
1299 -*ispell*viewport.bottom:               chainBottom
1300 -*ispell*viewport.left:                 chainLeft
1301 -*ispell*viewport.right:                        chainRight
1302 -*ispell*viewport.forceBars:            1
1303 -*ispell*viewport.allowVert:            1
1304 -*ispell*list.defaultColumns:           1
1305 -*ispell*list.longest:                  16384
1306 -*ispell*commands.vertDistance:         5
1307 -*ispell*commands.fromVert:             suggestions
1308 -*ispell*commands.top:                  chainBottom
1309 -*ispell*commands.bottom:               chainBottom
1310 -*ispell*commands.right:                        chainLeft
1311 -*ispell*commands.left:                 chainLeft
1312 -*ispell*check.label:                   Check
1313 -*ispell*check.width:                   54
1314 -*ispell*check.tip:                     Ask ispell about the word in the text field
1315 -*ispell*look.label:                    Look
1316 -*ispell*look.fromHoriz:                        check
1317 -*ispell*look.horizDistance:            0
1318 -*ispell*look.width:                    46
1319 -*ispell*look.tip:                      Runs the look command
1320 -*ispell*undo.fromVert:                 check
1321 -*ispell*undo.label:                    Undo
1322 -*ispell*undo.width:                    102
1323 -*ispell*undo.tip:                      Undo last action
1324 -*ispell*replace.fromVert:              undo
1325 -*ispell*replace.label:                 Replace
1326 -*ispell*replace.tip:                   Replace occurence of the word
1327 -*ispell*replaceAll.fromVert:           undo
1328 -*ispell*replaceAll.fromHoriz:          replace
1329 -*ispell*replaceAll.label:              All
1330 -*ispell*replaceAll.tip:                        Replace all occurences of the word
1331 -*ispell*ignore.fromVert:               replace
1332 -*ispell*ignore.label:                  Ignore
1333 -*ispell*ignore.tip:                    Ignore this word
1334 -*ispell*ignoreAll.fromVert:            replaceAll
1335 -*ispell*ignoreAll.fromHoriz:           ignore
1336 -*ispell*ignoreAll.label:               All
1337 -*ispell*ignoreAll.tip:                 Ignore all ocurrences of the word
1338 -*ispell*add.fromVert:                  ignore
1339 -*ispell*add.label:                     Add
1340 -*ispell*add.width:                     50
1341 -*ispell*add.tip:                       Add word to your private dictionary
1342 -*ispell*addUncap.fromVert:             ignoreAll
1343 -*ispell*addUncap.fromHoriz:            add
1344 -*ispell*addUncap.label:                        Uncap
1345 -*ispell*addUncap.horizDistance:                0
1346 -*ispell*addUncap.width:                        50
1347 -*ispell*addUncap.tip:                  Add word uncapitalized, to your private dictionary
1348 -*ispell*suspend.fromVert:              add
1349 -*ispell*suspend.label:                 Suspend
1350 -*ispell*suspend.width:                 57
1351 -*ispell*suspend.tip:                   Suspend ispell execution
1352 -*ispell*cancel.fromHoriz:              suspend
1353 -*ispell*cancel.fromVert:               addUncap
1354 -*ispell*cancel.label:                  Close
1355 -*ispell*cancel.width:                  43
1356 -*ispell*cancel.horizDistance:          0
1357 -*ispell*cancel.tip:                    Terminates ispell process
1358 -*ispell*replace.width:                 65
1359 -*ispell*ignore.width:                  65
1360 -*ispell*replaceAll.width:              35
1361 -*ispell*replaceAll.horizDistance:      0
1362 -*ispell*ignoreAll.width:               35
1363 -*ispell*ignoreAll.horizDistance:       0
1364 -*ispell*terse.fromVert:                        cancel
1365 -*ispell*terse.Label:                   Terse Mode
1366 -*ispell*terse.width:                   104
1367 -*ispell*terse.borderWidth:             0
1368 -*ispell*terse.tip:                     Switch terse mode
1369 -*ispell*status.fromVert:               viewport
1370 -*ispell*status.fromHoriz:              suggestions
1371 -*ispell*status.top:                    chainBottom
1372 -*ispell*status.bottom:                 chainBottom
1373 -*ispell*status.left:                   chainLeft
1374 -*ispell*status.right:                  chainRight
1375 -*ispell*status.width:                  194
1376 -*ispell*status.borderWidth:            1
1377 -*ispell*status.justify:                        left
1378 -*ispell*status.internalHeight:         2
1379 -*ispell*status.vertDistance:           2
1380 -*ispell*options.fromVert:              status
1381 -*ispell*options.fromHoriz:             commands
1382 -*ispell*options.bottom:                        chainBottom
1383 -*ispell*options.top:                   chainBottom
1384 -*ispell*options.left:                  chainLeft
1385 -*ispell*options.right:                 chainRight
1386 -*ispell*options.dict.width:            121
1387 -*ispell*options.horizDistance:         2
1388 -*ispell*options.vertDistance:          2
1389 -*ispell*options.defaultDistance:       2
1390 -*ispell*dict.highlightThickness:       0
1391 -*ispell*dict.justify:                  left
1392 -*ispell*dict.resizable:                        False
1393 -*ispell*dict.leftBitmap:               menu12
1394 -*ispell*dict.label:                    Dictionary
1395 -*ispell*dict.tip:                      Change dictionary
1396 -*ispell*options.format.width:          65
1397 -*ispell*format.highlightThickness:     0
1398 -*ispell*format.justify:                        left
1399 -*ispell*format.resizable:              False
1400 -*ispell*format.leftBitmap:             menu12
1401 -*ispell*format.fromHoriz:              dict
1402 -*ispell*format.horizDistance:          0
1403 -*ispell*format.tip:                    Select text type
1404 -
1405 -*columns.minWidth:                     140
1406 -*columns.minHeight:                    76
1407 -*columns.maxWidth:                     140
1408 -*columns.maxHeight:                    76
1409 -*columns.form*defaultDistance:         4
1410 -*columns*left:                         chainLeft
1411 -*columns*right:                                chainLeft
1412 -*columns*top:                          chainTop
1413 -*columns*bottom:                       chainTop
1414 -*columns*Label.width:                  96
1415 -*columns*Label.borderWidth:            0
1416 -*columns*Label.internalHeight:         4
1417 -*columns*Label.internalWidth:          2
1418 -*columns*Label.justify:                        right
1419 -*columns*Text.width:                   30
1420 -*columns*Command.width:                        58
1421 -*columns*leftLabel.label:              Left Column:
1422 -*columns*left.fromHoriz:               leftLabel
1423 -*columns*rightLabel.label:             Right Column:
1424 -*columns*rightLabel.fromVert:          leftLabel
1425 -*columns*right.fromHoriz:              rightLabel
1426 -*columns*right.fromVert:               left
1427 -*columns*ok.fromVert:                  rightLabel
1428 -*columns*cancel.fromHoriz:             ok
1429 -*columns*cancel.fromVert:              rightLabel
1430 -*columns*cancel.horizDistance:         12
1431 -*columns*Text.?.pieceSize:             8
1432 -
1433 -*columns*Text.translations: #override \
1434 -c<Key>S:       no-op(r)\n\
1435 -c<Key>R:       no-op(r)\n\
1436 -m<Key>I:       no-op(r)\n\
1437 -<Key>Return:   set-columns(ok)\n\
1438 -<Key>Tab:      change-field()\n\
1439 -c<Key>G:       set-columns(cancel)\n\
1440 -<Key>Escape:   set-columns(cancel)\n\
1441 -<Enter>:       no-op()\n\
1442 -<Leave>:       no-op()\n\
1443 -<Btn1Down>:    set-keyboard-focus() select-start()
1444 -
1445 -*columns.translations: #override \
1446 -<Message>WM_PROTOCOLS: set-columns(cancel)
1447 -
1448 -! EOF.
1449 Index: x11-apps/xedit/app-defaults/Xedit-xprint
1450 ===================================================================
1451 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
1452 +++ x11-apps/xedit/app-defaults/Xedit-xprint    2010-03-21 10:04:31.000000000 +0100
1453 @@ -0,0 +1,565 @@
1454 +! $XFree86: xc/programs/xedit/Xedit.ad,v 1.23 2002/09/22 07:09:05 paulo Exp $
1455 +
1456 +*geometry:                             590x440
1457 +*input:                                        TRUE
1458 +*enableBackups:                                True
1459 +*backupNameSuffix:                     ~
1460 +*changedBitmap:                                xlogo11
1461 +*international:                         True
1462 +
1463 +*hints:\
1464 +Use Control-S and Control-R to Search.\n\
1465 +Use Control-Shift-_ to Undo. Control-G to switch between Undo and Redo.\n\
1466 +Use Control-A to jump to the beginning of the line.\n\
1467 +Use Control-E to jump to the end of the line.\n\
1468 +Use Control-T to transpose characters.\n\
1469 +Use Control-K to cut to the end of the line. Control-Y to paste.\n\
1470 +Use Control-Q to escape control characters.\n\
1471 +Use Control-U[,<number>] to multiply actions. Control-G to cancel.\n\
1472 +Use Control-Z to scroll one line up. Meta-Z to scroll one line down.\n\
1473 +Use Meta-Q to format a paragraph.\n\
1474 +Use Right-Button to extend selections.\n\
1475 +Use Meta-I to insert a file.\n\
1476 +Use Control-W to delete a selection, and/or jump to the selection mark.\n\
1477 +Use Control-X,Control-F to find a file. Tab for filename completion.\n\
1478 +Use Control-X,Control-S to save.\n\
1479 +Use Control-X,Control-C to exit.\n\
1480 +Use Control-C to paste the selection at CUT_BUFFER0.\n\
1481 +Use Control Left-Button to popup the File Menu.\n\
1482 +Use Control Middle-Button to popup the Edit Menu.\n\
1483 +Use Control Right-Button to popup the Option Menu.\n\
1484 +Use Control-X,Tab to Indent.\n\
1485 +Use Control-X,0 to delete current splitted window.\n\
1486 +Use Control-X,1 to delete other splitted window.\n\
1487 +Use Control-X,2 to split the window vertically.\n\
1488 +Use Control-X,3 to split the window horizontally.\n\
1489 +Use Control-X,b to switch to another file.\n\
1490 +Use Control-X,d to list directory. Control-G to Cancel.\n\
1491 +Use Control-X,k to close file being edited.\n\
1492 +Use Control-X,o to switch to another splitted window.\n\
1493 +Use Control-X,u to undo. Control-G to switch between Undo and Redo.\n\
1494 +Use Insert to toggle Overwrite mode.\n\
1495 +Use Control-G to interrupt the lisp subprocess
1496 +
1497 +*formWindow*defaultDistance:           2
1498 +*formWindow.?.borderWidth:             0
1499 +*formWindow.min:                       18
1500 +*formWindow.max:                       18
1501 +*formWindow.showGrip:                  False
1502 +*positionWindow.fromHoriz:             labelWindow
1503 +*positionWindow.horizDistance:         0
1504 +*positionWindow.left:                  chainRight
1505 +*positionWindow.right:                 chainRight
1506 +*positionWindow.width:                 90
1507 +*positionWindow.label:                 error
1508 +*positionWindow.justify:               left
1509 +*labelWindow*justify:                  center
1510 +*labelWindow*label:                    no file yet
1511 +*labelWindow.left:                     chainLeft
1512 +*labelWindow.right:                    chainRight
1513 +
1514 +*quit.label:                           Quit
1515 +*quit.tip:                             Close xedit window
1516 +*save.label:                           Save
1517 +*save.tip:                             Save current file
1518 +*load.label:                           Load
1519 +*load.tip:                             Load a new file
1520 +*print.label:                          Print
1521 +*print.tip:                            Print current file
1522 +
1523 +*buttons*orientation:                  horizontal
1524 +*buttons*showGrip:                     False
1525 +*buttons.min:                          18
1526 +
1527 +*messageWindow.height:                 70
1528 +*messageWindow.min:                    18
1529 +*Paned*Text*allowResize:               True
1530 +
1531 +*messageWindow.autoFill:               False
1532 +*messageWindow.scrollVertical:         Never
1533 +
1534 +*editWindow.autoFill:                  False
1535 +*editWindow.scrollVertical:            Always
1536 +*editWindow.showGrip:                  True
1537 +xedit.textSource*enableUndo:           True
1538 +
1539 +*bc_label*label:                       Use Control-S and Control-R to Search.
1540 +*bc_label*showGrip:                    False
1541 +*bc_label.min:                         18
1542 +
1543 +*dirlabel.showGrip:                    False
1544 +*dirlabel.min:                         18
1545 +*dirlabel.max:                         18
1546 +
1547 +*dirwindow.defaultColumns:             0
1548 +*dirwindow.verticalList:               True
1549 +
1550 +*viewport.forceBars:                   True
1551 +*viewport.allowVert:                   1
1552 +
1553 +*insertFile*text.width:                        141
1554 +*insertFile*text.?.pieceSize:          256
1555 +*search*searchText.width:              157
1556 +*search*replaceText.width:             157
1557 +*search*case.horizDistance:            25
1558 +*search*Text.?.pieceSize:              256
1559 +
1560 +*SimpleMenu.BackingStore:              NotUseful
1561 +*SimpleMenu.menuLabel.vertSpace:       80
1562 +*SimpleMenu.SmeBSB.HorizontalMargins:  16
1563 +*SimpleMenu.justify:                   center
1564 +*SimpleMenu.menuLabel.height:          250
1565 +*SimpleMenu*cursor:                    left_ptr
1566 +
1567 +*fileMenu.label:                       File Menu
1568 +*optionsMenu.label:                    Option Menu
1569 +*optionsMenu.ispell.label:             ispell...
1570 +*editMenu.label:                       Edit Menu
1571 +*editMenu.wrapMenuItem.label:          Wrapping
1572 +*editMenu.wrapMenuItem.leftBitmap:     menu12
1573 +*wrapMenu.never.label:                 Never
1574 +*wrapMenu.line.label:                  Line
1575 +*wrapMenu.word.label:                  Word
1576 +*editMenu.autoFill.label:              Auto Fill
1577 +*editMenu.justifyMenuItem.label:       Justification
1578 +*editMenu.justifyMenuItem.leftBitmap:  menu12
1579 +*justifyMenu.left.label:               Left
1580 +*justifyMenu.right.label:              Right
1581 +*justifyMenu.center.label:             Center
1582 +*justifyMenu.full.label:               Full
1583 +*editMenu.breakColumns.label:          Break Columns...
1584 +*editMenu.scrollMenuItem.label:                Scrollbars
1585 +*editMenu.scrollMenuItem.leftBitmap:   menu12
1586 +*scrollMenu.vertical.label:            Vertical
1587 +*scrollMenu.horizontal.label:          Horizontal
1588 +*editMenu.modeMenuItem.leftBitmap:     menu12
1589 +*editMenu.modeMenuItem.label:          Edit Mode
1590 +*editModes.none.label:                 Plain/None
1591 +
1592 +*TransientShell*Text.translations: #override \
1593 +c<Key>S:       no-op(r)\n\
1594 +c<Key>R:       no-op(r)\n\
1595 +m<Key>I:       no-op(r)
1596 +
1597 +*search.translations: #override \
1598 +<Create>:get-values(my, $w, width, $h, height)\
1599 +       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
1600 +
1601 +*insertFile.title:                     Insert File
1602 +*insertFile.translations: #override \
1603 +<Create>:get-values(my, $w, width, $h, height)\
1604 +       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
1605 +
1606 +*baseTranslations: #override \
1607 +<Ctrl>X,<Ctrl>C:quit()\n\
1608 +<Ctrl>X,<Ctrl>S:save-file()\n\
1609 +<Ctrl>X,<Ctrl>P:print-file()\n\
1610 +<Ctrl>X,<Ctrl>F:find-file()\n\
1611 +<Key>Escape:   line-edit()
1612 +
1613 +*messageWindow.Translations: #override \
1614 +<Ctrl>X,<Ctrl>C:quit()\n\
1615 +<Ctrl>X,<Ctrl>S:save-file()\n\
1616 +<Ctrl>X,<Ctrl>P:print-file()\n\
1617 +<Ctrl>X,<Ctrl>F:find-file()\n\
1618 +<Enter>:       no-op()\n\
1619 +<Leave>:       no-op()\n\
1620 +<Btn1Down>:    set-keyboard-focus() select-start()
1621 +
1622 +*searchText.Translations: #override \
1623 +<Enter>:       no-op()\n\
1624 +<Leave>:       no-op()\n\
1625 +<Btn1Down>:    set-keyboard-focus() select-start()
1626 +
1627 +*replaceText.Translations: #override \
1628 +<Enter>:       no-op()\n\
1629 +<Leave>:       no-op()\n\
1630 +<Btn1Down>:    set-keyboard-focus() select-start()
1631 +
1632 +*editWindow.translations: #override \
1633 +<Ctrl>X,<Ctrl>E:lisp-eval()\n\
1634 +<Ctrl>X,<Key>Tab:indent()\n\
1635 +<Ctrl>X,:<Key>0:delete-window(current)\n\
1636 +<Ctrl>X,:<Key>1:delete-window(other)\n\
1637 +<Ctrl>X,:<Key>2:split-window(vertical)\n\
1638 +<Ctrl>X,:<Key>3:split-window(horizontal)\n\
1639 +<Ctrl>X,!l @Num_Lock<Key>b:switch-source()\n\
1640 +<Ctrl>X,!l <Key>b:switch-source()\n\
1641 +<Ctrl>X,!@Num_Lock<Key>b:switch-source()\n\
1642 +<Ctrl>X,!<Key>b:switch-source()\n\
1643 +<Ctrl>X,!l @Num_Lock<Key>d:dir-window()\n\
1644 +<Ctrl>X,!l <Key>d:dir-window()\n\
1645 +<Ctrl>X,!@Num_Lock<Key>d:dir-window()\n\
1646 +<Ctrl>X,!<Key>d:dir-window()\n\
1647 +<Ctrl>X,!l @Num_Lock<Key>k:kill-file()\n\
1648 +<Ctrl>X,!l <Key>k:kill-file()\n\
1649 +<Ctrl>X,!@Num_Lock<Key>k:kill-file()\n\
1650 +<Ctrl>X,!<Key>k:kill-file()\n\
1651 +<Ctrl>X,!l @Num_Lock<Key>o:other-window()\n\
1652 +<Ctrl>X,!l <Key>o:other-window()\n\
1653 +<Ctrl>X,!@Num_Lock<Key>o:other-window()\n\
1654 +<Ctrl>X,!<Key>o:other-window()\n\
1655 +<Ctrl>X,!l @Num_Lock<Key>u:undo()\n\
1656 +<Ctrl>X,!l <Key>u:undo()\n\
1657 +<Ctrl>X,!@Num_Lock<Key>u:undo()\n\
1658 +<Ctrl>X,!<Key>u:undo()\n\
1659 +<Ctrl>G:       xedit-keyboard-reset()\n\
1660 +<Ctrl>J:       xedit-print-lisp-eval()\n\
1661 +<Key>Tab:      insert-char()\n\
1662 +!l @Num_Lock<Key>b:insert-char()\n\
1663 +!l <Key>b:     insert-char()\n\
1664 +!@Num_Lock<Key>b:insert-char()\n\
1665 +!<Key>b:       insert-char()\n\
1666 +!l @Num_Lock<Key>d:insert-char()\n\
1667 +!l <Key>d:     insert-char()\n\
1668 +!@Num_Lock<Key>d:insert-char()\n\
1669 +!<Key>d:       insert-char()\n\
1670 +!l <Key>k:     insert-char()\n\
1671 +!l @Num_Lock<Key>k:insert-char()\n\
1672 +!@Num_Lock<Key>k:insert-char()\n\
1673 +!<Key>k:       insert-char()\n\
1674 +!l @Num_Lock<Key>o:insert-char()\n\
1675 +!l <Key>o:     insert-char()\n\
1676 +!@Num_Lock<Key>o:insert-char()\n\
1677 +!<Key>o:       insert-char()\n\
1678 +!l @Num_Lock<Key>u:insert-char()\n\
1679 +!l <Key>u:     insert-char()\n\
1680 +!@Num_Lock<Key>u:insert-char()\n\
1681 +!<Key>u:       insert-char()\n\
1682 +~s <Key>Insert:        toggle-overwrite()\n\
1683 +c l @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
1684 +c @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
1685 +c l<Btn1Down>: xedit-focus() popup-menu(fileMenu)\n\
1686 +c<Btn1Down>:   xedit-focus() popup-menu(fileMenu)\n\
1687 +c l @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
1688 +c @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
1689 +c l<Btn2Down>: xedit-focus() popup-menu(editMenu)\n\
1690 +c<Btn2Down>:   xedit-focus() popup-menu(editMenu)\n\
1691 +c l @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
1692 +c @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
1693 +c l<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
1694 +c<Btn3Down>:   xedit-focus() popup-menu(optionsMenu)\n\
1695 +<Btn1Down>:    xedit-focus() select-start()\n\
1696 +<Btn4Down>:    scroll-one-line-down()\n\
1697 +<Btn5Down>:    scroll-one-line-up()
1698 +
1699 +*filename.?.pieceSize:                 256
1700 +*filename.translations: #override \
1701 +c<Key>S:       no-op(r)\n\
1702 +c<Key>R:       no-op(r)\n\
1703 +m<Key>I:       no-op(r)\n\
1704 +c<Key>G:       cancel-find-file()\n\
1705 +<Key>Return:   load-file()\n\
1706 +<Key>Tab:      file-completion(h)\n\
1707 +<Key>Escape:   cancel-find-file()\n\
1708 +<Enter>:       no-op()\n\
1709 +<Leave>:       no-op()\n\
1710 +<Btn1Down>:    set-keyboard-focus() select-start()
1711 +
1712 +*ispell.translations:  #override \
1713 +<Message>WM_PROTOCOLS: ispell(end)
1714 +
1715 +! Sample dictionary, word chars and text mode resources setup
1716 +!*ispell.dictionary:                   br
1717 +!*ispell.dictionaries:                 br american americanmed+ english
1718 +!*ispell*br.wordChars:                 áéíóúçÁÉÍÓÚÇàÀâêôÂÊÔüÜãõÃÕ-
1719 +*ispell.ispellCommand:                 /usr/bin/aspell -B -m
1720 +*ispell.lookCommand:                   /bin/egrep
1721 +!*ispell*text.skipLines:               .#
1722 +
1723 +*ispell.geometry:                      0x0
1724 +*ispell.minWidth:                      320
1725 +*ispell.minHeight:                     245
1726 +*ispell*Label.borderWidth:             0
1727 +*ispell*Label.internalHeight:          4
1728 +*ispell*Label.justify:                 right
1729 +*ispell*Label.width:                   112
1730 +*ispell*Label.left:                    chainLeft
1731 +*ispell*Label.right:                   chainLeft
1732 +*ispell*Label.top:                     chainTop
1733 +*ispell*Label.bottom:                  chainTop
1734 +*ispell*mispelled.label:               Misspelled word:
1735 +*ispell*mispelled.top:                 chainTop
1736 +*ispell*mispelled.bottom:              chainTop
1737 +*ispell*mispelled.internalWidth:       0
1738 +*ispell*repeated.label:                        Repeated words:
1739 +*ispell*repeated.internalWidth:                0
1740 +*ispell*replacement.label:             Replace with:
1741 +*ispell*word.fromHoriz:                        mispelled
1742 +*ispell*word.justify:                  left
1743 +*ispell*word.borderWidth:              1
1744 +*ispell*word.internalWidth:            4
1745 +*ispell*word.internalHeight:           3
1746 +*ispell*word.width:                    194
1747 +*ispell*word.left:                     chainLeft
1748 +*ispell*word.right:                    chainRight
1749 +*ispell*word.top:                      chainTop
1750 +*ispell*word.bottom:                   chainTop
1751 +*ispell*word.label:
1752 +*ispell*word.tip:                      Press here to select this text
1753 +*ispell*word.highlightThickness:       0
1754 +*ispell*text.fromHoriz:                        replacement
1755 +*ispell*replacement.fromVert:          mispelled
1756 +*ispell*replacement.internalWidth:     0
1757 +*ispell*form.text.fromVert:            word
1758 +*ispell*form.text.width:               194
1759 +*ispell*form.text.top:                 chainTop
1760 +*ispell*form.text.bottom:              chainTop
1761 +*ispell*form.text.left:                        chainLeft
1762 +*ispell*form.text.right:               chainRight
1763 +*ispell*form.text.leftMargin:          4
1764 +*ispell*form.text.?.pieceSize:         256
1765 +*ispell*suggestions.label:             Suggestions:
1766 +*ispell*suggestions.fromVert:          replacement
1767 +*ispell*suggestions.internalWidth:     0
1768 +*ispell*viewport.fromHoriz:            suggestions
1769 +*ispell*viewport.fromVert:             text
1770 +*ispell*viewport.width:                        194
1771 +*ispell*viewport.height:               143
1772 +*ispell*viewport.top:                  chainTop
1773 +*ispell*viewport.bottom:               chainBottom
1774 +*ispell*viewport.left:                 chainLeft
1775 +*ispell*viewport.right:                        chainRight
1776 +*ispell*viewport.forceBars:            1
1777 +*ispell*viewport.allowVert:            1
1778 +*ispell*list.defaultColumns:           1
1779 +*ispell*list.longest:                  16384
1780 +*ispell*commands.vertDistance:         5
1781 +*ispell*commands.fromVert:             suggestions
1782 +*ispell*commands.top:                  chainBottom
1783 +*ispell*commands.bottom:               chainBottom
1784 +*ispell*commands.right:                        chainLeft
1785 +*ispell*commands.left:                 chainLeft
1786 +*ispell*check.label:                   Check
1787 +*ispell*check.width:                   54
1788 +*ispell*check.tip:                     Ask ispell about the word in the text field
1789 +*ispell*look.label:                    Look
1790 +*ispell*look.fromHoriz:                        check
1791 +*ispell*look.horizDistance:            0
1792 +*ispell*look.width:                    46
1793 +*ispell*look.tip:                      Runs the look command
1794 +*ispell*undo.fromVert:                 check
1795 +*ispell*undo.label:                    Undo
1796 +*ispell*undo.width:                    102
1797 +*ispell*undo.tip:                      Undo last action
1798 +*ispell*replace.fromVert:              undo
1799 +*ispell*replace.label:                 Replace
1800 +*ispell*replace.tip:                   Replace occurence of the word
1801 +*ispell*replaceAll.fromVert:           undo
1802 +*ispell*replaceAll.fromHoriz:          replace
1803 +*ispell*replaceAll.label:              All
1804 +*ispell*replaceAll.tip:                        Replace all occurences of the word
1805 +*ispell*ignore.fromVert:               replace
1806 +*ispell*ignore.label:                  Ignore
1807 +*ispell*ignore.tip:                    Ignore this word
1808 +*ispell*ignoreAll.fromVert:            replaceAll
1809 +*ispell*ignoreAll.fromHoriz:           ignore
1810 +*ispell*ignoreAll.label:               All
1811 +*ispell*ignoreAll.tip:                 Ignore all ocurrences of the word
1812 +*ispell*add.fromVert:                  ignore
1813 +*ispell*add.label:                     Add
1814 +*ispell*add.width:                     50
1815 +*ispell*add.tip:                       Add word to your private dictionary
1816 +*ispell*addUncap.fromVert:             ignoreAll
1817 +*ispell*addUncap.fromHoriz:            add
1818 +*ispell*addUncap.label:                        Uncap
1819 +*ispell*addUncap.horizDistance:                0
1820 +*ispell*addUncap.width:                        50
1821 +*ispell*addUncap.tip:                  Add word uncapitalized, to your private dictionary
1822 +*ispell*suspend.fromVert:              add
1823 +*ispell*suspend.label:                 Suspend
1824 +*ispell*suspend.width:                 57
1825 +*ispell*suspend.tip:                   Suspend ispell execution
1826 +*ispell*cancel.fromHoriz:              suspend
1827 +*ispell*cancel.fromVert:               addUncap
1828 +*ispell*cancel.label:                  Close
1829 +*ispell*cancel.width:                  43
1830 +*ispell*cancel.horizDistance:          0
1831 +*ispell*cancel.tip:                    Terminates ispell process
1832 +*ispell*replace.width:                 65
1833 +*ispell*ignore.width:                  65
1834 +*ispell*replaceAll.width:              35
1835 +*ispell*replaceAll.horizDistance:      0
1836 +*ispell*ignoreAll.width:               35
1837 +*ispell*ignoreAll.horizDistance:       0
1838 +*ispell*terse.fromVert:                        cancel
1839 +*ispell*terse.Label:                   Terse Mode
1840 +*ispell*terse.width:                   104
1841 +*ispell*terse.borderWidth:             0
1842 +*ispell*terse.tip:                     Switch terse mode
1843 +*ispell*status.fromVert:               viewport
1844 +*ispell*status.fromHoriz:              suggestions
1845 +*ispell*status.top:                    chainBottom
1846 +*ispell*status.bottom:                 chainBottom
1847 +*ispell*status.left:                   chainLeft
1848 +*ispell*status.right:                  chainRight
1849 +*ispell*status.width:                  194
1850 +*ispell*status.borderWidth:            1
1851 +*ispell*status.justify:                        left
1852 +*ispell*status.internalHeight:         2
1853 +*ispell*status.vertDistance:           2
1854 +*ispell*options.fromVert:              status
1855 +*ispell*options.fromHoriz:             commands
1856 +*ispell*options.bottom:                        chainBottom
1857 +*ispell*options.top:                   chainBottom
1858 +*ispell*options.left:                  chainLeft
1859 +*ispell*options.right:                 chainRight
1860 +*ispell*options.dict.width:            121
1861 +*ispell*options.horizDistance:         2
1862 +*ispell*options.vertDistance:          2
1863 +*ispell*options.defaultDistance:       2
1864 +*ispell*dict.highlightThickness:       0
1865 +*ispell*dict.justify:                  left
1866 +*ispell*dict.resizable:                        False
1867 +*ispell*dict.leftBitmap:               menu12
1868 +*ispell*dict.label:                    Dictionary
1869 +*ispell*dict.tip:                      Change dictionary
1870 +*ispell*options.format.width:          65
1871 +*ispell*format.highlightThickness:     0
1872 +*ispell*format.justify:                        left
1873 +*ispell*format.resizable:              False
1874 +*ispell*format.leftBitmap:             menu12
1875 +*ispell*format.fromHoriz:              dict
1876 +*ispell*format.horizDistance:          0
1877 +*ispell*format.tip:                    Select text type
1878 +
1879 +*columns.minWidth:                     140
1880 +*columns.minHeight:                    76
1881 +*columns.maxWidth:                     140
1882 +*columns.maxHeight:                    76
1883 +*columns.form*defaultDistance:         4
1884 +*columns*left:                         chainLeft
1885 +*columns*right:                                chainLeft
1886 +*columns*top:                          chainTop
1887 +*columns*bottom:                       chainTop
1888 +*columns*Label.width:                  96
1889 +*columns*Label.borderWidth:            0
1890 +*columns*Label.internalHeight:         4
1891 +*columns*Label.internalWidth:          2
1892 +*columns*Label.justify:                        right
1893 +*columns*Text.width:                   30
1894 +*columns*Command.width:                        58
1895 +*columns*leftLabel.label:              Left Column:
1896 +*columns*left.fromHoriz:               leftLabel
1897 +*columns*rightLabel.label:             Right Column:
1898 +*columns*rightLabel.fromVert:          leftLabel
1899 +*columns*right.fromHoriz:              rightLabel
1900 +*columns*right.fromVert:               left
1901 +*columns*ok.fromVert:                  rightLabel
1902 +*columns*cancel.fromHoriz:             ok
1903 +*columns*cancel.fromVert:              rightLabel
1904 +*columns*cancel.horizDistance:         12
1905 +*columns*Text.?.pieceSize:             8
1906 +
1907 +*columns*Text.translations: #override \
1908 +c<Key>S:       no-op(r)\n\
1909 +c<Key>R:       no-op(r)\n\
1910 +m<Key>I:       no-op(r)\n\
1911 +<Key>Return:   set-columns(ok)\n\
1912 +<Key>Tab:      change-field()\n\
1913 +c<Key>G:       set-columns(cancel)\n\
1914 +<Key>Escape:   set-columns(cancel)\n\
1915 +<Enter>:       no-op()\n\
1916 +<Leave>:       no-op()\n\
1917 +<Btn1Down>:    set-keyboard-focus() select-start()
1918 +
1919 +*columns.translations: #override \
1920 +<Message>WM_PROTOCOLS: set-columns(cancel)
1921 +
1922 +! Use "white" as background for printing
1923 +*printshell*background:   white
1924 +
1925 +! Print dialog
1926 +*printdialogshell*geometry:                       600x120
1927 +*printdialogshell*title:                          Print
1928 +*printdialogshell*main*ok.fromVert:               innerform
1929 +*printdialogshell*main*ok.label:                  Print
1930 +*printdialogshell*main*ok.tip:                    Print
1931 +*printdialogshell*main*setup.fromHoriz:           ok
1932 +*printdialogshell*main*setup.fromVert:            innerform
1933 +*printdialogshell*main*setup.label:               Setup...
1934 +*printdialogshell*main*setup.tip:                 Configure print job options (page size, orientation, etc.)
1935 +*printdialogshell*main*cancel.fromHoriz:          setup
1936 +*printdialogshell*main*cancel.fromVert:           innerform
1937 +*printdialogshell*main*cancel.label:              Cancel
1938 +*printdialogshell*main*cancel.tip:                Cancel printing
1939 +*printdialogshell*main*desclabel.label:           Printer Description:
1940 +*printdialogshell*main*desclabel.tip:             Short description of printer
1941 +*printdialogshell*main*desc.fromHoriz:            desclabel
1942 +*printdialogshell*main*desc.tip:                  Short description of printer
1943 +*printdialogshell*main*info.fromHoriz:            desc
1944 +*printdialogshell*main*info.label:                Printer info...
1945 +*printdialogshell*main*info.tip:                  Display additional information about this printer
1946 +*printdialogshell*main*namelabel.fromVert:        desclabel
1947 +*printdialogshell*main*namelabel.label:           Printer Name:
1948 +*printdialogshell*main*namelabel.tip:             Name of selected printer
1949 +*printdialogshell*main*name.fromHoriz:            namelabel
1950 +*printdialogshell*main*name.fromVert:             desclabel
1951 +*printdialogshell*main*name.tip:                  Name of selected printer
1952 +*printdialogshell*main*selectprinter.fromHoriz:   name
1953 +*printdialogshell*main*selectprinter.fromVert:    desclabel
1954 +*printdialogshell*main*selectprinter.label:       Select Printer...
1955 +*printdialogshell*main*selectprinter.label:       Select Printer...
1956 +*printdialogshell*main*selectprinter.tip:         Select a different printer
1957 +*printdialogshell*main*filenamelabel.fromVert:    namelabel
1958 +*printdialogshell*main*filenamelabel.label:       File Name:
1959 +*printdialogshell*main*filenamelabel.tip:         File where the output should be stored
1960 +*printdialogshell*main*filename.fromHoriz:        filenamelabel
1961 +*printdialogshell*main*filename.fromVert:         namelabel
1962 +*printdialogshell*main*filename.tip:              File where the output should be stored
1963 +*printdialogshell*main*selectfile.fromHoriz:      filename
1964 +*printdialogshell*main*selectfile.fromVert:       namelabel
1965 +*printdialogshell*main*selectfile.label:          Select File...
1966 +*printdialogshell*main*selectfile.tip:            Select file where the output should be stored
1967 +*printdialogshell*main*printtoprinter.fromVert:   filenamelabel
1968 +*printdialogshell*main*printtoprinter.label:      Print to Printer
1969 +*printdialogshell*main*printtoprinter.tip:        Send print job to printer
1970 +*printdialogshell*main*printtofile.fromVert:      filenamelabel
1971 +*printdialogshell*main*printtofile.fromHoriz:     printtoprinter
1972 +*printdialogshell*main*printtofile.label:         Print to File
1973 +*printdialogshell*main*printtofile.tip:           Save print job in a file
1974 +
1975 +! Print job options dialog
1976 +*printdialogshell*setup*geometry:                     600x400
1977 +*printdialogshell*setup*title:                        Print: Print job options
1978 +*printdialogshell*setup*ok.fromVert:                  list
1979 +*printdialogshell*setup*ok.label:                     OK
1980 +*printdialogshell*setup*ok.tip:                       Commit changes
1981 +*printdialogshell*setup*cancel.fromHoriz:             ok
1982 +*printdialogshell*setup*cancel.fromVert:              list
1983 +*printdialogshell*setup*cancel.label:                 Cancel
1984 +*printdialogshell*setup*cancel.tip:                   Cancel and reset to defaults
1985 +*printdialogshell*setup*paperlist.tip:                Select paper size
1986 +*printdialogshell*setup*resolutionlist.fromHoriz:     paperlist
1987 +*printdialogshell*setup*resolutionlist.tip:           Select page resolution
1988 +*printdialogshell*setup*orientationlist.fromHoriz:    resolutionlist
1989 +*printdialogshell*setup*orientationlist.tip:          Select page orientation
1990 +*printdialogshell*setup*plexlist.fromHoriz:           orientationlist
1991 +*printdialogshell*setup*plexlist.tip:                 Select page plex mode (simplex, duplex, etc.)
1992 +*printdialogshell*setup*colorspacelist.fromHoriz:     plexlist
1993 +*printdialogshell*setup*colorspacelist.tip:           Select color space (color, grayscale, CYMK, etc.)
1994 +*printdialogshell*setup*jobcopieslabel.fromVert:      paperlist
1995 +*printdialogshell*setup*jobcopieslabel.tip:           Set number of job copies
1996 +*printdialogshell*setup*jobcopieslabel.label:         Job Copies:
1997 +*printdialogshell*setup*jobcopies.fromHoriz:          jobcopieslabel
1998 +*printdialogshell*setup*jobcopies.fromVert:           paperlist
1999 +*printdialogshell*setup*jobcopies.tip:                Set number of job copies
2000 +
2001 +! Printer selection
2002 +*printdialogshell*printerselection*geometry:          400x150
2003 +*printdialogshell*printerselection*title:             Print: Select printer
2004 +*printdialogshell*printerselection*ok.fromVert:       list
2005 +*printdialogshell*printerselection*ok.label:          OK
2006 +*printdialogshell*printerselection*ok.tip:            Switch printer
2007 +*printdialogshell*printerselection*cancel.fromHoriz:  ok
2008 +*printdialogshell*printerselection*cancel.fromVert:   list
2009 +*printdialogshell*printerselection*cancel.label:      Cancel
2010 +*printdialogshell*printerselection*cancel.tip:        Cancel printer selection
2011 +*printdialogshell*printerselection*list.tip:          Select printer name from list
2012 +
2013 +! Select job file
2014 +*printdialogshell*selectfile*geometry:          400x80
2015 +*printdialogshell*selectfile*title:             Print: Select job file
2016 +*printdialogshell*selectfile*dialog.label:      Select Filename:
2017 +
2018 +! EOF.
2019 Index: x11-apps/xedit/app-defaults/Xedit-xprint.ad
2020 ===================================================================
2021 --- x11-apps.orig/xedit/app-defaults/Xedit-xprint.ad    2010-03-21 10:07:00.000000000 +0100
2022 +++ /dev/null   1970-01-01 00:00:00.000000000 +0000
2023 @@ -1,565 +0,0 @@
2024 -! $XFree86: xc/programs/xedit/Xedit.ad,v 1.23 2002/09/22 07:09:05 paulo Exp $
2025 -
2026 -*geometry:                             590x440
2027 -*input:                                        TRUE
2028 -*enableBackups:                                True
2029 -*backupNameSuffix:                     ~
2030 -*changedBitmap:                                xlogo11
2031 -*international:                         True
2032 -
2033 -*hints:\
2034 -Use Control-S and Control-R to Search.\n\
2035 -Use Control-Shift-_ to Undo. Control-G to switch between Undo and Redo.\n\
2036 -Use Control-A to jump to the beginning of the line.\n\
2037 -Use Control-E to jump to the end of the line.\n\
2038 -Use Control-T to transpose characters.\n\
2039 -Use Control-K to cut to the end of the line. Control-Y to paste.\n\
2040 -Use Control-Q to escape control characters.\n\
2041 -Use Control-U[,<number>] to multiply actions. Control-G to cancel.\n\
2042 -Use Control-Z to scroll one line up. Meta-Z to scroll one line down.\n\
2043 -Use Meta-Q to format a paragraph.\n\
2044 -Use Right-Button to extend selections.\n\
2045 -Use Meta-I to insert a file.\n\
2046 -Use Control-W to delete a selection, and/or jump to the selection mark.\n\
2047 -Use Control-X,Control-F to find a file. Tab for filename completion.\n\
2048 -Use Control-X,Control-S to save.\n\
2049 -Use Control-X,Control-C to exit.\n\
2050 -Use Control-C to paste the selection at CUT_BUFFER0.\n\
2051 -Use Control Left-Button to popup the File Menu.\n\
2052 -Use Control Middle-Button to popup the Edit Menu.\n\
2053 -Use Control Right-Button to popup the Option Menu.\n\
2054 -Use Control-X,Tab to Indent.\n\
2055 -Use Control-X,0 to delete current splitted window.\n\
2056 -Use Control-X,1 to delete other splitted window.\n\
2057 -Use Control-X,2 to split the window vertically.\n\
2058 -Use Control-X,3 to split the window horizontally.\n\
2059 -Use Control-X,b to switch to another file.\n\
2060 -Use Control-X,d to list directory. Control-G to Cancel.\n\
2061 -Use Control-X,k to close file being edited.\n\
2062 -Use Control-X,o to switch to another splitted window.\n\
2063 -Use Control-X,u to undo. Control-G to switch between Undo and Redo.\n\
2064 -Use Insert to toggle Overwrite mode.\n\
2065 -Use Control-G to interrupt the lisp subprocess
2066 -
2067 -*formWindow*defaultDistance:           2
2068 -*formWindow.?.borderWidth:             0
2069 -*formWindow.min:                       18
2070 -*formWindow.max:                       18
2071 -*formWindow.showGrip:                  False
2072 -*positionWindow.fromHoriz:             labelWindow
2073 -*positionWindow.horizDistance:         0
2074 -*positionWindow.left:                  chainRight
2075 -*positionWindow.right:                 chainRight
2076 -*positionWindow.width:                 90
2077 -*positionWindow.label:                 error
2078 -*positionWindow.justify:               left
2079 -*labelWindow*justify:                  center
2080 -*labelWindow*label:                    no file yet
2081 -*labelWindow.left:                     chainLeft
2082 -*labelWindow.right:                    chainRight
2083 -
2084 -*quit.label:                           Quit
2085 -*quit.tip:                             Close xedit window
2086 -*save.label:                           Save
2087 -*save.tip:                             Save current file
2088 -*load.label:                           Load
2089 -*load.tip:                             Load a new file
2090 -*print.label:                          Print
2091 -*print.tip:                            Print current file
2092 -
2093 -*buttons*orientation:                  horizontal
2094 -*buttons*showGrip:                     False
2095 -*buttons.min:                          18
2096 -
2097 -*messageWindow.height:                 70
2098 -*messageWindow.min:                    18
2099 -*Paned*Text*allowResize:               True
2100 -
2101 -*messageWindow.autoFill:               False
2102 -*messageWindow.scrollVertical:         Never
2103 -
2104 -*editWindow.autoFill:                  False
2105 -*editWindow.scrollVertical:            Always
2106 -*editWindow.showGrip:                  True
2107 -xedit.textSource*enableUndo:           True
2108 -
2109 -*bc_label*label:                       Use Control-S and Control-R to Search.
2110 -*bc_label*showGrip:                    False
2111 -*bc_label.min:                         18
2112 -
2113 -*dirlabel.showGrip:                    False
2114 -*dirlabel.min:                         18
2115 -*dirlabel.max:                         18
2116 -
2117 -*dirwindow.defaultColumns:             0
2118 -*dirwindow.verticalList:               True
2119 -
2120 -*viewport.forceBars:                   True
2121 -*viewport.allowVert:                   1
2122 -
2123 -*insertFile*text.width:                        141
2124 -*insertFile*text.?.pieceSize:          256
2125 -*search*searchText.width:              157
2126 -*search*replaceText.width:             157
2127 -*search*case.horizDistance:            25
2128 -*search*Text.?.pieceSize:              256
2129 -
2130 -*SimpleMenu.BackingStore:              NotUseful
2131 -*SimpleMenu.menuLabel.vertSpace:       80
2132 -*SimpleMenu.SmeBSB.HorizontalMargins:  16
2133 -*SimpleMenu.justify:                   center
2134 -*SimpleMenu.menuLabel.height:          250
2135 -*SimpleMenu*cursor:                    left_ptr
2136 -
2137 -*fileMenu.label:                       File Menu
2138 -*optionsMenu.label:                    Option Menu
2139 -*optionsMenu.ispell.label:             ispell...
2140 -*editMenu.label:                       Edit Menu
2141 -*editMenu.wrapMenuItem.label:          Wrapping
2142 -*editMenu.wrapMenuItem.leftBitmap:     menu12
2143 -*wrapMenu.never.label:                 Never
2144 -*wrapMenu.line.label:                  Line
2145 -*wrapMenu.word.label:                  Word
2146 -*editMenu.autoFill.label:              Auto Fill
2147 -*editMenu.justifyMenuItem.label:       Justification
2148 -*editMenu.justifyMenuItem.leftBitmap:  menu12
2149 -*justifyMenu.left.label:               Left
2150 -*justifyMenu.right.label:              Right
2151 -*justifyMenu.center.label:             Center
2152 -*justifyMenu.full.label:               Full
2153 -*editMenu.breakColumns.label:          Break Columns...
2154 -*editMenu.scrollMenuItem.label:                Scrollbars
2155 -*editMenu.scrollMenuItem.leftBitmap:   menu12
2156 -*scrollMenu.vertical.label:            Vertical
2157 -*scrollMenu.horizontal.label:          Horizontal
2158 -*editMenu.modeMenuItem.leftBitmap:     menu12
2159 -*editMenu.modeMenuItem.label:          Edit Mode
2160 -*editModes.none.label:                 Plain/None
2161 -
2162 -*TransientShell*Text.translations: #override \
2163 -c<Key>S:       no-op(r)\n\
2164 -c<Key>R:       no-op(r)\n\
2165 -m<Key>I:       no-op(r)
2166 -
2167 -*search.translations: #override \
2168 -<Create>:get-values(my, $w, width, $h, height)\
2169 -       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
2170 -
2171 -*insertFile.title:                     Insert File
2172 -*insertFile.translations: #override \
2173 -<Create>:get-values(my, $w, width, $h, height)\
2174 -       set-values(1, minWidth, $w, minHeight, $h, maxHeight, $h, allowShellResize, False)
2175 -
2176 -*baseTranslations: #override \
2177 -<Ctrl>X,<Ctrl>C:quit()\n\
2178 -<Ctrl>X,<Ctrl>S:save-file()\n\
2179 -<Ctrl>X,<Ctrl>P:print-file()\n\
2180 -<Ctrl>X,<Ctrl>F:find-file()\n\
2181 -<Key>Escape:   line-edit()
2182 -
2183 -*messageWindow.Translations: #override \
2184 -<Ctrl>X,<Ctrl>C:quit()\n\
2185 -<Ctrl>X,<Ctrl>S:save-file()\n\
2186 -<Ctrl>X,<Ctrl>P:print-file()\n\
2187 -<Ctrl>X,<Ctrl>F:find-file()\n\
2188 -<Enter>:       no-op()\n\
2189 -<Leave>:       no-op()\n\
2190 -<Btn1Down>:    set-keyboard-focus() select-start()
2191 -
2192 -*searchText.Translations: #override \
2193 -<Enter>:       no-op()\n\
2194 -<Leave>:       no-op()\n\
2195 -<Btn1Down>:    set-keyboard-focus() select-start()
2196 -
2197 -*replaceText.Translations: #override \
2198 -<Enter>:       no-op()\n\
2199 -<Leave>:       no-op()\n\
2200 -<Btn1Down>:    set-keyboard-focus() select-start()
2201 -
2202 -*editWindow.translations: #override \
2203 -<Ctrl>X,<Ctrl>E:lisp-eval()\n\
2204 -<Ctrl>X,<Key>Tab:indent()\n\
2205 -<Ctrl>X,:<Key>0:delete-window(current)\n\
2206 -<Ctrl>X,:<Key>1:delete-window(other)\n\
2207 -<Ctrl>X,:<Key>2:split-window(vertical)\n\
2208 -<Ctrl>X,:<Key>3:split-window(horizontal)\n\
2209 -<Ctrl>X,!l @Num_Lock<Key>b:switch-source()\n\
2210 -<Ctrl>X,!l <Key>b:switch-source()\n\
2211 -<Ctrl>X,!@Num_Lock<Key>b:switch-source()\n\
2212 -<Ctrl>X,!<Key>b:switch-source()\n\
2213 -<Ctrl>X,!l @Num_Lock<Key>d:dir-window()\n\
2214 -<Ctrl>X,!l <Key>d:dir-window()\n\
2215 -<Ctrl>X,!@Num_Lock<Key>d:dir-window()\n\
2216 -<Ctrl>X,!<Key>d:dir-window()\n\
2217 -<Ctrl>X,!l @Num_Lock<Key>k:kill-file()\n\
2218 -<Ctrl>X,!l <Key>k:kill-file()\n\
2219 -<Ctrl>X,!@Num_Lock<Key>k:kill-file()\n\
2220 -<Ctrl>X,!<Key>k:kill-file()\n\
2221 -<Ctrl>X,!l @Num_Lock<Key>o:other-window()\n\
2222 -<Ctrl>X,!l <Key>o:other-window()\n\
2223 -<Ctrl>X,!@Num_Lock<Key>o:other-window()\n\
2224 -<Ctrl>X,!<Key>o:other-window()\n\
2225 -<Ctrl>X,!l @Num_Lock<Key>u:undo()\n\
2226 -<Ctrl>X,!l <Key>u:undo()\n\
2227 -<Ctrl>X,!@Num_Lock<Key>u:undo()\n\
2228 -<Ctrl>X,!<Key>u:undo()\n\
2229 -<Ctrl>G:       xedit-keyboard-reset()\n\
2230 -<Ctrl>J:       xedit-print-lisp-eval()\n\
2231 -<Key>Tab:      insert-char()\n\
2232 -!l @Num_Lock<Key>b:insert-char()\n\
2233 -!l <Key>b:     insert-char()\n\
2234 -!@Num_Lock<Key>b:insert-char()\n\
2235 -!<Key>b:       insert-char()\n\
2236 -!l @Num_Lock<Key>d:insert-char()\n\
2237 -!l <Key>d:     insert-char()\n\
2238 -!@Num_Lock<Key>d:insert-char()\n\
2239 -!<Key>d:       insert-char()\n\
2240 -!l <Key>k:     insert-char()\n\
2241 -!l @Num_Lock<Key>k:insert-char()\n\
2242 -!@Num_Lock<Key>k:insert-char()\n\
2243 -!<Key>k:       insert-char()\n\
2244 -!l @Num_Lock<Key>o:insert-char()\n\
2245 -!l <Key>o:     insert-char()\n\
2246 -!@Num_Lock<Key>o:insert-char()\n\
2247 -!<Key>o:       insert-char()\n\
2248 -!l @Num_Lock<Key>u:insert-char()\n\
2249 -!l <Key>u:     insert-char()\n\
2250 -!@Num_Lock<Key>u:insert-char()\n\
2251 -!<Key>u:       insert-char()\n\
2252 -~s <Key>Insert:        toggle-overwrite()\n\
2253 -c l @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
2254 -c @Num_Lock<Btn1Down>:xedit-focus() popup-menu(fileMenu)\n\
2255 -c l<Btn1Down>: xedit-focus() popup-menu(fileMenu)\n\
2256 -c<Btn1Down>:   xedit-focus() popup-menu(fileMenu)\n\
2257 -c l @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
2258 -c @Num_Lock<Btn2Down>:xedit-focus() popup-menu(editMenu)\n\
2259 -c l<Btn2Down>: xedit-focus() popup-menu(editMenu)\n\
2260 -c<Btn2Down>:   xedit-focus() popup-menu(editMenu)\n\
2261 -c l @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
2262 -c @Num_Lock<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
2263 -c l<Btn3Down>:xedit-focus() popup-menu(optionsMenu)\n\
2264 -c<Btn3Down>:   xedit-focus() popup-menu(optionsMenu)\n\
2265 -<Btn1Down>:    xedit-focus() select-start()\n\
2266 -<Btn4Down>:    scroll-one-line-down()\n\
2267 -<Btn5Down>:    scroll-one-line-up()
2268 -
2269 -*filename.?.pieceSize:                 256
2270 -*filename.translations: #override \
2271 -c<Key>S:       no-op(r)\n\
2272 -c<Key>R:       no-op(r)\n\
2273 -m<Key>I:       no-op(r)\n\
2274 -c<Key>G:       cancel-find-file()\n\
2275 -<Key>Return:   load-file()\n\
2276 -<Key>Tab:      file-completion(h)\n\
2277 -<Key>Escape:   cancel-find-file()\n\
2278 -<Enter>:       no-op()\n\
2279 -<Leave>:       no-op()\n\
2280 -<Btn1Down>:    set-keyboard-focus() select-start()
2281 -
2282 -*ispell.translations:  #override \
2283 -<Message>WM_PROTOCOLS: ispell(end)
2284 -
2285 -! Sample dictionary, word chars and text mode resources setup
2286 -!*ispell.dictionary:                   br
2287 -!*ispell.dictionaries:                 br american americanmed+ english
2288 -!*ispell*br.wordChars:                 áéíóúçÁÉÍÓÚÇàÀâêôÂÊÔüÜãõÃÕ-
2289 -*ispell.ispellCommand:                 /usr/bin/aspell -B -m
2290 -*ispell.lookCommand:                   /bin/egrep
2291 -!*ispell*text.skipLines:               .#
2292 -
2293 -*ispell.geometry:                      0x0
2294 -*ispell.minWidth:                      320
2295 -*ispell.minHeight:                     245
2296 -*ispell*Label.borderWidth:             0
2297 -*ispell*Label.internalHeight:          4
2298 -*ispell*Label.justify:                 right
2299 -*ispell*Label.width:                   112
2300 -*ispell*Label.left:                    chainLeft
2301 -*ispell*Label.right:                   chainLeft
2302 -*ispell*Label.top:                     chainTop
2303 -*ispell*Label.bottom:                  chainTop
2304 -*ispell*mispelled.label:               Misspelled word:
2305 -*ispell*mispelled.top:                 chainTop
2306 -*ispell*mispelled.bottom:              chainTop
2307 -*ispell*mispelled.internalWidth:       0
2308 -*ispell*repeated.label:                        Repeated words:
2309 -*ispell*repeated.internalWidth:                0
2310 -*ispell*replacement.label:             Replace with:
2311 -*ispell*word.fromHoriz:                        mispelled
2312 -*ispell*word.justify:                  left
2313 -*ispell*word.borderWidth:              1
2314 -*ispell*word.internalWidth:            4
2315 -*ispell*word.internalHeight:           3
2316 -*ispell*word.width:                    194
2317 -*ispell*word.left:                     chainLeft
2318 -*ispell*word.right:                    chainRight
2319 -*ispell*word.top:                      chainTop
2320 -*ispell*word.bottom:                   chainTop
2321 -*ispell*word.label:
2322 -*ispell*word.tip:                      Press here to select this text
2323 -*ispell*word.highlightThickness:       0
2324 -*ispell*text.fromHoriz:                        replacement
2325 -*ispell*replacement.fromVert:          mispelled
2326 -*ispell*replacement.internalWidth:     0
2327 -*ispell*form.text.fromVert:            word
2328 -*ispell*form.text.width:               194
2329 -*ispell*form.text.top:                 chainTop
2330 -*ispell*form.text.bottom:              chainTop
2331 -*ispell*form.text.left:                        chainLeft
2332 -*ispell*form.text.right:               chainRight
2333 -*ispell*form.text.leftMargin:          4
2334 -*ispell*form.text.?.pieceSize:         256
2335 -*ispell*suggestions.label:             Suggestions:
2336 -*ispell*suggestions.fromVert:          replacement
2337 -*ispell*suggestions.internalWidth:     0
2338 -*ispell*viewport.fromHoriz:            suggestions
2339 -*ispell*viewport.fromVert:             text
2340 -*ispell*viewport.width:                        194
2341 -*ispell*viewport.height:               143
2342 -*ispell*viewport.top:                  chainTop
2343 -*ispell*viewport.bottom:               chainBottom
2344 -*ispell*viewport.left:                 chainLeft
2345 -*ispell*viewport.right:                        chainRight
2346 -*ispell*viewport.forceBars:            1
2347 -*ispell*viewport.allowVert:            1
2348 -*ispell*list.defaultColumns:           1
2349 -*ispell*list.longest:                  16384
2350 -*ispell*commands.vertDistance:         5
2351 -*ispell*commands.fromVert:             suggestions
2352 -*ispell*commands.top:                  chainBottom
2353 -*ispell*commands.bottom:               chainBottom
2354 -*ispell*commands.right:                        chainLeft
2355 -*ispell*commands.left:                 chainLeft
2356 -*ispell*check.label:                   Check
2357 -*ispell*check.width:                   54
2358 -*ispell*check.tip:                     Ask ispell about the word in the text field
2359 -*ispell*look.label:                    Look
2360 -*ispell*look.fromHoriz:                        check
2361 -*ispell*look.horizDistance:            0
2362 -*ispell*look.width:                    46
2363 -*ispell*look.tip:                      Runs the look command
2364 -*ispell*undo.fromVert:                 check
2365 -*ispell*undo.label:                    Undo
2366 -*ispell*undo.width:                    102
2367 -*ispell*undo.tip:                      Undo last action
2368 -*ispell*replace.fromVert:              undo
2369 -*ispell*replace.label:                 Replace
2370 -*ispell*replace.tip:                   Replace occurence of the word
2371 -*ispell*replaceAll.fromVert:           undo
2372 -*ispell*replaceAll.fromHoriz:          replace
2373 -*ispell*replaceAll.label:              All
2374 -*ispell*replaceAll.tip:                        Replace all occurences of the word
2375 -*ispell*ignore.fromVert:               replace
2376 -*ispell*ignore.label:                  Ignore
2377 -*ispell*ignore.tip:                    Ignore this word
2378 -*ispell*ignoreAll.fromVert:            replaceAll
2379 -*ispell*ignoreAll.fromHoriz:           ignore
2380 -*ispell*ignoreAll.label:               All
2381 -*ispell*ignoreAll.tip:                 Ignore all ocurrences of the word
2382 -*ispell*add.fromVert:                  ignore
2383 -*ispell*add.label:                     Add
2384 -*ispell*add.width:                     50
2385 -*ispell*add.tip:                       Add word to your private dictionary
2386 -*ispell*addUncap.fromVert:             ignoreAll
2387 -*ispell*addUncap.fromHoriz:            add
2388 -*ispell*addUncap.label:                        Uncap
2389 -*ispell*addUncap.horizDistance:                0
2390 -*ispell*addUncap.width:                        50
2391 -*ispell*addUncap.tip:                  Add word uncapitalized, to your private dictionary
2392 -*ispell*suspend.fromVert:              add
2393 -*ispell*suspend.label:                 Suspend
2394 -*ispell*suspend.width:                 57
2395 -*ispell*suspend.tip:                   Suspend ispell execution
2396 -*ispell*cancel.fromHoriz:              suspend
2397 -*ispell*cancel.fromVert:               addUncap
2398 -*ispell*cancel.label:                  Close
2399 -*ispell*cancel.width:                  43
2400 -*ispell*cancel.horizDistance:          0
2401 -*ispell*cancel.tip:                    Terminates ispell process
2402 -*ispell*replace.width:                 65
2403 -*ispell*ignore.width:                  65
2404 -*ispell*replaceAll.width:              35
2405 -*ispell*replaceAll.horizDistance:      0
2406 -*ispell*ignoreAll.width:               35
2407 -*ispell*ignoreAll.horizDistance:       0
2408 -*ispell*terse.fromVert:                        cancel
2409 -*ispell*terse.Label:                   Terse Mode
2410 -*ispell*terse.width:                   104
2411 -*ispell*terse.borderWidth:             0
2412 -*ispell*terse.tip:                     Switch terse mode
2413 -*ispell*status.fromVert:               viewport
2414 -*ispell*status.fromHoriz:              suggestions
2415 -*ispell*status.top:                    chainBottom
2416 -*ispell*status.bottom:                 chainBottom
2417 -*ispell*status.left:                   chainLeft
2418 -*ispell*status.right:                  chainRight
2419 -*ispell*status.width:                  194
2420 -*ispell*status.borderWidth:            1
2421 -*ispell*status.justify:                        left
2422 -*ispell*status.internalHeight:         2
2423 -*ispell*status.vertDistance:           2
2424 -*ispell*options.fromVert:              status
2425 -*ispell*options.fromHoriz:             commands
2426 -*ispell*options.bottom:                        chainBottom
2427 -*ispell*options.top:                   chainBottom
2428 -*ispell*options.left:                  chainLeft
2429 -*ispell*options.right:                 chainRight
2430 -*ispell*options.dict.width:            121
2431 -*ispell*options.horizDistance:         2
2432 -*ispell*options.vertDistance:          2
2433 -*ispell*options.defaultDistance:       2
2434 -*ispell*dict.highlightThickness:       0
2435 -*ispell*dict.justify:                  left
2436 -*ispell*dict.resizable:                        False
2437 -*ispell*dict.leftBitmap:               menu12
2438 -*ispell*dict.label:                    Dictionary
2439 -*ispell*dict.tip:                      Change dictionary
2440 -*ispell*options.format.width:          65
2441 -*ispell*format.highlightThickness:     0
2442 -*ispell*format.justify:                        left
2443 -*ispell*format.resizable:              False
2444 -*ispell*format.leftBitmap:             menu12
2445 -*ispell*format.fromHoriz:              dict
2446 -*ispell*format.horizDistance:          0
2447 -*ispell*format.tip:                    Select text type
2448 -
2449 -*columns.minWidth:                     140
2450 -*columns.minHeight:                    76
2451 -*columns.maxWidth:                     140
2452 -*columns.maxHeight:                    76
2453 -*columns.form*defaultDistance:         4
2454 -*columns*left:                         chainLeft
2455 -*columns*right:                                chainLeft
2456 -*columns*top:                          chainTop
2457 -*columns*bottom:                       chainTop
2458 -*columns*Label.width:                  96
2459 -*columns*Label.borderWidth:            0
2460 -*columns*Label.internalHeight:         4
2461 -*columns*Label.internalWidth:          2
2462 -*columns*Label.justify:                        right
2463 -*columns*Text.width:                   30
2464 -*columns*Command.width:                        58
2465 -*columns*leftLabel.label:              Left Column:
2466 -*columns*left.fromHoriz:               leftLabel
2467 -*columns*rightLabel.label:             Right Column:
2468 -*columns*rightLabel.fromVert:          leftLabel
2469 -*columns*right.fromHoriz:              rightLabel
2470 -*columns*right.fromVert:               left
2471 -*columns*ok.fromVert:                  rightLabel
2472 -*columns*cancel.fromHoriz:             ok
2473 -*columns*cancel.fromVert:              rightLabel
2474 -*columns*cancel.horizDistance:         12
2475 -*columns*Text.?.pieceSize:             8
2476 -
2477 -*columns*Text.translations: #override \
2478 -c<Key>S:       no-op(r)\n\
2479 -c<Key>R:       no-op(r)\n\
2480 -m<Key>I:       no-op(r)\n\
2481 -<Key>Return:   set-columns(ok)\n\
2482 -<Key>Tab:      change-field()\n\
2483 -c<Key>G:       set-columns(cancel)\n\
2484 -<Key>Escape:   set-columns(cancel)\n\
2485 -<Enter>:       no-op()\n\
2486 -<Leave>:       no-op()\n\
2487 -<Btn1Down>:    set-keyboard-focus() select-start()
2488 -
2489 -*columns.translations: #override \
2490 -<Message>WM_PROTOCOLS: set-columns(cancel)
2491 -
2492 -! Use "white" as background for printing
2493 -*printshell*background:   white
2494 -
2495 -! Print dialog
2496 -*printdialogshell*geometry:                       600x120
2497 -*printdialogshell*title:                          Print
2498 -*printdialogshell*main*ok.fromVert:               innerform
2499 -*printdialogshell*main*ok.label:                  Print
2500 -*printdialogshell*main*ok.tip:                    Print
2501 -*printdialogshell*main*setup.fromHoriz:           ok
2502 -*printdialogshell*main*setup.fromVert:            innerform
2503 -*printdialogshell*main*setup.label:               Setup...
2504 -*printdialogshell*main*setup.tip:                 Configure print job options (page size, orientation, etc.)
2505 -*printdialogshell*main*cancel.fromHoriz:          setup
2506 -*printdialogshell*main*cancel.fromVert:           innerform
2507 -*printdialogshell*main*cancel.label:              Cancel
2508 -*printdialogshell*main*cancel.tip:                Cancel printing
2509 -*printdialogshell*main*desclabel.label:           Printer Description:
2510 -*printdialogshell*main*desclabel.tip:             Short description of printer
2511 -*printdialogshell*main*desc.fromHoriz:            desclabel
2512 -*printdialogshell*main*desc.tip:                  Short description of printer
2513 -*printdialogshell*main*info.fromHoriz:            desc
2514 -*printdialogshell*main*info.label:                Printer info...
2515 -*printdialogshell*main*info.tip:                  Display additional information about this printer
2516 -*printdialogshell*main*namelabel.fromVert:        desclabel
2517 -*printdialogshell*main*namelabel.label:           Printer Name:
2518 -*printdialogshell*main*namelabel.tip:             Name of selected printer
2519 -*printdialogshell*main*name.fromHoriz:            namelabel
2520 -*printdialogshell*main*name.fromVert:             desclabel
2521 -*printdialogshell*main*name.tip:                  Name of selected printer
2522 -*printdialogshell*main*selectprinter.fromHoriz:   name
2523 -*printdialogshell*main*selectprinter.fromVert:    desclabel
2524 -*printdialogshell*main*selectprinter.label:       Select Printer...
2525 -*printdialogshell*main*selectprinter.label:       Select Printer...
2526 -*printdialogshell*main*selectprinter.tip:         Select a different printer
2527 -*printdialogshell*main*filenamelabel.fromVert:    namelabel
2528 -*printdialogshell*main*filenamelabel.label:       File Name:
2529 -*printdialogshell*main*filenamelabel.tip:         File where the output should be stored
2530 -*printdialogshell*main*filename.fromHoriz:        filenamelabel
2531 -*printdialogshell*main*filename.fromVert:         namelabel
2532 -*printdialogshell*main*filename.tip:              File where the output should be stored
2533 -*printdialogshell*main*selectfile.fromHoriz:      filename
2534 -*printdialogshell*main*selectfile.fromVert:       namelabel
2535 -*printdialogshell*main*selectfile.label:          Select File...
2536 -*printdialogshell*main*selectfile.tip:            Select file where the output should be stored
2537 -*printdialogshell*main*printtoprinter.fromVert:   filenamelabel
2538 -*printdialogshell*main*printtoprinter.label:      Print to Printer
2539 -*printdialogshell*main*printtoprinter.tip:        Send print job to printer
2540 -*printdialogshell*main*printtofile.fromVert:      filenamelabel
2541 -*printdialogshell*main*printtofile.fromHoriz:     printtoprinter
2542 -*printdialogshell*main*printtofile.label:         Print to File
2543 -*printdialogshell*main*printtofile.tip:           Save print job in a file
2544 -
2545 -! Print job options dialog
2546 -*printdialogshell*setup*geometry:                     600x400
2547 -*printdialogshell*setup*title:                        Print: Print job options
2548 -*printdialogshell*setup*ok.fromVert:                  list
2549 -*printdialogshell*setup*ok.label:                     OK
2550 -*printdialogshell*setup*ok.tip:                       Commit changes
2551 -*printdialogshell*setup*cancel.fromHoriz:             ok
2552 -*printdialogshell*setup*cancel.fromVert:              list
2553 -*printdialogshell*setup*cancel.label:                 Cancel
2554 -*printdialogshell*setup*cancel.tip:                   Cancel and reset to defaults
2555 -*printdialogshell*setup*paperlist.tip:                Select paper size
2556 -*printdialogshell*setup*resolutionlist.fromHoriz:     paperlist
2557 -*printdialogshell*setup*resolutionlist.tip:           Select page resolution
2558 -*printdialogshell*setup*orientationlist.fromHoriz:    resolutionlist
2559 -*printdialogshell*setup*orientationlist.tip:          Select page orientation
2560 -*printdialogshell*setup*plexlist.fromHoriz:           orientationlist
2561 -*printdialogshell*setup*plexlist.tip:                 Select page plex mode (simplex, duplex, etc.)
2562 -*printdialogshell*setup*colorspacelist.fromHoriz:     plexlist
2563 -*printdialogshell*setup*colorspacelist.tip:           Select color space (color, grayscale, CYMK, etc.)
2564 -*printdialogshell*setup*jobcopieslabel.fromVert:      paperlist
2565 -*printdialogshell*setup*jobcopieslabel.tip:           Set number of job copies
2566 -*printdialogshell*setup*jobcopieslabel.label:         Job Copies:
2567 -*printdialogshell*setup*jobcopies.fromHoriz:          jobcopieslabel
2568 -*printdialogshell*setup*jobcopies.fromVert:           paperlist
2569 -*printdialogshell*setup*jobcopies.tip:                Set number of job copies
2570 -
2571 -! Printer selection
2572 -*printdialogshell*printerselection*geometry:          400x150
2573 -*printdialogshell*printerselection*title:             Print: Select printer
2574 -*printdialogshell*printerselection*ok.fromVert:       list
2575 -*printdialogshell*printerselection*ok.label:          OK
2576 -*printdialogshell*printerselection*ok.tip:            Switch printer
2577 -*printdialogshell*printerselection*cancel.fromHoriz:  ok
2578 -*printdialogshell*printerselection*cancel.fromVert:   list
2579 -*printdialogshell*printerselection*cancel.label:      Cancel
2580 -*printdialogshell*printerselection*cancel.tip:        Cancel printer selection
2581 -*printdialogshell*printerselection*list.tip:          Select printer name from list
2582 -
2583 -! Select job file
2584 -*printdialogshell*selectfile*geometry:          400x80
2585 -*printdialogshell*selectfile*title:             Print: Select job file
2586 -*printdialogshell*selectfile*dialog.label:      Select Filename:
2587 -
2588 -! EOF.