7197ea87fff7d2f274afd8d2b2e65943cfc13e38
[chise/xemacs-chise.git.1] / man / xemacs-faq.texi
1 \input texinfo.tex      @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename ../info/xemacs-faq.info
4 @settitle Frequently asked questions about XEmacs
5 @setchapternewpage off
6 @c %**end of header
7 @finalout
8 @titlepage
9 @title XEmacs FAQ
10 @subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2000/01/27 17:11:28 $
11 @sp 1
12 @author Tony Rossini <rossini@@biostat.washington.edu>
13 @author Ben Wing <ben@@xemacs.org>
14 @author Chuck Thompson <cthomp@@xemacs.org>
15 @author Steve Baur <steve@@xemacs.org>
16 @author Andreas Kaempf <andreas@@sccon.com>
17 @author Christian Nyb@o{} <chr@@mediascience.no>
18 @author Sandra Wambold <wambold@@xemacs.org>
19 @page
20 @end titlepage
21
22 @ifinfo
23 @dircategory XEmacs Editor
24 @direntry
25 * FAQ: (xemacs-faq).            XEmacs FAQ.
26 @end direntry
27 @end ifinfo
28
29 @node Top, Introduction, (dir), (dir)
30 @top XEmacs FAQ
31 @unnumbered Introduction
32
33 This is the guide to the XEmacs Frequently Asked Questions list---a
34 compendium of questions and answers pertaining to one of the finest
35 programs ever written.  It is much more than just a Text Editor.
36
37 This FAQ is freely redistributable.  I take no liability for the
38 correctness and safety of any procedures or advice given here.  This
39 FAQ is distributed in the hope that it will be useful, but WITHOUT ANY
40 WARRANTY; without even the implied warranty of MERCHANTABILITY or
41 FITNESS FOR A PARTICULAR PURPOSE.
42
43 If you have a Web browser, the official hypertext version is at
44 @iftex
45 @*
46 @end iftex
47 @uref{http://www.xemacs.org/faq/xemacs-faq.html}.
48
49 This version is somewhat nicer than the unofficial hypertext versions
50 that are archived at Utrecht, Oxford, Smart Pages, and other FAQ
51 archives.
52
53 @ifset CANONICAL
54 @html
55 This document is available in several different formats:
56 @itemize @bullet
57 @item
58 @uref{xemacs-faq.txt, As a single ASCII file}, produced by
59 @code{makeinfo --no-headers}
60 @item
61 @uref{xemacs-faq.dvi, As a .dvi file}, as used with
62 @uref{http://www.tug.org, TeX.}
63 @item
64 As a PostScript file @uref{xemacs-faq-a4.ps, in A4 format},
65 as well as in @uref{xemacs-faq-letter.ps, letter format}
66 @item
67 In html format, @uref{xemacs-faq_1.html, split by chapter}, or in
68 @uref{xemacs-faq.html, one monolithic} document.
69 @item
70 The canonical version of the FAQ is the texinfo document
71 @uref{xemacs-faq.texi, man/xemacs-faq.texi}.
72 @item
73 If you do not have makeinfo installed, you may @uref{xemacs-faq.info,
74 download the faq} in info format, and install it in @file{<XEmacs
75 library directory>/info/}. For example in
76 @file{/usr/local/lib/xemacs-20.4/info/}.
77
78 @end itemize
79
80 @end html
81
82 @end ifset
83
84 @c end ifset points to CANONICAL
85
86 @menu
87 * Introduction::        Introduction, Policy, Credits.
88 * Installation::        Installation and Trouble Shooting.
89 * Customization::       Customization and Options.
90 * Subsystems::          Major Subsystems.
91 * Miscellaneous::       The Miscellaneous Stuff.
92 * MS Windows::          XEmacs on Microsoft Windows.
93 * Current Events::      What the Future Holds.
94
95 @detailmenu
96
97  --- The Detailed Node Listing ---
98
99 Introduction, Policy, Credits
100
101 * Q1.0.1::      What is XEmacs?
102 * Q1.0.2::      What is the current version of XEmacs?
103 * Q1.0.3::      Where can I find it?
104 * Q1.0.4::      Why Another Version of Emacs?
105 * Q1.0.5::      Why Haven't XEmacs and GNU Emacs Merged?
106 * Q1.0.6::      Where can I get help?
107 * Q1.0.7::      Where is the mailing list archived?
108 * Q1.0.8::      How do you pronounce XEmacs?
109 * Q1.0.9::      What does XEmacs look like?
110 * Q1.0.10::     Is there a port of XEmacs to Microsoft ('95 or NT)?
111 * Q1.0.11::     Is there a port of XEmacs to the Macintosh?
112 * Q1.0.12::     Is there a port of XEmacs to NextStep?
113 * Q1.0.13::     Is there a port of XEmacs to OS/2?
114 * Q1.0.14::     Where can I get a printed copy of the XEmacs users manual?
115
116 Policies:
117 * Q1.1.1::      What is the FAQ editorial policy?
118 * Q1.1.2::      How do I become a Beta Tester?
119 * Q1.1.3::      How do I contribute to XEmacs itself?
120
121 Credits:
122 * Q1.2.1::      Who wrote XEmacs?
123 * Q1.2.2::      Who contributed to this version of the FAQ?
124 * Q1.2.3::      Who contributed to the FAQ in the past?
125
126 Internationalization:
127 * Q1.3.1::      What is the status of XEmacs v20?
128 * Q1.3.2::      What is the status of Asian-language support, aka @var{mule}?
129 * Q1.3.3::      How do I type non-ASCII characters?
130 * Q1.3.4::      Can XEmacs messages come out in a different language?
131 * Q1.3.5::      Please explain the various input methods in MULE/XEmacs 20.0
132 * Q1.3.6::      How do I portably code for MULE/XEmacs 20.0?
133 * Q1.3.7::      How about Cyrillic Modes?
134
135 Getting Started:
136 * Q1.4.1::      What is a @file{.emacs} and is there a sample one?
137 * Q1.4.2::      Can I use the same @file{.emacs} with the other Emacs?
138 * Q1.4.3::      Any good XEmacs tutorials around?
139 * Q1.4.4::      May I see an example of a useful XEmacs Lisp function?
140 * Q1.4.5::      And how do I bind it to a key?
141 * Q1.4.6::      What's the difference between a macro and a function?
142
143 Installation and Trouble Shooting
144
145 * Q2.0.1::      Running XEmacs without installing.
146 * Q2.0.2::      XEmacs is too big.
147 * Q2.0.3::      Compiling XEmacs with Netaudio.
148 * Q2.0.4::      Problems with Linux and ncurses.
149 * Q2.0.5::      Do I need X11 to run XEmacs?
150 * Q2.0.6::      I'm having strange crashes.  What do I do?
151 * Q2.0.7::      Libraries in non-standard locations.
152 * Q2.0.8::      can't resolve symbol _h_errno
153 * Q2.0.9::      Where do I find external libraries?
154 * Q2.0.10::     After I run configure I find a coredump, is something wrong?
155 * Q2.0.11::     XEmacs can't resolve host names.
156 * Q2.0.12::     Why can't I strip XEmacs?
157
158 Trouble Shooting:
159 * Q2.1.1::      XEmacs just crashed on me!
160 * Q2.1.2::      Cryptic Minibuffer messages.
161 * Q2.1.3::      Translation Table Syntax messages at Startup.
162 * Q2.1.4::      Startup warnings about deducing proper fonts?
163 * Q2.1.5::      XEmacs cannot connect to my X Terminal.
164 * Q2.1.6::      XEmacs just locked up my Linux X server.
165 * Q2.1.7::      HP Alt key as Meta.
166 * Q2.1.8::      got (wrong-type-argument color-instance-p nil)!
167 * Q2.1.9::      XEmacs causes my OpenWindows 3.0 server to crash.
168 * Q2.1.10::     Warnings from incorrect key modifiers.
169 * Q2.1.11::     Can't instantiate image error... in toolbar
170 * Q2.1.12::     Regular Expression Problems on DEC OSF1.
171 * Q2.1.13::     HP/UX 10.10 and @code{create_process} failure
172 * Q2.1.14::     @kbd{C-g} doesn't work for me.  Is it broken?
173 * Q2.1.15::     How to debug an XEmacs problem with a debugger.
174 * Q2.1.16::     XEmacs crashes in @code{strcat} on HP/UX 10.
175 * Q2.1.17::     @samp{Marker does not point anywhere}.
176 * Q2.1.18::     [This question intentionally left blank]
177 * Q2.1.19::     XEmacs does not follow the local timezone.
178 * Q2.1.20::     @samp{Symbol's function definition is void: hkey-help-show.}
179 * Q2.1.21::     [This question intentionally left blank]
180 * Q2.1.22::     XEmacs seems to take a really long time to do some things.
181 * Q2.1.23::     Movemail on Linux does not work for XEmacs 19.15 and later.
182 * Q2.1.24::     XEmacs won't start without network. (NEW)
183
184 Customization and Options
185
186 * Q3.0.1::      What version of Emacs am I running?
187 * Q3.0.2::      How do I evaluate Elisp expressions?
188 * Q3.0.3::      @code{(setq tab-width 6)} behaves oddly.
189 * Q3.0.4::      How can I add directories to the @code{load-path}?
190 * Q3.0.5::      How to check if a lisp function is defined?
191 * Q3.0.6::      Can I force the output of @code{(face-list)} to a buffer?
192 * Q3.0.7::      Font selections don't get saved after @code{Save Options}.
193 * Q3.0.8::      How do I make a single minibuffer frame?
194 * Q3.0.9::      What is @code{Customize}?
195
196 X Window System & Resources:
197 * Q3.1.1::      Where is a list of X resources?
198 * Q3.1.2::      How can I detect a color display?
199 * Q3.1.3::      [This question intentionally left blank]
200 * Q3.1.4::      [This question intentionally left blank]
201 * Q3.1.5::      How can I get the icon to just say @samp{XEmacs}?
202 * Q3.1.6::      How can I have the window title area display the full path?
203 * Q3.1.7::      @samp{xemacs -name junk} doesn't work?
204 * Q3.1.8::      @samp{-iconic} doesn't work.
205
206 Textual Fonts & Colors:
207 * Q3.2.1::      How can I set color options from @file{.emacs}?
208 * Q3.2.2::      How do I set the text, menu and modeline fonts?
209 * Q3.2.3::      How can I set the colors when highlighting a region?
210 * Q3.2.4::      How can I limit color map usage?
211 * Q3.2.5::      My tty supports color, but XEmacs doesn't use them.
212 * Q3.2.6::      Can I have pixmap backgrounds in XEmacs?
213
214 The Modeline:
215 * Q3.3.1::      How can I make the modeline go away?
216 * Q3.3.2::      How do you have XEmacs display the line number in the modeline?
217 * Q3.3.3::      How do I get XEmacs to put the time of day on the modeline?
218 * Q3.3.4::      How do I turn off current chapter from AUC TeX modeline?
219 * Q3.3.5::      How can one change the modeline color based on the mode used?
220
221 Multiple Device Support:
222 * Q3.4.1::      How do I open a frame on another screen of my multi-headed display?
223 * Q3.4.2::      Can I really connect to a running XEmacs after calling up over a modem?  How?
224
225 The Keyboard:
226 * Q3.5.1::      How can I bind complex functions (or macros) to keys?
227 * Q3.5.2::      How can I stop down-arrow from adding empty lines to the bottom of my buffers?
228 * Q3.5.3::      How do I bind C-. and C-; to scroll one line up and down?
229 * Q3.5.4::      Globally binding @kbd{Delete}?
230 * Q3.5.5::      Scrolling one line at a time.
231 * Q3.5.6::      How to map @kbd{Help} key alone on Sun type4 keyboard?
232 * Q3.5.7::      How can you type in special characters in XEmacs?
233 * Q3.5.8::      Why does @code{(global-set-key [delete-forward] 'delete-char)} complain?
234 * Q3.5.9::      How do I make the Delete key delete forward?
235 * Q3.5.10::     Can I turn on @dfn{sticky} modifier keys?
236 * Q3.5.11::     How do I map the arrow keys?
237
238 The Cursor:
239 * Q3.6.1::      Is there a way to make the bar cursor thicker?
240 * Q3.6.2::      Is there a way to get back the old block cursor where the cursor covers the character in front of the point?
241 * Q3.6.3::      Can I make the cursor blink?
242
243 The Mouse and Highlighting:
244 * Q3.7.1::      How can I turn off Mouse pasting?
245 * Q3.7.2::      How do I set control/meta/etc modifiers on mouse buttons?
246 * Q3.7.3::      Clicking the left button does not do anything in buffer list.
247 * Q3.7.4::      How can I get a list of buffers when I hit mouse button 3?
248 * Q3.7.5::      Why does cut-and-paste not work between XEmacs and a cmdtool?
249 * Q3.7.6::      How I can set XEmacs up so that it pastes where the text cursor is?
250 * Q3.7.7::      How do I select a rectangular region?
251 * Q3.7.8::      Why does @kbd{M-w} take so long?
252
253 The Menubar and Toolbar:
254 * Q3.8.1::      How do I get rid of the menu (or menubar)?
255 * Q3.8.2::      Can I customize the basic menubar?
256 * Q3.8.3::      How do I control how many buffers are listed in the menu @code{Buffers} list?
257 * Q3.8.4::      Resources like @code{Emacs*menubar*font} are not working?
258 * Q3.8.5::      How can I bind a key to a function to toggle the toolbar?
259
260 Scrollbars:
261 * Q3.9.1::      How can I disable the scrollbar?
262 * Q3.9.2::      How can one use resources to change scrollbar colors?
263 * Q3.9.3::      Moving the scrollbar can move the point; can I disable this?
264 * Q3.9.4::      How can I get automatic horizontal scrolling?
265
266 Text Selections:
267 * Q3.10.1::     How can I turn off or change highlighted selections?
268 * Q3.10.2::     How do I get that typing on an active region removes it?
269 * Q3.10.3::     Can I turn off the highlight during isearch?
270 * Q3.10.4::     How do I turn off highlighting after @kbd{C-x C-p} (mark-page)?
271 * Q3.10.5::     The region disappears when I hit the end of buffer while scrolling.
272
273 Major Subsystems
274
275 * Q4.0.1::      How do I set up VM to retrieve remote mail using POP?
276 * Q4.0.2::      How do I get VM to filter mail for me?
277 * Q4.0.3::      How can I get VM to automatically check for new mail?
278 * Q4.0.4::      [This question intentionally left blank]
279 * Q4.0.5::      How do I get my outgoing mail archived?
280 * Q4.0.6::      I have various addresses at which I receive mail.  How can I tell VM to ignore them when doing a "reply-all"?
281 * Q4.0.7::      Is there a mailing list or FAQ for VM?
282 * Q4.0.8::      Remote mail reading with VM.
283 * Q4.0.9::      rmail or VM gets an error incorporating new mail.
284 * Q4.0.10::     How do I make VM stay in a single frame?
285 * Q4.0.11::     How do I make VM or mh-e display graphical smilies?
286 * Q4.0.12::     Customization of VM not covered in the manual or here.
287
288 Web browsing with W3:
289 * Q4.1.1::      What is W3?
290 * Q4.1.2::      How do I run W3 from behind a firewall?
291 * Q4.1.3::      Is it true that W3 supports style sheets and tables?
292
293 Reading Netnews and Mail with Gnus:
294 * Q4.2.1::      GNUS, (ding) Gnus, Gnus 5, September Gnus, Red Gnus, Quassia Gnus, argh!
295 * Q4.2.2::      [This question intentionally left blank]
296 * Q4.2.3::      How do I make Gnus stay within a single frame?
297 * Q4.2.4::      How do I customize the From: line?
298
299 Other Mail & News:
300 * Q4.3.1::      How can I read and/or compose MIME messages?
301 * Q4.3.2::      What is TM and where do I get it?
302 * Q4.3.3::      Why isn't this @code{movemail} program working?
303 * Q4.3.4::      Movemail is also distributed by Netscape?  Can that cause problems?
304 * Q4.3.5::      Where do I find pstogif (required by tm)?
305
306 Sparcworks, EOS, and WorkShop:
307 * Q4.4.1::      What is SPARCworks, EOS, and WorkShop
308 * Q4.4.2::      How do I start the Sun Workshop support in XEmacs 21?
309
310 Energize:
311 * Q4.5.1::      What is/was Energize?
312
313 Infodock:
314 * Q4.6.1::      What is Infodock?
315
316 Other Unbundled Packages:
317 * Q4.7.1::      What is AUC TeX?  Where do you get it?
318 * Q4.7.2::      Are there any Emacs Lisp Spreadsheets?
319 * Q4.7.3::      [This question intentionally left blank]
320 * Q4.7.4::      Problems installing AUC TeX
321 * Q4.7.5::      Is there a reason for an Emacs package not to be included in XEmacs?
322 * Q4.7.6::      Is there a MatLab mode?
323
324 The Miscellaneous Stuff
325
326 * Q5.0.1::      How can I do source code highlighting using font-lock?
327 * Q5.0.2::      I do not like cc-mode.  How do I use the old c-mode?
328 * Q5.0.3::      How do I get @samp{More} Syntax Highlighting on by default?
329 * Q5.0.4::      How can I enable auto-indent?
330 * Q5.0.5::      How can I get XEmacs to come up in text/auto-fill mode by default?
331 * Q5.0.6::      How do I start up a second shell buffer?
332 * Q5.0.7::      Telnet from shell filters too much.
333 * Q5.0.8::      Why does edt emulation not work?
334 * Q5.0.9::      How can I emulate VI and use it as my default mode?
335 * Q5.0.10::     [This question intentionally left blank]
336 * Q5.0.11::     How do I turn on filladapt for all buffers?
337 * Q5.0.12::     How do I disable gnuserv from opening a new frame?
338 * Q5.0.13::     How do I start gnuserv so that each subsequent XEmacs is a client?
339 * Q5.0.14::     Strange things are happening in Shell Mode.
340 * Q5.0.15::     Where do I get the latest CC Mode?
341 * Q5.0.16::     I find auto-show-mode disconcerting.  How do I turn it off?
342 * Q5.0.17::     How can I get two instances of info?
343 * Q5.0.18::     [This question intentionally left blank]
344 * Q5.0.19::     Is there something better than LaTeX mode?
345 * Q5.0.20::     Is there a way to start a new XEmacs if there's no gnuserv running, and otherwise use gnuclient?
346
347 Emacs Lisp Programming Techniques:
348 * Q5.1.1::      The difference in key sequences between XEmacs and GNU Emacs?
349 * Q5.1.2::      Can I generate "fake" keyboard events?
350 * Q5.1.3::      Could you explain @code{read-kbd-macro} in more detail?
351 * Q5.1.4::      What is the performance hit of @code{let}?
352 * Q5.1.5::      What is the recommended use of @code{setq}?
353 * Q5.1.6::      What is the typical misuse of @code{setq} ?
354 * Q5.1.7::      I like the the @code{do} form of cl, does it slow things down?
355 * Q5.1.8::      I like recursion, does it slow things down?
356 * Q5.1.9::      How do I put a glyph as annotation in a buffer?
357 * Q5.1.10::     @code{map-extents} won't traverse all of my extents!
358 * Q5.1.11::     My elisp program is horribly slow.  Is there an easy way to find out where it spends time?
359
360 Sound:
361 * Q5.2.1::      How do I turn off the sound?
362 * Q5.2.2::      How do I get funky sounds instead of a boring beep?
363 * Q5.2.3::      What's NAS, how do I get it?
364 * Q5.2.4::      Sunsite sounds don't play.
365
366 Miscellaneous:
367 * Q5.3.1::      How do you make XEmacs indent CL if-clauses correctly?
368 * Q5.3.2::      Fontifying hangs when editing a postscript file.
369 * Q5.3.3::      How can I print WYSIWYG a font-locked buffer?
370 * Q5.3.4::      Getting @kbd{M-x lpr} to work with postscript printer.
371 * Q5.3.5::      How do I specify the paths that XEmacs uses for finding files?
372 * Q5.3.6::      [This question intentionally left blank]
373 * Q5.3.7::      Can I have the end of the buffer delimited in some way?
374 * Q5.3.8::      How do I insert today's date into a buffer?
375 * Q5.3.9::      Are only certain syntactic character classes available for abbrevs?
376 * Q5.3.10::     How can I get those oh-so-neat X-Face lines?
377 * Q5.3.11::     How do I add new Info directories?
378 * Q5.3.12::     What do I need to change to make printing work?
379
380 XEmacs on MS Windows
381
382 General Info:
383 * Q6.0.1::      What is the status of the XEmacs port to Windows?
384 * Q6.0.2::      What flavors of MS Windows are supported?
385 * Q6.0.3::      Are binary kits available?
386 * Q6.0.4::      Does XEmacs on MS Windows require an X server to run?
387
388 Building XEmacs on MS Windows:
389 * Q6.1.1::      I decided to run with X.  Where do I get an X server?
390 * Q6.1.2::      What compiler do I need to compile XEmacs?
391 * Q6.1.3::      How do I compile for the native port?
392 * Q6.1.4::      How do I compile for the X port?
393 * Q6.1.5::      How do I compile for Cygnus' Cygwin?
394 * Q6.1.6::      What do I need for Cygwin?
395
396 Customization and User Interface:
397 * Q6.2.1::      How will the port cope with differences in the Windows user interface?
398 * Q6.2.2::      How do I change fonts in XEmacs on MS Windows?
399 * Q6.2.3::      Where do I put my @file{.emacs} file?
400
401 Miscellaneous:
402 * Q6.3.1::      Will XEmacs rename all the win32-* symbols to w32-*?
403 * Q6.3.2::      What are the differences between the various MS Windows emacsen?
404 * Q6.3.3::      What is the porting team doing at the moment?
405
406 Current Events:
407
408 * Q7.0.1::      What is new in 20.2?
409 * Q7.0.2::      What is new in 20.3?
410 * Q7.0.3::      What is new in 20.4?
411 * Q7.0.4::      Procedural changes in XEmacs development.
412 @end detailmenu
413 @end menu
414
415 @node Introduction, Installation, Top, Top
416 @unnumbered 1 Introduction, Policy, Credits
417
418 Learning XEmacs is a lifelong activity.  Even people who have used Emacs
419 for years keep discovering new features.  Therefore this document cannot
420 be complete.  Instead it is aimed at the person who is either
421 considering XEmacs for their own use, or has just obtained it and is
422 wondering what to do next.  It is also useful as a reference to
423 available resources.
424
425 The previous maintainer of the FAQ was @email{rossini@@biostat.washington.edu,
426 Anthony Rossini}, who started it, after getting tired of hearing JWZ
427 complain about repeatedly having to answer questions.
428 @email{ben@@xemacs.org, Ben Wing} and @email{cthomp@@xemacs.org, Chuck
429 Thompson}, the principal authors of XEmacs, then took over and Ben did
430 a massive update reorganizing the whole thing.  At which point Anthony
431 took back over, but then had to give it up again.  Some of the other
432 contributors to this FAQ are listed later in this document.
433
434 The previous version was converted to hypertext format, and edited by
435 @email{steve@@xemacs.org, Steven L. Baur}.  It was converted back to
436 texinfo by @email{hniksic@@xemacs.org, Hrvoje Niksic}.  The FAQ was then
437 maintained by @email{andreas@@sccon.com, Andreas Kaempf}, who passed it
438 on to ChristianNyb@o{}.
439
440 If you notice any errors or items which should be added or amended to
441 this FAQ please send email to @email{faq@@xemacs.org, Sandra
442 Wambold}.  Include @samp{XEmacs FAQ} on the Subject: line.
443
444 @menu
445 Introduction:
446 * Q1.0.1::      What is XEmacs?
447 * Q1.0.2::      What is the current version of XEmacs?
448 * Q1.0.3::      Where can I find it?
449 * Q1.0.4::      Why Another Version of Emacs?
450 * Q1.0.5::      Why Haven't XEmacs and GNU Emacs Merged?
451 * Q1.0.6::      Where can I get help?
452 * Q1.0.7::      Where is the mailing list archived?
453 * Q1.0.8::      How do you pronounce XEmacs?
454 * Q1.0.9::      What does XEmacs look like?
455 * Q1.0.10::     Is there a port of XEmacs to Microsoft ('95 or NT)?
456 * Q1.0.11::     Is there a port of XEmacs to the Macintosh?
457 * Q1.0.12::     Is there a port of XEmacs to NextStep?
458 * Q1.0.13::     Is there a port of XEmacs to OS/2?
459 * Q1.0.14::     Where can I get a printed copy of the XEmacs users manual?
460
461 Policies:
462 * Q1.1.1::      What is the FAQ editorial policy?
463 * Q1.1.2::      How do I become a Beta Tester?
464 * Q1.1.3::      How do I contribute to XEmacs itself?
465
466 Credits:
467 * Q1.2.1::      Who wrote XEmacs?
468 * Q1.2.2::      Who contributed to this version of the FAQ?
469 * Q1.2.3::      Who contributed to the FAQ in the past?
470
471 Internationalization:
472 * Q1.3.1::      What is the status of XEmacs v20?
473 * Q1.3.2::      What is the status of Asian-language support, aka @var{mule}?
474 * Q1.3.3::      How do I type non-ASCII characters?
475 * Q1.3.4::      Can XEmacs messages come out in a different language?
476 * Q1.3.5::      Please explain the various input methods in MULE/XEmacs 20.0
477 * Q1.3.6::      How do I portably code for MULE/XEmacs 20.0?
478 * Q1.3.7::      How about Cyrillic Modes?
479
480 Getting Started:
481 * Q1.4.1::      What is a @file{.emacs} and is there a sample one?
482 * Q1.4.2::      Can I use the same @file{.emacs} with the other Emacs?
483 * Q1.4.3::      Any good XEmacs tutorials around?
484 * Q1.4.4::      May I see an example of a useful XEmacs Lisp function?
485 * Q1.4.5::      And how do I bind it to a key?
486 * Q1.4.6::      What's the difference between a macro and a function?
487 @end menu
488
489 @node Q1.0.1, Q1.0.2, Introduction, Introduction
490 @unnumberedsec 1.0: Introduction
491 @unnumberedsubsec Q1.0.1: What is XEmacs?
492
493
494 An alternative to GNU Emacs, originally based on an early alpha version
495 of FSF's version 19, and has diverged quite a bit since then.  XEmacs
496 was known as Lucid Emacs through version 19.10.  Almost all features of
497 GNU Emacs are supported in XEmacs.  The maintainers of XEmacs actively
498 track changes to GNU Emacs while also working to add new features.
499
500 @node Q1.0.2, Q1.0.3, Q1.0.1, Introduction
501 @unnumberedsubsec Q1.0.2: What is the current version of XEmacs?
502
503 XEmacs 21.1.8 is the current stable version of XEmacs.
504
505 XEmacs 20.4 is a minor upgrade from 20.3, containing many bugfixes. It
506 was released in February 1998.
507
508 XEmacs 19.16 was the last release of v19, released in November, 1997,
509 which was also the last version without international language support.
510
511 @node Q1.0.3, Q1.0.4, Q1.0.2, Introduction
512 @unnumberedsubsec Q1.0.3: Where can I find it?
513
514 The canonical source and binaries can be found via anonymous FTP at:
515
516 @example
517 @uref{ftp://ftp.xemacs.org/pub/xemacs/}
518 @end example
519
520 @node Q1.0.4, Q1.0.5, Q1.0.3, Introduction
521 @unnumberedsubsec Q1.0.4: Why Another Version of Emacs?
522
523 For a detailed description of the differences between GNU Emacs and
524 XEmacs and a detailed history of XEmacs, check out the
525 @example
526 @uref{http://www.xemacs.org/About/XEmacsVsGNUemacs.html, NEWS file}
527 @end example
528
529 However, here is a list of some of the reasons why we think you might
530 consider using it:
531
532 @itemize @bullet
533 @item
534 It looks nicer.
535
536 @item
537 The XEmacs maintainers are generally more receptive to suggestions than
538 the GNU Emacs maintainers.
539
540 @item
541 Many more bundled packages than GNU Emacs
542
543 @item
544 Binaries are available for many common operating systems.
545
546 @item
547 Face support on TTY's.
548
549 @item
550 A built-in toolbar.
551
552 @item
553 Better Motif compliance.
554
555 @item
556 Some internationalization support (including full MULE support, if
557 compiled with it.)
558
559 @item
560 Variable-width fonts.
561
562 @item
563 Variable-height lines.
564
565 @item
566 Marginal annotations.
567
568 @item
569 ToolTalk support.
570
571 @item
572 XEmacs can be used as an Xt widget, and can be embedded within another
573 application.
574
575 @item
576 Horizontal and vertical scrollbars (using real toolkit scrollbars).
577
578 @item
579 Better APIs (and performance) for attaching fonts, colors, and other
580 properties to text.
581
582 @item
583 The ability to embed arbitrary graphics in a buffer.
584
585 @item
586 Completely compatible (at the C level) with the Xt-based toolkits.
587
588 @item
589 First production Web Browser supporting Style Sheets.
590 @end itemize
591
592 @node Q1.0.5, Q1.0.6, Q1.0.4, Introduction
593 @unnumberedsubsec Q1.0.5: Why Haven't XEmacs and GNU Emacs Merged?
594
595 There are currently irreconcilable differences in the views about
596 technical, programming, design and organizational matters between RMS
597 and the XEmacs development team which provide little hope for a merge to
598 take place in the short-term future.
599
600 If you have a comment to add regarding the merge, it is a good idea to
601 avoid posting to the newsgroups,  because of the very heated flamewars
602 that often result.  Mail your questions to @email{xemacs-beta@@xemacs.org} and
603 @email{bug-gnu-emacs@@prep.ai.mit.edu}.
604
605 @node Q1.0.6, Q1.0.7, Q1.0.5, Introduction
606 @unnumberedsubsec Q1.0.6: Where can I get help?
607
608 Probably the easiest way, if everything is installed, is to use Info, by
609 pressing @kbd{C-h i}, or selecting @code{Manuals->Info} from the
610 Help Menu.  @kbd{M-x apropos} can be used to look for particular commands.
611
612 For items not found in the manual, try reading this FAQ
613 @comment , examining the regular GNU Emacs FAQ (which can be
614 @comment found with the Emacs 19 distribution) as well as at
615 @comment @uref{http://www.eecs.nwu.edu/emacs/faq/}
616 and reading the Usenet group comp.emacs.xemacs.
617
618 If you choose to post to a newsgroup, @strong{please use
619 comp.emacs.xemacs}.  Please do not post XEmacs related questions to
620 gnu.emacs.help.
621
622 If you cannot post or read Usenet news, there is a corresponding mailing
623 list which is available.  It can be subscribed to by sending a message
624 to @email{xemacs-request@@xemacs.org} with @samp{subscribe} in the
625 body of the message.  Send to the list at @email{xemacs@@xemacs.org}.
626 list.  To cancel a subscription, you @strong{must} use the
627 xemacs-request address.  Send a message with a subject of
628 @samp{unsubscribe} to be removed.
629
630 @node Q1.0.7, Q1.0.8, Q1.0.6, Introduction
631 @unnumberedsubsec Q1.0.7: Where is the mailing list archived?
632
633 The archives can be found at @uref{http://www.xemacs.org/Lists/Archive}
634
635 @node Q1.0.8, Q1.0.9, Q1.0.7, Introduction
636 @unnumberedsubsec Q1.0.8: How do you pronounce XEmacs?
637
638 The most common pronounciation is @samp{Eks eemax}.
639
640 @node Q1.0.9, Q1.0.10, Q1.0.8, Introduction
641 @unnumberedsubsec Q1.0.9: What does XEmacs look like?
642
643 Screen snapshots are available in the WWW version of the FAQ.
644 @example
645 @uref{http://www.xemacs.org/faq/xemacs-faq.html}
646 @end example
647
648 @node Q1.0.10, Q1.0.11, Q1.0.9, Introduction
649 @unnumberedsubsec Q1.0.10: Is there a port of XEmacs to Microsoft ('95 or NT)?
650
651 Yes, @xref{MS Windows}.
652
653 @comment Thanks to efforts of many people, coordinated by
654 @comment @email{davidh@@wr.com.au, David Hobley} and @email{marcpa@@cam.org, Marc
655 @comment Paquette}, beta versions of XEmacs now run on 32-bit Windows platforms
656 @comment (NT and 95).  The current betas require having an X server to run
657 @comment XEmacs; however, a native NT/95 port is in alpha, thanks to
658 @comment @email{jhar@@tardis.ed.ac.uk, Jonathan Harris}.
659 @comment
660 @comment Although some features are still unimplemented, XEmacs 21.0 will support
661 @comment MS-Windows.
662 @comment
663 @comment The NT development is now coordinated by a mailing list at
664 @comment @email{xemacs-nt@@xemacs.org}.
665 @comment
666 @comment If you are willing to contribute or want to follow the progress, mail to
667 @comment @iftex
668 @comment @*
669 @comment @end iftex
670 @comment @email{xemacs-nt-request@@xemacs.org} to subscribe.
671 @comment
672 @comment Furthermore, Altrasoft is seeking corporate and government sponsors to
673 @comment help fund a fully native port of XEmacs to Windows 95 and NT using
674 @comment full-time, senior-level staff working under a professionally managed
675 @comment project structure.  See @uref{http://www.altrasoft.com/, the Altrasoft
676 @comment web site} for more details
677 @comment or contact Altrasoft directly at 1-888-ALTSOFT.
678 @comment
679 @comment
680 @comment The closest existing port is @dfn{Win-Emacs}, which is based on Lucid
681 @comment Emacs 19.6.  Available from @uref{http://www.pearlsoft.com/}.
682 @comment
683 @comment There's a port of GNU Emacs (not XEmacs) at
684 @comment @example
685 @comment @uref{http://www.cs.washington.edu/homes/voelker/ntemacs.html}.
686 @comment @end example
687
688 @node Q1.0.11, Q1.0.12, Q1.0.10, Introduction
689 @unnumberedsubsec Q1.0.11: Is there a port of XEmacs to the Macintosh?
690 @c changed
691
692 @c There has been a port to the MachTen environment of XEmacs 19.13, but no
693 @c patches have been submitted to the maintainers to get this in the
694 @c mainstream distribution.
695 @c
696 @c For the MacOS, there is a port of
697 @c @uref{ftp://ftp.cs.cornell.edu/pub/parmet/, Emacs 18.59}.
698
699 Yes, there is a port of XEmacs 19.14, tested on MacOS 7.6.1 and MacOS
700 8.5.1 by @uref{pjarvis@@ispchannel.com,Pitts Jarvis}.  It's available
701 at @uref{http://my.ispchannel.com/~pjarvis/xemacs.html,
702 http://my.ispchannel.com/~pjarvis/xemacs.html}.
703
704 @node Q1.0.12, Q1.0.13, Q1.0.11, Introduction
705 @unnumberedsubsec Q1.0.12: Is there a port of XEmacs to NextStep?
706
707 Carl Edman, apparently no longer at @email{cedman@@princeton.edu}, did
708 the port of GNU Emacs to NeXTstep and expressed interest in doing the
709 XEmacs port, but never went any farther.
710
711 @node Q1.0.13, Q1.0.14, Q1.0.12, Introduction
712 @unnumberedsubsec Q1.0.13: Is there a port of XEmacs to OS/2?
713
714 No, but Alexander Nikolaev <avn_1251@@mail.ru> is working on it.
715
716 @node Q1.0.14, Q1.1.1, Q1.0.13, Introduction
717 @unnumberedsubsec Q1.0.14: Where can I obtain a printed copy of the XEmacs users manual?
718
719 Pre-printed manuals are not available.  If you are familiar with
720 TeX, you can generate your own manual from the XEmacs sources.
721
722 HTML and Postscript versions of XEmacs manuals may be available from the
723 XEmacs web site in the future.
724
725
726 @node Q1.1.1, Q1.1.2, Q1.0.14, Introduction
727 @unnumberedsec 1.1: Policies
728 @unnumberedsubsec Q1.1.1: What is the FAQ editorial policy?
729
730 The FAQ is actively maintained and modified regularly.  All links should
731 be up to date.  Unfortunately, some of the information is out of date --
732 a situation which the FAQ maintainer is working on.  All submissions are
733 welcome, please e-mail submissions to @email{faq@@xemacs.org, XEmacs FAQ
734 maintainers}.
735
736 Please make sure that @samp{XEmacs FAQ} appears on the Subject: line.
737 If you think you have a better way of answering a question, or think a
738 question should be included, we'd like to hear about it.  Questions and
739 answers included into the FAQ will be edited for spelling and grammar,
740 and will be attributed.  Answers appearing without attribution are
741 either from versions of the FAQ dated before May 1996, or are from one
742 of the four people listed at the top of this document.  Answers quoted
743 from Usenet news articles will always be attributed, regardless of the
744 author.
745
746 @node Q1.1.2, Q1.1.3, Q1.1.1, Introduction
747 @unnumberedsubsec Q1.1.2: How do I become a Beta Tester?
748
749 Send an email message to @email{xemacs-beta-request@@xemacs.org} with
750 the line @samp{subscribe} in the body of the message.
751
752 Be prepared to get your hands dirty, as beta testers are expected to
753 identify problems as best they can.
754
755 @node Q1.1.3, Q1.2.1, Q1.1.2, Introduction
756 @unnumberedsubsec Q1.1.3: How do I contribute to XEmacs itself?
757
758 Ben Wing @email{ben@@xemacs.org} writes:
759
760 @quotation
761 BTW if you have a wish list of things that you want added, you have to
762 speak up about it!  More specifically, you can do the following if you
763 want a feature added (in increasing order of usefulness):
764
765 @itemize @bullet
766 @item
767 Make a posting about a feature you want added.
768
769 @item
770 Become a beta tester and make more postings about those same features.
771
772 @item
773 Convince us that you're going to use the features in some cool and
774 useful way.
775
776 @item
777 Come up with a clear and well-thought-out API concerning the features.
778
779 @item
780 Write the code to implement a feature and send us a patch.
781 @end itemize
782
783 (not that we're necessarily requiring you to write the code, but we can
784 always hope :)
785 @end quotation
786
787 @node Q1.2.1, Q1.2.2, Q1.1.3, Introduction
788 @unnumberedsec 1.2: Credits
789 @unnumberedsubsec Q1.2.1: Who wrote XEmacs?
790
791 XEmacs is the result of the time and effort of many people.  The
792 developers responsible for the 19.16/20.x releases are:
793
794 @itemize @bullet
795 @item @email{martin@@xemacs.org, Martin Buchholz}
796 @ifhtml
797 <br><img src="mrb.jpeg" alt="Portrait of Martin Buchholz"><br>
798 @end ifhtml
799
800
801 @item @email{steve@@xemacs.org, Steve Baur}
802
803 @ifhtml
804 <br><img src="steve.gif" alt="Portrait of Steve Baur"><br>
805 @end ifhtml
806
807
808 @item @email{hniksic@@xemacs.org, Hrvoje Niksic}
809
810 @ifhtml
811 <br><img src="hniksic.jpeg" alt="Portrait of Hrvoje Niksic"><br>
812 @end ifhtml
813
814 @end itemize
815
816 The developers responsible for the 19.14 release are:
817
818 @itemize @bullet
819 @item @email{cthomp@@xemacs.org, Chuck Thompson}
820 @ifhtml
821 <br><img src="cthomp.jpeg" alt="Portrait of Chuck Thompson"><br>
822 @end ifhtml
823
824 Chuck was Mr. XEmacs from 19.11 through 19.14, and is responsible
825 for XEmacs becoming a widely distributed program over the Internet.
826
827 @item @email{ben@@xemacs.org, Ben Wing}
828 @ifhtml
829 <br><img src="wing.gif" alt="Portrait of Ben Wing"><br>
830 @end ifhtml
831
832 @end itemize
833
834
835 @itemize @bullet
836 @item @email{jwz@@jwz.org, Jamie Zawinski}
837 @ifhtml
838 <br><img src="jwz.gif" alt="Portrait of Jamie Zawinski"><br>
839 @end ifhtml
840
841 Jamie Zawinski was Mr. Lucid Emacs from 19.0 through 19.10, the last
842 release actually named Lucid Emacs.  Richard Mlynarik was crucial to
843 most of those releases.
844
845 @item @email{mly@@adoc.xerox.com, Richard Mlynarik}
846 @end itemize
847
848 Along with many other contributors, partially enumerated in the
849 @samp{About XEmacs} option in the Help menu.
850
851 @node Q1.2.2, Q1.2.3, Q1.2.1, Introduction
852 @unnumberedsubsec Q1.2.2: Who contributed to this version of the FAQ?
853
854 The following people contributed valuable suggestions to building this
855 version of the FAQ (listed in alphabetical order):
856
857 @itemize @bullet
858 @item @email{steve@@xemacs.org, SL Baur}
859
860 @item @email{hniksic@@xemacs.org, Hrvoje Niksic}
861
862 @item @email{Aki.Vehtari@@hut.fi, Aki Vehtari}
863
864 @end itemize
865
866 @node Q1.2.3, Q1.3.1, Q1.2.2, Introduction
867 @unnumberedsubsec Q1.2.3: Who contributed to the FAQ in the past?
868
869 This is only a partial list, as many names were lost in a hard disk
870 crash some time ago.
871
872 @itemize @bullet
873 @item @email{binge@@aloft.att.com, Curtis.N.Bingham}
874
875 @item @email{bruncott@@dormeur.inria.fr, Georges Brun-Cottan}
876
877 @item @email{rjc@@cogsci.ed.ac.uk, Richard Caley}
878
879 @item @email{cognot@@ensg.u-nancy.fr, Richard Cognot}
880
881 @item @email{daku@@nortel.ca, Mark Daku}
882
883 @item @email{wgd@@martigny.ai.mit.edu, William G. Dubuque}
884
885 @item @email{eeide@@cs.utah.edu, Eric Eide}
886
887 @item @email{af@@biomath.jussieu.fr, Alain Fauconnet}
888
889 @item @email{cflatter@@nrao.edu, Chris Flatters}
890
891 @item @email{ginsparg@@adra.com, Evelyn Ginsparg}
892
893 @item @email{hall@@aplcenmp.apl.jhu.edu, Marty Hall}
894
895 @item @email{dkindred@@cmu.edu, Darrell Kindred}
896
897 @item @email{dmoore@@ucsd.edu, David Moore}
898
899 @item @email{arup+@@cmu.edu, Arup Mukherjee}
900
901 @item @email{nickel@@prz.tu-berlin.de, Juergen Nickelsen}
902
903 @item @email{powell@@csl.ncsa.uiuc.edu, Kevin R. Powell}
904
905 @item @email{dworkin@@ccs.neu.edu, Justin Sheehy}
906
907 @item @email{stig@@hackvan.com, Stig}
908
909 @item @email{Aki.Vehtari@@hut.fi, Aki Vehtari}
910 @end itemize
911
912 @node Q1.3.1, Q1.3.2, Q1.2.3, Introduction
913 @unnumberedsec 1.3: Internationalization
914 @unnumberedsubsec Q1.3.1: What is the status of XEmacs v20?
915
916 XEmacs v20 is the version of XEmacs that includes MULE (Asian-language)
917 support.  XEmacs 20.0 was released in February 1997, followed by XEmacs
918 20.2 in May, XEmacs 20.3 in November and XEmacs 20.4 in February 1998.  When compiled without MULE
919 support, 20.4 is approximately as stable as 19.16, and probably faster
920 (due to additional optimization work.)
921
922 As of XEmacs 20.3, version 20 is @emph{the} supported version of
923 XEmacs.  This means that 19.16 will optionally receive stability fixes
924 (if any), but that all the real development work will be done on the v20
925 tree.
926
927 The incompatible changes in XEmacs 20 include the additional byte-codes,
928 new primitive data types (@code{character}, @code{char-table}, and
929 @code{range-table}).  This means that the character-integer equivalence
930 inherent to all the previous Emacs and XEmacs releases no longer
931 applies.
932
933 However, to avoid breaking old code, many functions that should normally
934 accept characters work with integers, and vice versa.  For more
935 information, see the Lisp reference manual.  Here is a relevant excerpt,
936 for your convenience.
937
938 @quotation
939   In XEmacs version 19, and in all versions of FSF GNU Emacs, a
940 @dfn{character} in XEmacs Lisp is nothing more than an integer.
941 This is yet another holdover from XEmacs Lisp's derivation from
942 vintage-1980 Lisps; modern versions of Lisp consider this equivalence
943 a bad idea, and have separate character types.  In XEmacs version 20,
944 the modern convention is followed, and characters are their own
945 primitive types. (This change was necessary in order for @sc{mule},
946 i.e. Asian-language, support to be correctly implemented.)
947
948   Even in XEmacs version 20, remnants of the equivalence between
949 characters and integers still exist; this is termed the @dfn{char-int
950 confoundance disease}.  In particular, many functions such as @code{eq},
951 @code{equal}, and @code{memq} have equivalent functions (@code{old-eq},
952 @code{old-equal}, @code{old-memq}, etc.) that pretend like characters
953 are integers are the same.  Byte code compiled under any version 19
954 Emacs will have all such functions mapped to their @code{old-} equivalents
955 when the byte code is read into XEmacs 20.  This is to preserve
956 compatibility---Emacs 19 converts all constant characters to the equivalent
957 integer during byte-compilation, and thus there is no other way to preserve
958 byte-code compatibility even if the code has specifically been written
959 with the distinction between characters and integers in mind.
960
961   Every character has an equivalent integer, called the @dfn{character
962 code}.  For example, the character @kbd{A} is represented as the
963 @w{integer 65}, following the standard @sc{ascii} representation of
964 characters.  If XEmacs was not compiled with @sc{mule} support, the
965 range of this integer will always be 0 to 255---eight bits, or one
966 byte. (Integers outside this range are accepted but silently truncated;
967 however, you should most decidedly @emph{not} rely on this, because it
968 will not work under XEmacs with @sc{mule} support.)  When @sc{mule}
969 support is present, the range of character codes is much
970 larger. (Currently, 19 bits are used.)
971
972   FSF GNU Emacs uses kludgy character codes above 255 to represent
973 keyboard input of @sc{ascii} characters in combination with certain
974 modifiers.  XEmacs does not use this (a more general mechanism is
975 used that does not distinguish between @sc{ascii} keys and other
976 keys), so you will never find character codes above 255 in a
977 non-@sc{mule} XEmacs.
978
979   Individual characters are not often used in programs.  It is far more
980 common to work with @emph{strings}, which are sequences composed of
981 characters.
982 @end quotation
983
984 @node Q1.3.2, Q1.3.3, Q1.3.1, Introduction
985 @unnumberedsubsec Q1.3.2: What is the status of Asian-language support, aka MULE?
986
987 MULE support is now available for UNIX versions of XEmacs.
988
989 If you would like to help, you may want to join the
990 @email{xemacs-mule@@xemacs.org} mailing list.  Especially needed are
991 people who speak/write languages other than English, who are willing to
992 use XEmacs/MULE regularly, and have some experience with Elisp.
993
994 @xref{Q1.1.2}.
995
996 @node Q1.3.3, Q1.3.4, Q1.3.2, Introduction
997 @unnumberedsubsec Q1.3.3: How do I type non-ASCII characters?
998
999 See question 3.5.7 (@pxref{Q3.5.7}) in part 3 of this FAQ.
1000
1001 @node Q1.3.4, Q1.3.5, Q1.3.3, Introduction
1002 @unnumberedsubsec Q1.3.4: Can XEmacs messages come out in a different language?
1003
1004 The message-catalog support has mostly been written but doesn't
1005 currently work.  The first release of XEmacs 20 will @emph{not} support
1006 it.  However, menubar localization @emph{does} work, even in 19.14.  To
1007 enable it, add to your @file{Emacs} file entries like this:
1008
1009 @example
1010 Emacs*XlwMenu.resourceLabels:                   True
1011 Emacs*XlwMenu.file.labelString:                 Fichier
1012 Emacs*XlwMenu.openInOtherWindow.labelString:    In anderem Fenster offnen
1013 @end example
1014
1015 The name of the resource is derived from the non-localized entry by
1016 removing punctuation and capitalizing as above.
1017
1018 @node Q1.3.5, Q1.3.6, Q1.3.4, Introduction
1019 @unnumberedsubsec Q1.3.5: Please explain the various input methods in MULE/XEmacs 20.0
1020
1021 @email{morioka@@jaist.ac.jp, MORIOKA Tomohiko} writes:
1022
1023 @quotation
1024 Original Mule supports the following input methods: Wnn4, Wnn6, Canna, SJ3
1025 and XIM. Interfaces for Wnn and SJ3 uses the @code{egg} user
1026 interface. Interface for Canna does not use @samp{egg}. I don't know
1027 about XIM. It is to support ATOK, of course, it may work for another
1028 servers.
1029
1030 Wnn supports Japanese, Chinese and Korean. It is made by OMRON and Kyôto
1031 university. It is a powerful and complex system.  Wnn4 is free and Wnn6
1032 is not free.
1033
1034 Canna supports only Japanese. It is made by NEC. It is a simple and
1035 powerful system. Canna uses only grammar (Wnn uses grammar and
1036 probability between words), so I think Wnn is cleverer than Canna,
1037 however Canna users made a good grammar and dictionary.  So for standard
1038 modern Japanese, Canna seems cleverer than Wnn4. In addition, the UNIX
1039 version of Canna is free (now there is a Microsoft Windows version).
1040
1041 SJ3 supports only Japanese. It is made by Sony.  XIM supports was made
1042 to use ATOK (a major input method in personal computer world).  XIM is
1043 the standard for accessing input methods bundled in Japanese versions of
1044 Solaris.  (XEmacs 20 will support XIM input).
1045
1046 Egg consists of following parts:
1047
1048 @enumerate
1049 @item
1050 Input character Translation System (ITS) layer.
1051 It translates ASCII inputs to Kana/PinYin/Hangul characters.
1052
1053 @item
1054 Kana/PinYin/Hangul to Kanji transfer layer.
1055 It is interface layer for network Kana-Kanji server (Wnn and Sj3).
1056 @end enumerate
1057
1058 These input methods are modal, namely there are mode, alphabet mode and
1059 Kana-Kanji transfer mode.  However there are mode-less input methods for
1060 Egg and Canna.  @samp{Boiled-egg} is a mode-less input method running on
1061 Egg.  For Canna, @samp{canna.el} has a tiny boiled-egg like command,
1062 @code{(canna-boil)}, and there are some boiled-egg like utilities.  In
1063 addition, it was planned to make an abstraction for all transfer type
1064 input methods.  However authors of input methods are busy, so maybe this
1065 plan is stopped.  Perhaps after Mule merged GNU Emacs will be released,
1066 it will be continued.
1067 @end quotation
1068
1069 @node Q1.3.6, Q1.3.7, Q1.3.5, Introduction
1070 @unnumberedsubsec Q1.3.6: How do I portably code for MULE/XEmacs 20?
1071
1072 @email{morioka@@jaist.ac.jp, MORIOKA Tomohiko} writes:
1073
1074 @quotation
1075 MULE and XEmacs are quite different. So the application
1076 implementor must write separate code for these mule variants.
1077
1078 MULE and the next version of Emacs are similar but the symbols are very
1079 different---requiring separate code as well.
1080
1081 Namely we must support 3 kinds of mule variants and 4 or 5 or 6 kinds of
1082 emacs variants... (;_;) I'm shocked, so I wrote a wrapper package called
1083 @code{emu} to provide a common interface.
1084
1085 I have the following suggestions about dealing with mule variants:
1086
1087 @itemize @bullet
1088 @item
1089 @code{(featurep 'mule)} @code{t} on all mule variants
1090
1091 @item
1092 @code{(boundp 'MULE)} is @code{t} on only MULE.  Maybe the next version
1093 of Emacs will not have this symbol.
1094
1095 @item
1096 MULE has a variable @code{mule-version}.  Perhaps the next version of
1097 Emacs will have this variable as well.
1098 @end itemize
1099
1100 Following is a sample to distinguish mule variants:
1101
1102 @lisp
1103 (if (featurep 'mule)
1104     (cond ((boundp 'MULE)
1105            ;; for original Mule
1106            )
1107           ((string-match "XEmacs" emacs-version)
1108            ;; for XEmacs with Mule
1109            )
1110           (t
1111            ;; for next version of Emacs
1112            ))
1113   ;; for old emacs variants
1114   )
1115 @end lisp
1116 @end quotation
1117
1118 @node Q1.3.7, Q1.4.1, Q1.3.6, Introduction
1119 @unnumberedsubsec Q1.3.7: How about Cyrillic Modes?
1120
1121 @email{ilya@@math.ohio-state.edu, Ilya Zakharevich} writes:
1122
1123 @quotation
1124 There is a cyrillic mode in the file @file{mysetup.zip} in
1125 @iftex
1126 @*
1127 @end iftex
1128 @uref{ftp://ftp.math.ohio-state.edu/pub/users/ilya/emacs/}.  This is a
1129 modification to @email{ava@@math.jhu.ed, Valery Alexeev's} @file{russian.el}
1130 which can be obtained from
1131 @end quotation
1132
1133 @uref{http://ftpsearch.ntnu.no/?query=russian.el.Z}.
1134 @c dead link above
1135
1136 @email{d.barsky@@ee.surrey.ac.uk, Dima Barsky} writes:
1137
1138 @quotation
1139 There is another cyrillic mode for both GNU Emacs and XEmacs by
1140 @email{manin@@camelot.mssm.edu, Dmitrii
1141 (Mitya) Manin} at
1142 @iftex
1143
1144 @end iftex
1145 @uref{http://kulichki-lat.rambler.ru/centrolit/manin/cyr.el}.
1146 @c Link above, <URL:http://camelot.mssm.edu/~manin/cyr.el> was dead.
1147 @c Changed to russian host instead
1148 @end quotation
1149
1150 @email{rebecca.ore@@op.net, Rebecca Ore} writes:
1151
1152 @quotation
1153 The fullest resource I found on Russian language use (in and out of
1154 XEmacs) is @uref{http://sunsite.oit.unc.edu/sergei/Software/Software.html}
1155 @end quotation
1156
1157 @node Q1.4.1, Q1.4.2, Q1.3.7, Introduction
1158 @unnumberedsec 1.4: Getting Started, Backing up & Recovery
1159 @unnumberedsubsec Q1.4.1: What is a @file{.emacs} and is there a sample one?
1160
1161 The @file{.emacs} file is used to customize XEmacs to your tastes.  No
1162 two are alike, nor are they expected to be alike, but that's the point.
1163 The XEmacs distribution contains an excellent starter example in the etc
1164 directory called @file{sample.emacs}.  Copy this file from there to your
1165 home directory and rename it @file{.emacs}.  Then edit it to suit.
1166
1167 Starting with 19.14, you may bring the @file{sample.emacs} into an
1168 XEmacs buffer by selecting @samp{Help->Sample .emacs} from the menubar.
1169 To determine the location of the @file{etc} directory type the command
1170 @kbd{C-h v data-directory @key{RET}}.
1171
1172 @node Q1.4.2, Q1.4.3, Q1.4.1, Introduction
1173 @unnumberedsubsec Q1.4.2: Can I use the same @file{.emacs} with the other Emacs?
1174
1175 Yes.  The sample @file{.emacs} included in the XEmacs distribution will
1176 show you how to handle different versions and flavors of Emacs.
1177
1178 @node Q1.4.3, Q1.4.4, Q1.4.2, Introduction
1179 @unnumberedsubsec Q1.4.3: Any good tutorials around?
1180
1181 There's the XEmacs tutorial available from the Help Menu under
1182 @samp{Basics->Tutorials}, or by typing @kbd{C-h t}. To check whether
1183 it's available in a non-english language, type @kbd{C-u C-h t TAB}, type
1184 the first letters of your preferred language, then type @key{RET}.
1185
1186 @comment There's an Emacs Lisp tutorial at
1187 @comment
1188 @comment @example
1189 @comment @uref{ftp://prep.ai.mit.edu/pub/gnu/emacs-lisp-intro-1.04.tar.gz}.
1190 @comment @end example
1191 @comment
1192 @comment @email{erik@@petaxp.rug.ac.be, Erik Sundermann} has made a tutorial web
1193 @comment page at
1194 @comment @iftex
1195 @comment @*
1196 @comment @end iftex
1197 @comment @uref{http://petaxp.rug.ac.be/~erik/xemacs/}.
1198
1199 @node Q1.4.4, Q1.4.5, Q1.4.3, Introduction
1200 @unnumberedsubsec Q1.4.4: May I see an example of a useful XEmacs Lisp function?
1201
1202 The following function does a little bit of everything useful.  It does
1203 something with the prefix argument, it examines the text around the
1204 cursor, and it's interactive so it may be bound to a key.  It inserts
1205 copies of the current word the cursor is sitting on at the cursor.  If
1206 you give it a prefix argument: @kbd{C-u 3 M-x double-word} then it will
1207 insert 3 copies.
1208
1209 @lisp
1210 (defun double-word (count)
1211   "Insert a copy of the current word underneath the cursor"
1212   (interactive "*p")
1213   (let (here there string)
1214     (save-excursion
1215       (forward-word -1)
1216       (setq here (point))
1217       (forward-word 1)
1218       (setq there (point))
1219       (setq string (buffer-substring here there)))
1220     (while (>= count 1)
1221       (insert string)
1222       (decf count))))
1223 @end lisp
1224
1225 The best way to see what is going on here is to let XEmacs tell you.
1226 Put the code into an XEmacs buffer, and do a @kbd{C-h f} with the cursor
1227 sitting just to the right of the function you want explained.  Eg.  move
1228 the cursor to the SPACE between @code{interactive} and @samp{"*p"} and
1229 hit @kbd{C-h f} to see what the function @code{interactive} does.  Doing
1230 this will tell you that the @code{*} requires a writable buffer, and
1231 @code{p} converts the prefix argument to a number, and
1232 @code{interactive} allows you to execute the command with @kbd{M-x}.
1233
1234 @node Q1.4.5, Q1.4.6, Q1.4.4, Introduction
1235 @unnumberedsubsec Q1.4.5: And how do I bind it to a key?
1236
1237 To bind to a key do:
1238
1239 @lisp
1240 (global-set-key "\C-cd" 'double-word)
1241 @end lisp
1242
1243 Or interactively, @kbd{M-x global-set-key} and follow the prompts.
1244
1245 @node Q1.4.6, , Q1.4.5, Introduction
1246 @unnumberedsubsec Q1.4.6: What's the difference between a macro and a function?
1247
1248 Quoting from the Lisp Reference (a.k.a @dfn{Lispref}) Manual:
1249
1250 @dfn{Macros} enable you to define new control constructs and other
1251 language features.  A macro is defined much like a function, but instead
1252 of telling how to compute a value, it tells how to compute another Lisp
1253 expression which will in turn compute the value.  We call this
1254 expression the @dfn{expansion} of the macro.
1255
1256 Macros can do this because they operate on the unevaluated expressions
1257 for the arguments, not on the argument values as functions do.  They can
1258 therefore construct an expansion containing these argument expressions
1259 or parts of them.
1260
1261 Do not confuse the two terms with @dfn{keyboard macros}, which are
1262 another matter, entirely.  A keyboard macro is a key bound to several
1263 other keys.  Refer to manual for details.
1264
1265 @node Installation, Customization, Introduction, Top
1266 @unnumbered 2 Installation and Trouble Shooting
1267
1268 This is part 2 of the XEmacs Frequently Asked Questions list.  This
1269 section is devoted to Installation, Maintenance and Trouble Shooting.
1270
1271 @menu
1272 Installation:
1273 * Q2.0.1::      Running XEmacs without installing.
1274 * Q2.0.2::      XEmacs is too big.
1275 * Q2.0.3::      Compiling XEmacs with Netaudio.
1276 * Q2.0.4::      Problems with Linux and ncurses.
1277 * Q2.0.5::      Do I need X11 to run XEmacs?
1278 * Q2.0.6::      I'm having strange crashes.  What do I do?
1279 * Q2.0.7::      Libraries in non-standard locations.
1280 * Q2.0.8::      can't resolve symbol _h_errno
1281 * Q2.0.9::      Where do I find external libraries?
1282 * Q2.0.10::     After I run configure I find a coredump, is something wrong?
1283 * Q2.0.11::     XEmacs can't resolve host names.
1284 * Q2.0.12::     Why can't I strip XEmacs?
1285
1286 Trouble Shooting:
1287 * Q2.1.1::      XEmacs just crashed on me!
1288 * Q2.1.2::      Cryptic Minibuffer messages.
1289 * Q2.1.3::      Translation Table Syntax messages at Startup.
1290 * Q2.1.4::      Startup warnings about deducing proper fonts?
1291 * Q2.1.5::      XEmacs cannot connect to my X Terminal.
1292 * Q2.1.6::      XEmacs just locked up my Linux X server.
1293 * Q2.1.7::      HP Alt key as Meta.
1294 * Q2.1.8::      got (wrong-type-argument color-instance-p nil)!
1295 * Q2.1.9::      XEmacs causes my OpenWindows 3.0 server to crash.
1296 * Q2.1.10::     Warnings from incorrect key modifiers.
1297 * Q2.1.11::     Can't instantiate image error... in toolbar
1298 * Q2.1.12::     Regular Expression Problems on DEC OSF1.
1299 * Q2.1.13::     HP/UX 10.10 and @code{create_process} failure
1300 * Q2.1.14::     @kbd{C-g} doesn't work for me.  Is it broken?
1301 * Q2.1.15::     How to debug an XEmacs problem with a debugger.
1302 * Q2.1.16::     XEmacs crashes in @code{strcat} on HP/UX 10.
1303 * Q2.1.17::     @samp{Marker does not point anywhere}.
1304 * Q2.1.18::     [This question intentionally left blank]
1305 * Q2.1.19::     XEmacs does not follow the local timezone.
1306 * Q2.1.20::     @samp{Symbol's function definition is void: hkey-help-show.}
1307 * Q2.1.21::     [This question intentionally left blank]
1308 * Q2.1.22::     XEmacs seems to take a really long time to do some things.
1309 * Q2.1.23::     Movemail on Linux does not work for XEmacs 19.15 and later.
1310 * Q2.1.24::     XEmacs won't start without network. (NEW)
1311 @end menu
1312
1313 @node Q2.0.1, Q2.0.2, Installation, Installation
1314 @unnumberedsec 2.0: Installation
1315 @unnumberedsubsec Q2.0.1: Running XEmacs without installing
1316 The @file{INSTALL} file says that up to 108 MB of space is needed
1317 temporarily during installation!  How can I just try it out?
1318
1319 XEmacs will run in place without requiring installation and copying of
1320 the Lisp directories, and without having to specify a special build-time
1321 flag.  It's the copying of the Lisp directories that requires so much
1322 space.  XEmacs is largely written in Lisp.
1323
1324 A good method is to make a shell alias for xemacs:
1325
1326 @example
1327 alias xemacs=/i/xemacs-20.2/src/xemacs
1328 @end example
1329
1330 (You will obviously use whatever directory you downloaded the source
1331 tree to instead of @file{/i/xemacs-20.2}).
1332
1333 This will let you run XEmacs without massive copying.
1334
1335 @node Q2.0.2, Q2.0.3, Q2.0.1, Installation
1336 @unnumberedsubsec Q2.0.2: XEmacs is too big
1337
1338 Although this entry has been written for XEmacs 19.13, most of it still
1339 stands true.
1340
1341 @email{steve@@xemacs.org, Steve Baur} writes:
1342
1343 @quotation
1344 The 45MB of space required by the installation directories can be
1345 reduced dramatically if desired.  Gzip all the .el files.  Remove all
1346 the packages you'll never want to use (or even ones you do like the two
1347 obsolete mailcrypts and Gnus 4 in 19.13).  Remove the TexInfo manuals.
1348 Remove the Info (and use just hardcopy versions of the manual).  Remove
1349 most of the stuff in etc.  Remove or gzip all the source code.  Gzip or
1350 remove the C source code.  Configure it so that copies are not made of
1351 the support lisp.  I'm not advocating any of these things, just pointing
1352 out ways to reduce the disk requirements if desired.
1353
1354 Now examine the space used by directory:
1355
1356 @format
1357 0       /usr/local/bin/xemacs
1358 2048    /usr/local/bin/xemacs-19.13
1359
1360 1546    /usr/local/lib/xemacs-19.13/i486-miranova-sco3.2v4.2
1361 1158    /usr/local/lib/xemacs-19.13/i486-unknown-linux1.2.13
1362 @end format
1363
1364 You need to keep these.  XEmacs isn't stripped by default in
1365 installation, you should consider stripping.  That will save you about
1366 5MB right there.
1367
1368 @format
1369 207     /usr/local/lib/xemacs-19.13/etc/w3
1370 122     /usr/local/lib/xemacs-19.13/etc/sounds
1371 18      /usr/local/lib/xemacs-19.13/etc/sparcworks
1372 159     /usr/local/lib/xemacs-19.13/etc/vm
1373 6       /usr/local/lib/xemacs-19.13/etc/e
1374 21      /usr/local/lib/xemacs-19.13/etc/eos
1375 172     /usr/local/lib/xemacs-19.13/etc/toolbar
1376 61      /usr/local/lib/xemacs-19.13/etc/ns
1377 43      /usr/local/lib/xemacs-19.13/etc/gnus
1378 @end format
1379
1380 These are support directories for various packages.  In general they
1381 match a directory under ./xemacs-19.13/lib/xemacs-19.13/lisp/.  If you
1382 do not require the package, you may delete or gzip the support too.
1383
1384 @format
1385 1959    /usr/local/lib/xemacs-19.13/etc
1386 175     /usr/local/lib/xemacs-19.13/lisp/bytecomp
1387 340     /usr/local/lib/xemacs-19.13/lisp/calendar
1388 342     /usr/local/lib/xemacs-19.13/lisp/comint
1389 517     /usr/local/lib/xemacs-19.13/lisp/dired
1390 42      /usr/local/lib/xemacs-19.13/lisp/electric
1391 212     /usr/local/lib/xemacs-19.13/lisp/emulators
1392 238     /usr/local/lib/xemacs-19.13/lisp/energize
1393 289     /usr/local/lib/xemacs-19.13/lisp/gnus
1394 457     /usr/local/lib/xemacs-19.13/lisp/ilisp
1395 1439    /usr/local/lib/xemacs-19.13/lisp/modes
1396 2276    /usr/local/lib/xemacs-19.13/lisp/packages
1397 1040    /usr/local/lib/xemacs-19.13/lisp/prim
1398 176     /usr/local/lib/xemacs-19.13/lisp/pcl-cvs
1399 154     /usr/local/lib/xemacs-19.13/lisp/rmail
1400 3       /usr/local/lib/xemacs-19.13/lisp/epoch
1401 45      /usr/local/lib/xemacs-19.13/lisp/term
1402 860     /usr/local/lib/xemacs-19.13/lisp/utils
1403 851     /usr/local/lib/xemacs-19.13/lisp/vm
1404 13      /usr/local/lib/xemacs-19.13/lisp/vms
1405 157     /usr/local/lib/xemacs-19.13/lisp/x11
1406 19      /usr/local/lib/xemacs-19.13/lisp/tooltalk
1407 14      /usr/local/lib/xemacs-19.13/lisp/sunpro
1408 291     /usr/local/lib/xemacs-19.13/lisp/games
1409 198     /usr/local/lib/xemacs-19.13/lisp/edebug
1410 619     /usr/local/lib/xemacs-19.13/lisp/w3
1411 229     /usr/local/lib/xemacs-19.13/lisp/eos
1412 55      /usr/local/lib/xemacs-19.13/lisp/iso
1413 59      /usr/local/lib/xemacs-19.13/lisp/mailcrypt
1414 187     /usr/local/lib/xemacs-19.13/lisp/eterm
1415 356     /usr/local/lib/xemacs-19.13/lisp/ediff
1416 408     /usr/local/lib/xemacs-19.13/lisp/hyperbole/kotl
1417 1262    /usr/local/lib/xemacs-19.13/lisp/hyperbole
1418 247     /usr/local/lib/xemacs-19.13/lisp/hm--html-menus
1419 161     /usr/local/lib/xemacs-19.13/lisp/mh-e
1420 299     /usr/local/lib/xemacs-19.13/lisp/viper
1421 53      /usr/local/lib/xemacs-19.13/lisp/oobr/tree-x
1422 4       /usr/local/lib/xemacs-19.13/lisp/oobr/tree-nx/English.lproj/DocWindow.nib
1423 3       /usr/local/lib/xemacs-19.13/lisp/oobr/tree-nx/English.lproj/InfoPanel.nib
1424 3       /usr/local/lib/xemacs-19.13/lisp/oobr/tree-nx/English.lproj/TreeView.nib
1425 11      /usr/local/lib/xemacs-19.13/lisp/oobr/tree-nx/English.lproj
1426 53      /usr/local/lib/xemacs-19.13/lisp/oobr/tree-nx
1427 466     /usr/local/lib/xemacs-19.13/lisp/oobr
1428 14142   /usr/local/lib/xemacs-19.13/lisp
1429 @end format
1430
1431 These are all Emacs Lisp source code and bytecompiled object code.  You
1432 may safely gzip everything named *.el here.  You may remove any package
1433 you don't use.  @emph{Nothing bad will happen if you delete a package
1434 that you do not use}.  You must be sure you do not use it though, so be
1435 conservative at first.
1436
1437 Possible candidates for deletion include w3 (newer versions exist, or
1438 you may just use Lynx or Netscape for web browsing), games, hyperbole,
1439 mh-e, hm--html-menus (better packages exist), vm, viper, oobr, gnus (new
1440 versions exist), etc.  Ask yourself, @emph{Do I ever want to use this
1441 package?}  If the answer is no, then it is a candidate for removal.
1442
1443 First, gzip all the .el files.  Then go about package by package and
1444 start gzipping the .elc files.  Then run XEmacs and do whatever it is
1445 you normally do.  If nothing bad happens, then delete the directory.  Be
1446 conservative about deleting directories, and it would be handy to have a
1447 backup tape around in case you get too zealous.
1448
1449 @file{prim}, @file{modes}, @file{packages}, and @file{utils} are four
1450 directories you definitely do @strong{not} want to delete, although
1451 certain packages can be removed from them if you do not use them.
1452
1453 @example
1454 1972    /usr/local/lib/xemacs-19.13/info
1455 @end example
1456
1457 These are online texinfo sources.  You may either gzip them or remove
1458 them.  In either case, @kbd{C-h i} (info mode) will no longer work.
1459
1460 @example
1461 20778   /usr/local/lib/xemacs-19.13
1462 @end example
1463
1464 The 20MB achieved is less than half of what the full distribution takes up,
1465 @strong{and} can be achieved without deleting a single file.
1466 @end quotation
1467
1468 @email{boffi@@hp735.stru.polimi.it, Giacomo Boffi} provides this procedure:
1469
1470 @quotation
1471 Substitute @file{/usr/local/lib/} with the path where the xemacs tree is
1472 rooted, then use this script:
1473
1474 @example
1475 #!/bin/sh
1476
1477 r=/usr/local/lib/xemacs-19.13/lisp
1478
1479 cd $r ; rm -f cmpr ; touch cmpr
1480
1481 du -s .
1482
1483 for d in * ; do
1484   if test -d $d ; then
1485     cd $d
1486     for f in *.el ; do
1487 #     compress (remove) only (ONLY) the sources that have a
1488 #     corresponding compiled file --- do not (DO NOT)
1489 #     touch other sources
1490       if test -f $@{f@}c ; then gzip -v9 $f >> $r/cmpr ; fi
1491     done
1492     cd ..
1493   fi
1494 done
1495
1496 du -s .
1497 @end example
1498
1499 A step beyond would be substituting @samp{rm -f} for @samp{gzip -v9},
1500 but you have to be desperate for removing the sources (remember that
1501 emacs can access compressed files transparently).
1502
1503 Also, a good megabyte could easily be trimmed from the $r/../etc
1504 directory, e.g., the termcap files, some O+NEWS, others that I don't
1505 remember as well.
1506 @end quotation
1507
1508 @quotation
1509 XEmacs 21.0 will unbundle the lisp hierarchy and allow the installer
1510 to choose exactly how much support code gets installed.
1511 @end quotation
1512
1513 @node Q2.0.3, Q2.0.4, Q2.0.2, Installation
1514 @unnumberedsubsec Q2.0.3: Compiling XEmacs with Netaudio.
1515
1516 What is the best way to compile XEmacs with the netaudio system, since I
1517 have got the netaudio system compiled but installed at a weird place, I
1518 am not root.  Also in the READMEs it does not say anything about
1519 compiling with the audioserver?
1520
1521 You should only need to add some stuff to the configure command line.
1522 To tell it to compile in netaudio support: @samp{--with-sound=both}, or
1523 @samp{--with-sound=nas} if you don't want native sound support for some
1524 reason.) To tell it where to find the netaudio includes and libraries:
1525
1526 @example
1527 --site-libraries=WHATEVER
1528 --site-includes=WHATEVER
1529 @end example
1530
1531 Then (fingers crossed) it should compile and it will use netaudio if you
1532 have a server running corresponding to the X server. The netaudio server
1533 has to be there when XEmacs starts. If the netaudio server goes away and
1534 another is run, XEmacs should cope (fingers crossed, error handling in
1535 netaudio isn't perfect).
1536
1537 BTW, netaudio has been renamed as it has a name clash with something
1538 else, so if you see references to NAS or Network Audio System, it's the
1539 same thing.  It also might be found at
1540 @uref{ftp://ftp.x.org/contrib/audio/nas/}.
1541
1542 @node Q2.0.4, Q2.0.5, Q2.0.3, Installation
1543 @unnumberedsubsec Q2.0.4: Problems with Linux and ncurses.
1544
1545 On Linux 1.3.98 with termcap 2.0.8 and the ncurses that came with libc
1546 5.2.18, XEmacs 20.0b20 is unable to open a tty device:
1547
1548 @example
1549 src/xemacs -nw -q
1550 Initialization error:
1551 @iftex
1552 @*
1553 @end iftex
1554 Terminal type `xterm' undefined (or can't access database?)
1555 @end example
1556
1557 @email{ben@@xemacs.org, Ben Wing} writes:
1558
1559 @quotation
1560 Your ncurses configuration is messed up.  Your /usr/lib/terminfo is a
1561 bad pointer, perhaps to a CD-ROM that is not inserted.
1562 @end quotation
1563
1564 @node Q2.0.5, Q2.0.6, Q2.0.4, Installation
1565 @unnumberedsubsec Q2.0.5: Do I need X11 to run XEmacs?
1566
1567 No.  The name @dfn{XEmacs} is unfortunate in the sense that it is
1568 @strong{not} an X Window System-only version of Emacs.  Starting with
1569 19.14 XEmacs has full color support on a color-capable character
1570 terminal.
1571
1572 @node Q2.0.6, Q2.0.7, Q2.0.5, Installation
1573 @unnumberedsubsec Q2.0.6: I'm having strange crashes.  What do I do?
1574
1575 There have been a variety of reports of crashes due to compilers with
1576 buggy optimizers.  Please see the @file{PROBLEMS} file that comes with
1577 XEmacs to read what it says about your platform.
1578
1579 @node Q2.0.7, Q2.0.8, Q2.0.6, Installation
1580 @unnumberedsubsec Q2.0.7: Libraries in non-standard locations
1581
1582 I have x-faces, jpeg, xpm etc. all in different places.  I've tried
1583 space-separated, comma-separated, several --site-libraries, all to no
1584 avail.
1585
1586 @example
1587 --site-libraries='/path/one /path/two /path/etc'
1588 @end example
1589
1590 @node Q2.0.8, Q2.0.9, Q2.0.7, Installation
1591 @unnumberedsubsec Q2.0.8: can't resolve symbol _h_errno
1592
1593 You are using the Linux/ELF distribution of XEmacs 19.14, and your ELF
1594 libraries are out of date.  You have the following options:
1595
1596 @enumerate
1597 @item
1598 Upgrade your libc to at least 5.2.16 (better is 5.2.18, 5.3.12, or
1599 5.4.10).
1600
1601 @item
1602 Patch the XEmacs binary by replacing all occurrences of
1603 @samp{_h_errno^@@} with
1604 @iftex
1605 @*
1606 @end iftex
1607 @samp{h_errno^@@^@@}.  Any version of Emacs will
1608 suffice.  If you don't understand how to do this, don't do it.
1609
1610 @item
1611 Rebuild XEmacs yourself---any working ELF version of libc should be
1612 O.K.
1613 @end enumerate
1614
1615 @email{hniksic@@xemacs.org, Hrvoje Niksic} writes:
1616
1617 @quotation
1618 Why not use a Perl one-liner for No. 2?
1619
1620 @example
1621 perl -pi -e 's/_h_errno\0/h_errno\0\0/g' \
1622 /usr/local/bin/xemacs-19.14
1623 @end example
1624
1625 NB: You @emph{must} patch @file{/usr/local/bin/xemacs-19.14}, and not
1626 @file{xemacs} because @file{xemacs} is a link to @file{xemacs-19.14};
1627 the Perl @samp{-i} option will cause unwanted side-effects if applied to
1628 a symbolic link.
1629 @end quotation
1630
1631 @email{steve@@xemacs.org, SL Baur} writes:
1632
1633 @quotation
1634 If you build against a recent libc-5.4 (late enough to have caused
1635 problems earlier in the beta cycle) and then run with an earlier version
1636 of libc, you get a
1637
1638 @example
1639 $ xemacs
1640 xemacs: can't resolve symbol '__malloc_hook'
1641 zsh: 7942 segmentation fault (core dumped)  xemacs
1642 @end example
1643
1644 (Example binary compiled against libc-5.4.23 and run with libc-5.4.16).
1645
1646 The solution is to upgrade to at least libc-5.4.23.  Sigh.  Drat.
1647 @end quotation
1648
1649 @node Q2.0.9, Q2.0.10, Q2.0.8, Installation
1650 @unnumberedsubsec Q2.0.9: Where do I find external libraries?
1651
1652 All external libraries used by XEmacs can be found at the XEmacs FTP
1653 site
1654 @iftex
1655 @*
1656 @end iftex
1657 @uref{ftp://ftp.xemacs.org/pub/xemacs/aux/}.
1658
1659 @c Changed June Link above, <URL:ftp://ftp.xemacs.org/pub/aux/> was dead.
1660 @c This list is a pain in the you-know-what to keep in synch with the
1661 @c world.
1662 The canonical locations (at the time of this writing) are as follows:
1663
1664 @table @asis
1665 @item JPEG
1666 @uref{ftp://ftp.uu.net/graphics/jpeg/}.  Version 6a is current.
1667 @c Check from host with legal IP address
1668 @item XPM
1669 @uref{ftp://ftp.x.org/contrib/libraries/}.  Version 3.4j is current.
1670 Older versions of this package are known to cause XEmacs crashes.
1671
1672 @item TIFF
1673 @uref{ftp://ftp.sgi.com/graphics/tiff/}.  v3.4 is current.  The latest
1674 beta is v3.4b035.  There is a HOWTO here.
1675
1676 @item PNG
1677 @uref{ftp://ftp.uu.net/graphics/png/}.  0.89c is current.  XEmacs
1678 requires a fairly recent version to avoid using temporary files.
1679 @c Check from host with legal IP address
1680
1681 @uref{ftp://swrinde.nde.swri.edu/pub/png/src/}
1682
1683 @item Compface
1684 @uref{ftp://ftp.cs.indiana.edu/pub/faces/compface/}.  This library has
1685 been frozen for about 6 years, and is distributed without version
1686 numbers.  @emph{It should be compiled with the same options that X11 was
1687 compiled with on your system}.  The version of this library at
1688 XEmacs.org includes the @file{xbm2xface.pl} script, written by
1689 @email{stig@@hackvan.com}, which may be useful when generating your own xface.
1690
1691 @item NAS
1692 @uref{ftp://ftp.x.org/contrib/audio/nas/}.
1693 Version 1.2p5 is current.  There is a FAQ here.
1694 @end table
1695
1696 @node Q2.0.10, Q2.0.11, Q2.0.9, Installation
1697 @unnumberedsubsec Q2.0.10: After I run configure I find a core dump, is something wrong?
1698
1699 Not necessarily.  If you have GNU sed 3.0 you should downgrade it to
1700 2.05.  From the @file{README} at prep.ai.mit.edu:
1701
1702 @quotation
1703 sed 3.0 has been withdrawn from distribution.  It has major revisions,
1704 which mostly seem to be improvements; but it turns out to have bugs too
1705 which cause trouble in some common cases.
1706
1707 Tom Lord won't be able to work fixing the bugs until May.  So in the
1708 mean time, we've decided to withdraw sed 3.0 from distribution and make
1709 version 2.05 once again the recommended version.
1710 @end quotation
1711
1712 It has also been observed that the vfork test on Solaris will leave a
1713 core dump.
1714
1715 @node Q2.0.11, Q2.0.12, Q2.0.10, Installation
1716 @unnumberedsubsec Q2.0.11: XEmacs doesn't resolve hostnames.
1717
1718 This is the result of a long-standing problem with SunOS and the fact
1719 that stock SunOS systems do not ship with DNS resolver code in libc.
1720
1721 @email{ckd@@loiosh.kei.com, Christopher Davis} writes:
1722
1723 @quotation
1724 That's correct [The SunOS 4.1.3 precompiled binaries don't do name
1725 lookup].  Since Sun figured that everyone used NIS to do name lookups
1726 (that DNS thing was apparently only a passing fad, right?), the stock
1727 SunOS 4.x systems don't have DNS-based name lookups in libc.
1728
1729 This is also why Netscape ships two binaries for SunOS 4.1.x.
1730
1731 The best solution is to compile it yourself; the configure script will
1732 check to see if you've put DNS in the shared libc and will then proceed
1733 to link against the DNS resolver library code.
1734 @end quotation
1735
1736 @node Q2.0.12, Q2.1.1, Q2.0.11, Installation
1737 @unnumberedsubsec Q2.0.12: Why can't I strip XEmacs?
1738
1739 @email{cognot@@fronsac.ensg.u-nancy.fr, Richard Cognot} writes:
1740
1741 @quotation
1742 Because of the way XEmacs (and every other Emacsen, AFAIK) is built. The
1743 link gives you a bare-boned emacs (called temacs). temacs is then run,
1744 preloading some of the lisp files. The result is then dumped into a new
1745 executable, named xemacs, which will contain all of the preloaded lisp
1746 functions and data.
1747
1748 Now, during the dump itself, the executable (code+data+symbols) is
1749 written on disk using a special unexec() function. This function is
1750 obviously heavily system dependent. And on some systems, it leads to an
1751 executable which, although valid, cannot be stripped without damage. If
1752 memory serves, this is especially the case for AIX binaries. On other
1753 architecture it might work OK.
1754
1755 The Right Way to strip the emacs binary is to strip temacs prior to
1756 dumping xemacs. This will always work, although you can do that only if
1757 you install from sources (as temacs is @file{not} part of the binary
1758 kits).
1759 @end quotation
1760
1761 @email{nat@@nataa.fr.eu.org, Nat Makarevitch} writes:
1762
1763 @quotation
1764 Here is the trick:
1765
1766 @enumerate
1767 @item
1768 [ ./configure; make ]
1769
1770 @item
1771 rm src/xemacs
1772
1773 @item
1774 strip src/temacs
1775
1776 @item
1777 make
1778
1779 @item
1780 cp src/xemacs /usr/local/bin/xemacs
1781
1782 @item
1783 cp lib-src/DOC-19.16-XEmacs
1784 @iftex
1785 \ @*
1786 @end iftex
1787 /usr/local/lib/xemacs-19.16/i586-unknown-linuxaout
1788 @end enumerate
1789 @end quotation
1790
1791 @node Q2.1.1, Q2.1.2, Q2.0.12, Installation
1792 @unnumberedsec 2.1: Trouble Shooting
1793 @unnumberedsubsec Q2.1.1: Help!  XEmacs just crashed on me!
1794
1795 First of all, don't panic.  Whenever XEmacs crashes, it tries extremely
1796 hard to auto-save all of your files before dying.  (The main time that
1797 this will not happen is if the machine physically lost power or if you
1798 killed the XEmacs process using @code{kill -9}).  The next time you try
1799 to edit those files, you will be informed that a more recent auto-save
1800 file exists.  You can use @kbd{M-x recover-file} to retrieve the
1801 auto-saved version of the file.
1802
1803 Starting with 19.14, you may use the command @kbd{M-x recover-session}
1804 after a crash to pick up where you left off.
1805
1806 Now, XEmacs is not perfect, and there may occasionally be times, or
1807 particular sequences of actions, that cause it to crash.  If you can
1808 come up with a reproducible way of doing this (or even if you have a
1809 pretty good memory of exactly what you were doing at the time), the
1810 maintainers would be very interested in knowing about it.  Post a
1811 message to comp.emacs.xemacs or send mail to @email{crashes@@xemacs.org}.
1812 Please note that the @samp{crashes} address is exclusively for crash
1813 reports.
1814
1815 If at all possible, include a stack backtrace of the core dump that was
1816 produced.  This shows where exactly things went wrong, and makes it much
1817 easier to diagnose problems.  To do this, you need to locate the core
1818 file (it's called @file{core}, and is usually sitting in the directory
1819 that you started XEmacs from, or your home directory if that other
1820 directory was not writable).  Then, go to that directory and execute a
1821 command like:
1822
1823 @example
1824 gdb `which xemacs` core
1825 @end example
1826
1827 and then issue the command @samp{where} to get the stack backtrace.  You
1828 might have to use @code{dbx} or some similar debugger in place of
1829 @code{gdb}.  If you don't have any such debugger available, complain to
1830 your system administrator.
1831
1832 It's possible that a core file didn't get produced, in which case you're
1833 out of luck.  Go complain to your system administrator and tell him not
1834 to disable core files by default.  Also @xref{Q2.1.15}, for tips and
1835 techniques for dealing with a debugger.
1836
1837 When making a problem report make sure that:
1838
1839 @enumerate
1840 @item
1841 Report @strong{all} of the information output by XEmacs during the
1842 crash.
1843
1844 @item
1845 You mention what O/S & Hardware you are running XEmacs on.
1846
1847 @item
1848 What version of XEmacs you are running.
1849
1850 @item
1851 What build options you are using.
1852
1853 @item
1854 If the problem is related to graphics, we will also need to know what
1855 version of the X Window System you are running, and what window manager
1856 you are using.
1857
1858 @item
1859 If the problem happened on a tty, please include the terminal type.
1860 @end enumerate
1861
1862 @node Q2.1.2, Q2.1.3, Q2.1.1, Installation
1863 @unnumberedsubsec Q2.1.2: Cryptic Minibuffer messages.
1864
1865 When I try to use some particular option of some particular package, I
1866 get a cryptic error in the minibuffer.
1867
1868 If you can't figure out what's going on, select Options/General
1869 Options/Debug on Error from the Menubar and then try and make the error
1870 happen again.  This will give you a backtrace that may be enlightening.
1871 If not, try reading through this FAQ; if that fails, you could try
1872 posting to comp.emacs.xemacs (making sure to include the backtrace) and
1873 someone may be able to help.  If you can identify which Emacs lisp
1874 source file the error is coming from you can get a more detailed stack
1875 backtrace by doing the following:
1876
1877 @enumerate
1878 @item
1879 Visit the .el file in an XEmacs buffer.
1880
1881 @item
1882 Issue the command @kbd{M-x eval-current-buffer}.
1883
1884 @item
1885 Reproduce the error.
1886 @end enumerate
1887
1888 Depending on the version of XEmacs, you may either select Edit->Show
1889 Messages (19.13 and earlier) or Help->Recent Keystrokes/Messages (19.14
1890 and later) from the menubar to see the most recent messages.  This
1891 command is bound to @kbd{C-h l} by default.
1892
1893 @node Q2.1.3, Q2.1.4, Q2.1.2, Installation
1894 @unnumberedsubsec Q2.1.3: Translation Table Syntax messages at Startup
1895
1896 I get tons of translation table syntax error messages during startup.
1897 How do I get rid of them?
1898
1899 There are two causes of this problem.  The first usually only strikes
1900 people using the prebuilt binaries.  The culprit in both cases is the
1901 file @file{XKeysymDB}.
1902
1903 @itemize @bullet
1904 @item
1905 The binary cannot find the @file{XKeysymDB} file.  The location is
1906 hardcoded at compile time so if the system the binary was built on puts
1907 it a different place than your system does, you have problems.  To fix,
1908 set the environment variable @var{XKEYSYMDB} to the location of the
1909 @file{XKeysymDB} file on your system or to the location of the one
1910 included with XEmacs which should be at
1911 @iftex
1912 @*
1913 @end iftex
1914 @file{<xemacs_root_directory>/lib/xemacs-19.16/etc/XKeysymDB}.
1915
1916 @item
1917 The binary is finding the XKeysymDB but it is out-of-date on your system
1918 and does not contain the necessary lines.  Either ask your system
1919 administrator to replace it with the one which comes with XEmacs (which
1920 is the stock R6 version and is backwards compatible) or set your
1921 @var{XKEYSYMDB} variable to the location of XEmacs's described above.
1922 @end itemize
1923
1924 @node Q2.1.4, Q2.1.5, Q2.1.3, Installation
1925 @unnumberedsubsec Q2.1.4: Startup warnings about deducing proper fonts?
1926
1927 How can I avoid the startup warnings about deducing proper fonts?
1928
1929 This is highly dependent on your installation, but try with the
1930 following font as your base font for XEmacs and see what it does:
1931
1932 @format
1933 -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1
1934 @end format
1935
1936 More precisely, do the following in your resource file:
1937
1938 @format
1939 Emacs.default.attributeFont: \
1940 -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1
1941 @end format
1942
1943 If you just don't want to see the @samp{*Warnings*} buffer at startup
1944 time, you can set this:
1945
1946 @lisp
1947 (setq display-warning-minimum-level 'error)
1948 @end lisp
1949
1950 The buffer still exists; it just isn't in your face.
1951
1952 @node Q2.1.5, Q2.1.6, Q2.1.4, Installation
1953 @unnumberedsubsec Q2.1.5: XEmacs cannot connect to my X Terminal!
1954
1955 Help!  I can not get XEmacs to display on my Envizex X-terminal!
1956
1957 Try setting the @var{DISPLAY} variable using the numeric IP address of
1958 the host you are running XEmacs from.
1959
1960 @node Q2.1.6, Q2.1.7, Q2.1.5, Installation
1961 @unnumberedsubsec Q2.1.6: XEmacs just locked up my Linux X server!
1962
1963 There have been several reports of the X server locking up under Linux.
1964 In all reported cases removing speedo and scaled fonts from the font
1965 path corrected the problem.  This can be done with the command
1966 @code{xset}.
1967
1968 It is possible that using a font server may also solve the problem.
1969
1970 @node Q2.1.7, Q2.1.8, Q2.1.6, Installation
1971 @unnumberedsubsec Q2.1.7: HP Alt key as Meta.
1972
1973 How can I make XEmacs recognize the Alt key of my HP workstation as a
1974 Meta key?
1975
1976 Put the following line into a file and load it with xmodmap(1) before
1977 starting XEmacs:
1978
1979 @example
1980 remove Mod1 = Mode_switch
1981 @end example
1982
1983 @node Q2.1.8, Q2.1.9, Q2.1.7, Installation
1984 @unnumberedsubsec Q2.1.8: got (wrong-type-argument color-instance-p nil)
1985
1986 @email{nataliek@@rd.scitec.com.au, Natalie Kershaw} writes:
1987
1988 @quotation
1989 I am trying to run xemacs 19.13 under X11R4. Whenever I move the mouse I
1990 get the following error. Has anyone seen anything like this? This
1991 doesn't occur on X11R5.
1992
1993 @lisp
1994 Signalling:
1995 (error "got (wrong-type-argument color-instance-p nil)
1996 and I don't know why!")
1997 @end lisp
1998 @end quotation
1999
2000 @email{map01kd@@gold.ac.uk, dinos} writes:
2001
2002 @quotation
2003 I think this is due to undefined resources; You need to define color
2004 backgrounds and foregrounds into your @file{.../app-defaults/Emacs}
2005 like:
2006
2007 @example
2008 *Foreground:    Black   ;everything will be of black on grey95,
2009 *Background:    Grey95  ;unless otherwise specified.
2010 *cursorColor:   Red3    ;red3 cursor with grey95 border.
2011 *pointerColor:  Red3    ;red3 pointer with grey95 border.
2012 @end example
2013 @end quotation
2014
2015 Natalie Kershaw adds:
2016
2017 @quotation
2018 What fixed the problem was adding some more colors to the X color
2019 database (copying the X11R5 colors over), and also defining the
2020 following resources:
2021
2022 @example
2023 xemacs*cursorColor:    black
2024 xemacs*pointerColor:   black
2025 @end example
2026
2027 With the new colors installed the problem still occurs if the above
2028 resources are not defined.
2029
2030 If the new colors are not present then an additional error occurs on
2031 XEmacs startup, which says @samp{Color Red3} not defined.
2032 @end quotation
2033
2034 @node Q2.1.9, Q2.1.10, Q2.1.8, Installation
2035 @unnumberedsubsec Q2.1.9: XEmacs causes my OpenWindows 3.0 server to crash.
2036
2037 The OpenWindows 3.0 server is incredibly buggy.  Your best bet is to
2038 replace it with one from the generic MIT X11 release.  You might also
2039 try disabling parts of your @file{.emacs}, like enabling background
2040 pixmaps.
2041
2042 @node Q2.1.10, Q2.1.11, Q2.1.9, Installation
2043 @unnumberedsubsec Q2.1.10: Warnings from incorrect key modifiers.
2044
2045 The following information comes from the @file{PROBLEMS} file that comes
2046 with XEmacs.
2047
2048 If you're having troubles with HP/UX it is because HP/UX defines the
2049 modifiers wrong in X.  Here is a shell script to fix the problem; be
2050 sure that it is run after VUE configures the X server.
2051
2052 @example
2053 #! /bin/sh
2054 xmodmap 2> /dev/null - << EOF
2055 keysym Alt_L = Meta_L
2056 keysym Alt_R = Meta_R
2057 EOF
2058
2059 xmodmap - << EOF
2060 clear mod1
2061 keysym Mode_switch = NoSymbol
2062 add mod1 = Meta_L
2063 keysym Meta_R = Mode_switch
2064 add mod2 = Mode_switch
2065 EOF
2066 @end example
2067
2068 @node Q2.1.11, Q2.1.12, Q2.1.10, Installation
2069 @unnumberedsubsec Q2.1.11: @samp{Can't instantiate image error...} in toolbar
2070 @c New
2071
2072 @email{expt@@alanine.ram.org, Dr. Ram Samudrala} writes:
2073
2074 I just installed the XEmacs (20.4-2) RPMS that I downloaded from
2075 @uref{http://www.xemacs.org/}.  Everything works fine, except that when
2076 I place my mouse over the toolbar, it beeps and gives me this message:
2077
2078 @example
2079  Can't instantiate image (probably cached):
2080  [xbm :mask-file "/usr/include/X11/bitmaps/leftptrmsk :mask-data
2081  (16 16 <strange control characters> ...
2082 @end example
2083
2084 @email{kyle_jones@@wonderworks.com, Kyle Jones} writes:
2085 @quotation
2086 This is problem specific to some Chips and Technologies video
2087 chips, when running XFree86.  Putting
2088
2089 @code{Option "sw_cursor"}
2090
2091 in @file{XF86Config} gets rid of the problem.
2092 @end quotation
2093
2094 @node Q2.1.12, Q2.1.13, Q2.1.11, Installation
2095 @unnumberedsubsec Q2.1.12: Problems with Regular Expressions on DEC OSF1.
2096
2097 I have xemacs 19.13 running on an alpha running OSF1 V3.2 148 and ispell
2098 would not run because it claimed the version number was incorrect
2099 although it was indeed OK. I traced the problem to the regular
2100 expression handler.
2101
2102 @email{douglask@@dstc.edu.au, Douglas Kosovic} writes:
2103
2104 @quotation
2105 Actually it's a DEC cc optimization bug that screws up the regexp
2106 handling in XEmacs.
2107
2108 Rebuilding using the @samp{-migrate} switch for DEC cc (which uses a
2109 different sort of optimization) works fine.
2110 @end quotation
2111
2112 See @file{xemacs-19_13-dunix-3_2c.patch} at the following URL on how to
2113 build with the @samp{-migrate} flag:
2114
2115 @example
2116 @uref{http://www-digital.cern.ch/carney/emacs/emacs.html}
2117 @c Link above, <URL:http://www-digital.cern.ch/carney/emacs/emacs.html> is
2118 @c dead. And the directory `carney' is empty.
2119
2120
2121
2122 @end example
2123
2124 NOTE: There have been a variety of other problems reported that are
2125 fixed in this fashion.
2126
2127 @node Q2.1.13, Q2.1.14, Q2.1.12, Installation
2128 @unnumberedsubsec Q2.1.13: HP/UX 10.10 and @code{create_process} failure.
2129
2130 @email{Dave.Carrigan@@ipl.ca, Dave Carrigan} writes:
2131
2132 @quotation
2133 With XEmacs 19.13 and HP/UX 10.10, anything that relies on the
2134 @code{create_process} function fails. This breaks a lot of things
2135 (shell-mode, compile, ange-ftp, to name a few).
2136 @end quotation
2137
2138 @email{johnson@@dtc.hp.com, Phil Johnson} writes:
2139
2140 @quotation
2141 This is a problem specific to HP-UX 10.10.  It only occurs when XEmacs
2142 is compiled for shared libraries (the default), so you can work around
2143 it by compiling a statically-linked binary (run configure with
2144 @samp{--dynamic=no}).
2145
2146 I'm not sure whether the problem is with a particular shared library or
2147 if it's a kernel problem which crept into 10.10.
2148 @end quotation
2149
2150 @email{cognot@@ensg.u-nancy.fr, Richard Cognot} writes:
2151
2152 @quotation
2153 I had a few problems with 10.10. Apparently, some of them were solved by
2154 forcing a static link of libc (manually).
2155 @end quotation
2156
2157 @node Q2.1.14, Q2.1.15, Q2.1.13, Installation
2158 @unnumberedsubsec Q2.1.14: @kbd{C-g} doesn't work for me.  Is it broken?
2159
2160 @email{ben@@xemacs.org, Ben Wing} writes:
2161
2162 @quotation
2163 @kbd{C-g} does work for most people in most circumstances.  If it
2164 doesn't, there are only two explanations:
2165
2166 @enumerate
2167 @item
2168 The code is wrapped with a binding of @code{inhibit-quit} to
2169 @code{t}.  @kbd{Ctrl-Shift-G} should still work, I think.
2170
2171 @item
2172 SIGIO is broken on your system, but BROKEN_SIGIO isn't defined.
2173 @end enumerate
2174
2175 To test #2, try executing @code{(while t)} from the @samp{*scratch*}
2176 buffer.  If @kbd{C-g} doesn't interrupt, then you're seeing #2.
2177 @end quotation
2178
2179 @email{terra@@diku.dk, Morten Welinder} writes:
2180
2181 @quotation
2182 On some (but @emph{not} all) machines a hung XEmacs can be revived by
2183 @code{kill -FPE <pid>}.  This is a hack, of course, not a solution.
2184 This technique works on a Sun4 running 4.1.3_U1.  To see if it works for
2185 you, start another XEmacs and test with that first.  If you get a core
2186 dump the method doesn't work and if you get @samp{Arithmetic error} then
2187 it does.
2188 @end quotation
2189
2190 @node Q2.1.15, Q2.1.16, Q2.1.14, Installation
2191 @unnumberedsubsec Q2.1.15: How to Debug an XEmacs problem with a debugger
2192
2193 If XEmacs does crash on you, one of the most productive things you can
2194 do to help get the bug fixed is to poke around a bit with the debugger.
2195 Here are some hints:
2196
2197 @itemize @bullet
2198 @item
2199 First of all, if the crash is at all reproducible, consider very
2200 strongly recompiling your XEmacs with debugging symbols, with no
2201 optimization, and with the configure options @samp{--debug=yes} and
2202 @samp{--error-checking=all}.  This will make your XEmacs run somewhat
2203 slower but make it a lot more likely to catch the problem earlier
2204 (closer to its source), and a lot easier to determine what's going on
2205 with a debugger.
2206
2207 @item
2208 If you're able to run XEmacs under a debugger and reproduce the crash
2209 (if it's inconvenient to do this because XEmacs is already running or is
2210 running in batch mode as part of a bunch of scripts, consider attaching
2211 to the existing process with your debugger; most debuggers let you do
2212 this by substituting the process ID for the core file when you invoke
2213 the debugger from the command line, or by using the @code{attach}
2214 command or something similar), here are some things you can do:
2215
2216 @item
2217 If XEmacs is hitting an assertion failure, put a breakpoint on
2218 @code{assert_failed()}.
2219
2220 @item
2221 If XEmacs is hitting some weird Lisp error that's causing it to crash
2222 (e.g. during startup), put a breakpoint on @code{signal_1()}---this is
2223 declared static in eval.c.
2224
2225 @item
2226 Internally, you will probably see lots of variables that hold objects of
2227 type @code{Lisp_Object}.  These are exactly what they appear to be,
2228 i.e. references to Lisp objects.  Printing them out with the debugger
2229 probably won't be too useful---you'll likely just see a number.  To
2230 decode them, do this:
2231
2232 @example
2233 call debug_print (OBJECT)
2234 @end example
2235
2236 where @var{OBJECT} is whatever you want to decode (it can be a variable,
2237 a function call, etc.).  This will print out a readable representation
2238 on the TTY from which the xemacs process was invoked.
2239
2240 @item
2241 If you want to get a Lisp backtrace showing the Lisp call
2242 stack, do this:
2243
2244 @example
2245 call debug_backtrace ()
2246 @end example
2247
2248 @item
2249 Using @code{debug_print} and @code{debug_backtrace} has two
2250 disadvantages - it can only be used with a running xemacs process, and
2251 it cannot display the internal C structure of a Lisp Object.  Even if
2252 all you've got is a core dump, all is not lost.
2253
2254 If you're using GDB, there are some macros in the file
2255 @file{src/.gdbinit} in the XEmacs source distribution that should make
2256 it easier for you to decode Lisp objects.  This file is automatically
2257 read by gdb if gdb is run in the directory where xemacs was built, and
2258 contains these useful macros to inspect the state of xemacs:
2259
2260 @table @code
2261 @item pobj
2262 Usage: pobj lisp_object @*
2263 Print the internal C representation of a lisp object.
2264
2265 @item xtype
2266 Usage: xtype lisp_object @*
2267 Print the Lisp type of a lisp object.
2268
2269 @item lbt
2270 Usage: lbt @*
2271 Print the current Lisp stack trace.
2272 Requires a running xemacs process.
2273
2274 @item ldp
2275 Usage: ldp lisp_object @*
2276 Print a Lisp Object value using the Lisp printer.
2277 Requires a running xemacs process.
2278
2279 @item run-temacs
2280 Usage: run-temacs @*
2281 Run temacs interactively, like xemacs.
2282 Use this with debugging tools (like purify) that cannot deal with dumping,
2283 or when temacs builds successfully, but xemacs does not.
2284
2285 @item dump-temacs
2286 Usage: dump-temacs @*
2287 Run the dumping part of the build procedure.
2288 Use when debugging temacs, not xemacs!
2289 Use this when temacs builds successfully, but xemacs does not.
2290
2291 @item check-xemacs
2292 Usage: check-xemacs @*
2293 Run the test suite.  Equivalent to 'make check'.
2294
2295 @item check-temacs
2296 Usage: check-temacs @*
2297 Run the test suite on temacs.  Equivalent to 'make check-temacs'.
2298 Use this with debugging tools (like purify) that cannot deal with dumping,
2299 or when temacs builds successfully, but xemacs does not.
2300 @end table
2301
2302 If you are using Sun's @file{dbx} debugger, there is an equivalent file
2303 @file{src/.dbxrc}, which defines the same commands for dbx.
2304
2305 @item
2306 If you're using a debugger to get a C stack backtrace and you're seeing
2307 stack traces with some of the innermost frames mangled, it may be due to
2308 dynamic linking. (This happens especially under Linux.) Consider
2309 reconfiguring with @samp{--dynamic=no}.  Also, sometimes (again under
2310 Linux), stack backtraces of core dumps will have the frame where the
2311 fatal signal occurred mangled; if you can obtain a stack trace while
2312 running the XEmacs process under a debugger, the stack trace should be
2313 clean.
2314
2315 @email{1CMC3466@@ibm.mtsac.edu, Curtiss} suggests upgrading to ld.so version 1.8
2316 if dynamic linking and debugging is a problem on Linux.
2317
2318 @item
2319 If you're using a debugger to get a C stack backtrace and you're
2320 getting a completely mangled and bogus stack trace, it's probably due to
2321 one of the following:
2322
2323 @enumerate a
2324 @item
2325 Your executable has been stripped.  Bad news.  Tell your sysadmin not to
2326 do this---it doesn't accomplish anything except to save a bit of disk
2327 space, and makes debugging much much harder.
2328
2329 @item
2330 Your stack is getting trashed.  Debugging this is hard; you have to do a
2331 binary-search type of narrowing down where the crash occurs, until you
2332 figure out exactly which line is causing the problem.  Of course, this
2333 only works if the bug is highly reproducible.
2334
2335 @item
2336 If your stack trace has exactly one frame in it, with address 0x0, this
2337 could simply mean that XEmacs attempted to execute code at that address,
2338 e.g. through jumping to a null function pointer.  Unfortunately, under
2339 those circumstances, GDB under Linux doesn't know how to get a stack
2340 trace. (Yes, this is the third Linux-related problem I've mentioned.  I
2341 have no idea why GDB under Linux is so bogus.  Complain to the GDB
2342 authors, or to comp.os.linux.development.system).  Again, you'll have to
2343 use the narrowing-down process described above.
2344
2345 @item
2346 If you compiled 19.14 with @samp{--debug} (or by default in later
2347 versions), you will get a Lisp backtrace output when XEmacs crashes, so
2348 you'll have something useful.
2349
2350 @end enumerate
2351
2352 @item
2353 If you compile with the newer gcc variants gcc-2.8 or egcs, you will
2354 also need gdb 4.17 or above.  Earlier releases of gdb can't handle the
2355 debug information generated by the newer compilers.
2356
2357 @item
2358 In versions of XEmacs before 21.2.27, @file{src/.gdbinit} was named
2359 @file{src/gdbinit}.  This had the disadvantage of not being sourced
2360 automatically by gdb, so you had to set that up yourself.
2361
2362 @end itemize
2363
2364 @node Q2.1.16, Q2.1.17, Q2.1.15, Installation
2365 @unnumberedsubsec Q2.1.16: XEmacs crashes in @code{strcat} on HP/UX 10
2366
2367 From the problems database (through
2368 the former address http://support.mayfield.hp.com/):
2369
2370 @example
2371 Problem Report: 5003302299
2372 Status:         Open
2373
2374 System/Model:   9000/700
2375 Product Name:   HPUX S800 10.0X
2376 Product Vers:   9245XB.10.00
2377
2378 Description: strcat(3C) may read beyond
2379 end of source string, can cause SIGSEGV
2380
2381
2382 *** PROBLEM TEXT ***
2383 strcat(3C) may read beyond the source string onto an unmapped page,
2384 causing a segmentation violation.
2385 @end example
2386
2387 @node Q2.1.17, Q2.1.18, Q2.1.16, Installation
2388 @unnumberedsubsec Q2.1.17: @samp{Marker does not point anywhere}
2389
2390 As with other errors, set @code{debug-on-error} to @code{t} to get the
2391 backtrace when the error occurs.  Specifically, two problems have been
2392 reported (and fixed).
2393
2394 @enumerate
2395 @item
2396 A problem with line-number-mode in XEmacs 19.14 affected a large number
2397 of other packages.  If you see this error message, turn off
2398 line-number-mode.
2399
2400 @item
2401 A problem with some early versions of Gnus 5.4 caused this error.
2402 Upgrade your Gnus.
2403 @end enumerate
2404
2405 @node Q2.1.18, Q2.1.19, Q2.1.17, Installation
2406 @unnumberedsubsec Q2.1.18: removed
2407
2408 @node Q2.1.19, Q2.1.20, Q2.1.18, Installation
2409 @unnumberedsubsec Q2.1.19: XEmacs does not follow the local timezone.
2410
2411 When using one of the prebuilt binaries many users have observed that
2412 XEmacs uses the timezone under which it was built, but not the timezone
2413 under which it is running.  The solution is to add:
2414
2415 @lisp
2416 (set-time-zone-rule "MET")
2417 @end lisp
2418
2419 to your @file{.emacs} or the @file{site-start.el} file if you can.
2420 Replace @code{MET} with your local timezone.
2421
2422 @node Q2.1.20, Q2.1.21, Q2.1.19, Installation
2423 @unnumberedsubsec Q2.1.20: @samp{Symbol's function definition is void: hkey-help-show.}
2424
2425 This is a problem with a partially loaded hyperbole.  Try adding:
2426
2427 @lisp
2428 (require 'hmouse-drv)
2429 @end lisp
2430
2431 where you load hyperbole and the problem should go away.
2432
2433 @node Q2.1.21, Q2.1.22, Q2.1.20, Installation
2434 @unnumberedsubsec Q2.1.21: [This question intentionally left blank]
2435
2436 @node Q2.1.22, Q2.1.23, Q2.1.21, Installation
2437 @unnumberedsubsec Q2.1.22: XEmacs seems to take a really long time to do some things
2438
2439 @email{dmoore@@ucsd.edu, David Moore} writes:
2440
2441 @quotation
2442 Two things you can do:
2443
2444 1) C level:
2445
2446 When you see it going mad like this, you might want to use gdb from an
2447 'xterm' to attach to the running process and get a stack trace.  To do
2448 this just run:
2449
2450 @example
2451 gdb /path/to/xemacs/xemacs ####
2452 @end example
2453
2454 Where @code{####} is the process id of your xemacs, instead of
2455 specifying the core.  When gdb attaches, the xemacs will stop [1] and
2456 you can type `where' in gdb to get a stack trace as usual.  To get
2457 things moving again, you can just type `quit' in gdb.  It'll tell you
2458 the program is running and ask if you want to quit anyways.  Say 'y' and
2459 it'll quit and have your emacs continue from where it was at.
2460
2461 2) Lisp level:
2462
2463 Turn on debug-on-quit early on.  When you think things are going slow
2464 hit C-g and it may pop you in the debugger so you can see what routine
2465 is running.  Press `c' to get going again.
2466
2467 debug-on-quit doesn't work if something's turned on inhibit-quit or in
2468 some other strange cases.
2469 @end quotation
2470
2471 @node Q2.1.23, Q2.1.24, Q2.1.22, Installation
2472 @unnumberedsubsec Q2.1.23:  Movemail on Linux does not work for XEmacs 19.15 and later.
2473
2474 Movemail used to work fine in 19.14 but has stopped working in 19.15
2475 and 20.x.  I am using Linux.
2476
2477 @email{steve@@xemacs.org, SL Baur} writes:
2478
2479 @quotation
2480 Movemail on Linux used to default to using flock file locking.  With
2481 19.15 and later versions it now defaults to using @code{.lock} file
2482 locking.  If this is not appropriate for your system, edit src/s/linux.h
2483 and uncomment the line that reads:
2484
2485 @example
2486 #define MAIL_USE_FLOCK
2487 @end example
2488 @end quotation
2489
2490 @node Q2.1.24,  , Q2.1.23, Installation
2491 @unnumberedsubsec Q2.1.24:  XEmacs won't start without network. (NEW)
2492 Q2.1.23:  Movemail on Linux does not work for XEmacs 19.15 and later.
2493
2494 If XEmacs starts when you're on the network, but fails when you're not
2495 on the network, you may be missing a "localhost" entry in your
2496 @file{/etc/hosts} file.  The file should contain an entry like:
2497
2498 @example
2499 127.0.0.1        localhost
2500 @end example
2501
2502 Add that line, and XEmacs will be happy.
2503
2504 @node Customization, Subsystems, Installation, Top
2505 @unnumbered 3 Customization and Options
2506
2507 This is part 3 of the XEmacs Frequently Asked Questions list.  This
2508 section is devoted to Customization and screen settings.
2509
2510 @menu
2511 Customization---Emacs Lisp and @file{.emacs}:
2512 * Q3.0.1::      What version of Emacs am I running?
2513 * Q3.0.2::      How do I evaluate Elisp expressions?
2514 * Q3.0.3::      @code{(setq tab-width 6)} behaves oddly.
2515 * Q3.0.4::      How can I add directories to the @code{load-path}?
2516 * Q3.0.5::      How to check if a lisp function is defined?
2517 * Q3.0.6::      Can I force the output of @code{(face-list)} to a buffer?
2518 * Q3.0.7::      Font selections don't get saved after @code{Save Options}.
2519 * Q3.0.8::      How do I make a single minibuffer frame?
2520 * Q3.0.9::      What is @code{Customize}?
2521
2522 X Window System & Resources:
2523 * Q3.1.1::      Where is a list of X resources?
2524 * Q3.1.2::      How can I detect a color display?
2525 * Q3.1.3::      [This question intentionally left blank]
2526 * Q3.1.4::      [This question intentionally left blank]
2527 * Q3.1.5::      How can I get the icon to just say @samp{XEmacs}?
2528 * Q3.1.6::      How can I have the window title area display the full path?
2529 * Q3.1.7::      @samp{xemacs -name junk} doesn't work?
2530 * Q3.1.8::      @samp{-iconic} doesn't work.
2531
2532 Textual Fonts & Colors:
2533 * Q3.2.1::      How can I set color options from @file{.emacs}?
2534 * Q3.2.2::      How do I set the text, menu and modeline fonts?
2535 * Q3.2.3::      How can I set the colors when highlighting a region?
2536 * Q3.2.4::      How can I limit color map usage?
2537 * Q3.2.5::      My tty supports color, but XEmacs doesn't use them.
2538 * Q3.2.6::      Can I have pixmap backgrounds in XEmacs?
2539
2540 The Modeline:
2541 * Q3.3.1::      How can I make the modeline go away?
2542 * Q3.3.2::      How do you have XEmacs display the line number in the modeline?
2543 * Q3.3.3::      How do I get XEmacs to put the time of day on the modeline?
2544 * Q3.3.4::      How do I turn off current chapter from AUC TeX modeline?
2545 * Q3.3.5::      How can one change the modeline color based on the mode used?
2546
2547 3.4 Multiple Device Support:
2548 * Q3.4.1::      How do I open a frame on another screen of my multi-headed display?
2549 * Q3.4.2::      Can I really connect to a running XEmacs after calling up over a modem?  How?
2550
2551 3.5 The Keyboard:
2552 * Q3.5.1::      How can I bind complex functions (or macros) to keys?
2553 * Q3.5.2::      How can I stop down-arrow from adding empty lines to the bottom of my buffers?
2554 * Q3.5.3::      How do I bind C-. and C-; to scroll one line up and down?
2555 * Q3.5.4::      Globally binding @kbd{Delete}?
2556 * Q3.5.5::      Scrolling one line at a time.
2557 * Q3.5.6::      How to map @kbd{Help} key alone on Sun type4 keyboard?
2558 * Q3.5.7::      How can you type in special characters in XEmacs?
2559 * Q3.5.8::      Why does @code{(global-set-key [delete-forward] 'delete-char)} complain?
2560 * Q3.5.9::      How do I make the Delete key delete forward?
2561 * Q3.5.10::     Can I turn on @dfn{sticky} modifier keys?
2562 * Q3.5.11::     How do I map the arrow keys?
2563
2564 The Cursor:
2565 * Q3.6.1::      Is there a way to make the bar cursor thicker?
2566 * Q3.6.2::      Is there a way to get back the old block cursor where the cursor covers the character in front of the point?
2567 * Q3.6.3::      Can I make the cursor blink?
2568
2569 The Mouse and Highlighting:
2570 * Q3.7.1::      How can I turn off Mouse pasting?
2571 * Q3.7.2::      How do I set control/meta/etc modifiers on mouse buttons?
2572 * Q3.7.3::      Clicking the left button does not do anything in buffer list.
2573 * Q3.7.4::      How can I get a list of buffers when I hit mouse button 3?
2574 * Q3.7.5::      Why does cut-and-paste not work between XEmacs and a cmdtool?
2575 * Q3.7.6::      How I can set XEmacs up so that it pastes where the text cursor is?
2576 * Q3.7.7::      How do I select a rectangular region?
2577 * Q3.7.8::      Why does @kbd{M-w} take so long?
2578
2579 The Menubar and Toolbar:
2580 * Q3.8.1::      How do I get rid of the menu (or menubar)?
2581 * Q3.8.2::      Can I customize the basic menubar?
2582 * Q3.8.3::      How do I control how many buffers are listed in the menu @code{Buffers} list?
2583 * Q3.8.4::      Resources like @code{Emacs*menubar*font} are not working?
2584 * Q3.8.5::      How can I bind a key to a function to toggle the toolbar?
2585
2586 Scrollbars:
2587 * Q3.9.1::      How can I disable the scrollbar?
2588 * Q3.9.2::      How can one use resources to change scrollbar colors?
2589 * Q3.9.3::      Moving the scrollbar can move the point; can I disable this?
2590 * Q3.9.4::      How can I get automatic horizontal scrolling?
2591
2592 Text Selections:
2593 * Q3.10.1::     How can I turn off or change highlighted selections?
2594 * Q3.10.2::     How do I get that typing on an active region removes it?
2595 * Q3.10.3::     Can I turn off the highlight during isearch?
2596 * Q3.10.4::     How do I turn off highlighting after @kbd{C-x C-p} (mark-page)?
2597 * Q3.10.5::     The region disappears when I hit the end of buffer while scrolling.
2598 @end menu
2599
2600 @node Q3.0.1, Q3.0.2, Customization, Customization
2601 @unnumberedsec 3.0: Customization -- Emacs Lisp and .emacs
2602 @unnumberedsubsec Q3.0.1: What version of Emacs am I running?
2603
2604 How can @file{.emacs} determine which of the family of Emacsen I am
2605 using?
2606
2607 To determine if you are currently running GNU Emacs 18, GNU Emacs 19,
2608 XEmacs 19, XEmacs 20, or Epoch, and use appropriate code, check out the
2609 example given in @file{etc/sample.emacs}.  There are other nifty things
2610 in there as well!
2611
2612 For all new code, all you really need to do is:
2613
2614 @lisp
2615 (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
2616 @end lisp
2617
2618 @node Q3.0.2, Q3.0.3, Q3.0.1, Customization
2619 @unnumberedsubsec Q3.0.2: How can I evaluate Emacs-Lisp expressions?
2620
2621 I know I can evaluate Elisp expressions from @code{*scratch*} buffer
2622 with @kbd{C-j} after the expression.  How do I do it from another
2623 buffer?
2624
2625 Press @kbd{M-:} (the default binding of @code{eval-expression}), and
2626 enter the expression to the minibuffer.  In XEmacs prior to 19.15
2627 @code{eval-expression} used to be a disabled command by default.  If
2628 this is the case, upgrade your XEmacs.
2629
2630 @node Q3.0.3, Q3.0.4, Q3.0.2, Customization
2631 @unnumberedsubsec Q3.0.3: @code{(setq tab-width 6)} behaves oddly.
2632
2633 If you put @code{(setq tab-width 6)} in your @file{.emacs} file it does
2634 not work!  Is there a reason for this?  If you do it at the EVAL prompt
2635 it works fine!! How strange.
2636
2637 Use @code{setq-default} instead, since @code{tab-width} is
2638 all-buffer-local.
2639
2640 @node Q3.0.4, Q3.0.5, Q3.0.3, Customization
2641 @unnumberedsubsec Q3.0.4: How can I add directories to the @code{load-path}?
2642
2643 Here are two ways to do that, one that puts your directories at the
2644 front of the load-path, the other at the end:
2645
2646 @lisp
2647 ;;; Add things at the beginning of the load-path, do not add
2648 ;;; duplicate directories:
2649 (pushnew "bar" load-path :test 'equal)
2650
2651 (pushnew "foo" load-path :test 'equal)
2652
2653 ;;; Add things at the end, unconditionally
2654 (setq load-path (nconc load-path '("foo" "bar")))
2655 @end lisp
2656
2657 @email{keithh@@nortel.ca, keith (k.p.) hanlan} writes:
2658
2659 @quotation
2660 To add directories using Unix shell metacharacters use
2661 @file{expand-file-name} like this:
2662
2663 @lisp
2664 (push (expand-file-name "~keithh/.emacsdir") load-path)
2665 @end lisp
2666 @end quotation
2667
2668 @node Q3.0.5, Q3.0.6, Q3.0.4, Customization
2669 @unnumberedsubsec Q3.0.5: How to check if a lisp function is defined?
2670
2671 Use the following elisp:
2672
2673 @lisp
2674 (fboundp 'foo)
2675 @end lisp
2676
2677 It's almost always a mistake to test @code{emacs-version} or any similar
2678 variables.
2679
2680 Instead, use feature-tests, such as @code{featurep}, @code{boundp},
2681 @code{fboundp}, or even simple behavioral tests, eg.:
2682
2683 @lisp
2684 (defvar foo-old-losing-code-p
2685   (condition-case nil (progn (losing-code t) nil)
2686     (wrong-number-of-arguments t)))
2687 @end lisp
2688
2689 There is an incredible amount of broken code out there which could work
2690 much better more often in more places if it did the above instead of
2691 trying to divine its environment from the value of one variable.
2692
2693 @node Q3.0.6, Q3.0.7, Q3.0.5, Customization
2694 @unnumberedsubsec Q3.0.6: Can I force the output of @code{(face-list)} to a buffer?
2695
2696 It would be good having it in a buffer, as the output of
2697 @code{(face-list)} is too wide to fit to a minibuffer.
2698
2699 Evaluate the expression in the @samp{*scratch*} buffer with point after
2700 the rightmost paren and typing @kbd{C-j}.
2701
2702 If the minibuffer smallness is the only problem you encounter, you can
2703 simply press @kbd{C-h l} to get the former minibuffer contents in a
2704 buffer.
2705
2706 @node Q3.0.7, Q3.0.8, Q3.0.6, Customization
2707 @unnumberedsubsec Q3.0.7: Font selections in don't get saved after @code{Save Options}.
2708
2709 For XEmacs 19.14 and previous:
2710
2711 @email{mannj@@ll.mit.edu, John Mann} writes:
2712
2713 @quotation
2714 You have to go to Options->Frame Appearance and unselect
2715 @samp{Frame-Local Font Menu}.  If this option is selected, font changes
2716 are only applied to the @emph{current} frame and do @emph{not} get saved
2717 when you save options.
2718 @end quotation
2719
2720 For XEmacs 19.15 and later:
2721
2722 Implement the above as well as set the following in your @file{.emacs}
2723
2724 @lisp
2725 (setq options-save-faces t)
2726 @end lisp
2727
2728 @node Q3.0.8, Q3.0.9, Q3.0.7, Customization
2729 @unnumberedsubsec Q3.0.8: How do I get a single minibuffer frame?
2730
2731 @email{acs@@acm.org, Vin Shelton} writes:
2732
2733 @lisp
2734 (setq initial-frame-plist '(minibuffer nil))
2735 (setq default-frame-plist '(minibuffer nil))
2736 (setq default-minibuffer-frame
2737       (make-frame
2738        '(minibuffer only
2739                     width 86
2740                     height 1
2741                     menubar-visible-p nil
2742                     default-toolbar-visible-p nil
2743                     name "minibuffer"
2744                     top -2
2745                     left -2
2746                     has-modeline-p nil)))
2747 (frame-notice-user-settings)
2748 @end lisp
2749
2750 @strong{Please note:} The single minibuffer frame may not be to everyone's
2751 taste, and there any number of other XEmacs options settings that may
2752 make it difficult or inconvenient to use.
2753
2754 @node Q3.0.9, Q3.1.1, Q3.0.8, Customization
2755 @unnumberedsubsec Q3.0.9: What is @code{Customize}?
2756
2757 Starting with XEmacs 20.2 there is new system 'Customize' for customizing
2758 XEmacs options.
2759
2760 You can access @code{Customize} from the @code{Options} menu
2761 or invoking one of customize commands by typing eg.
2762 @kbd{M-x customize}, @kbd{M-x customize-face},
2763 @kbd{M-x customize-variable} or @kbd{M-x customize-apropos}.
2764
2765 Starting with XEmacs 20.3 there is also new `browser' mode for Customize.
2766 Try it out with @kbd{M-x customize-browse}
2767
2768 @node Q3.1.1, Q3.1.2, Q3.0.9, Customization
2769 @unnumberedsec 3.1: X Window System & Resources
2770 @unnumberedsubsec Q3.1.1: Where is a list of X resources?
2771
2772 Search through the @file{NEWS} file for @samp{X Resources}.  A fairly
2773 comprehensive list is given after it.
2774
2775 In addition, an @file{app-defaults} file is supplied,
2776 @file{etc/Emacs.ad} listing the defaults.  The file
2777 @file{etc/sample.Xdefaults} gives a set of defaults that you might
2778 consider.  It is essentially the same as @file{etc/Emacs.ad} but some
2779 entries are slightly altered.  Be careful about installing the contents
2780 of this file into your @file{.Xdefaults} or @file{.Xresources} file if
2781 you use GNU Emacs under X11 as well.
2782
2783 @node Q3.1.2, Q3.1.3, Q3.1.1, Customization
2784 @unnumberedsubsec Q3.1.2: How can I detect a color display?
2785
2786 You can test the return value of the function @code{(device-class)}, as
2787 in:
2788
2789 @lisp
2790 (when (eq (device-class) 'color)
2791   (set-face-foreground  'font-lock-comment-face "Grey")
2792   (set-face-foreground  'font-lock-string-face  "Red")
2793   ....
2794   )
2795 @end lisp
2796
2797 @node Q3.1.3, Q3.1.4, Q3.1.2, Customization
2798 @unnumberedsubsec Q3.1.3: [This question intentionally left blank]
2799
2800 @node Q3.1.4, Q3.1.5, Q3.1.3, Customization
2801 @unnumberedsubsec Q3.1.4: [This question intentionally left blank]
2802
2803 @node Q3.1.5, Q3.1.6, Q3.1.4, Customization
2804 @unnumberedsubsec Q3.1.5: How can I get the icon to just say @samp{XEmacs}?
2805
2806 I'd like the icon to just say @samp{XEmacs}, and not include the name of
2807 the current file in it.
2808
2809 Add the following line to your @file{.emacs}:
2810
2811 @lisp
2812 (setq frame-icon-title-format "XEmacs")
2813 @end lisp
2814
2815 @node Q3.1.6, Q3.1.7, Q3.1.5, Customization
2816 @unnumberedsubsec Q3.1.6: How can I have the window title area display the full path?
2817
2818 I'd like to have the window title area display the full directory/name
2819 of the current buffer file and not just the name.
2820
2821 Add the following line to your @file{.emacs}:
2822
2823 @lisp
2824 (setq frame-title-format "%S: %f")
2825 @end lisp
2826
2827 A more sophisticated title might be:
2828
2829 @lisp
2830 (setq frame-title-format
2831       '("%S: " (buffer-file-name "%f"
2832                                  (dired-directory dired-directory "%b"))))
2833 @end lisp
2834
2835 That is, use the file name, or the dired-directory, or the buffer name.
2836
2837 @node Q3.1.7, Q3.1.8, Q3.1.6, Customization
2838 @unnumberedsubsec Q3.1.7: @samp{xemacs -name junk} doesn't work?
2839
2840 When I run @samp{xterm -name junk}, I get an xterm whose class name
2841 according to xprop, is @samp{junk}.  This is the way it's supposed to
2842 work, I think.  When I run @samp{xemacs -name junk} the class name is
2843 not set to @samp{junk}.  It's still @samp{emacs}.  What does
2844 @samp{xemacs -name} really do?  The reason I ask is that my window
2845 manager (fvwm) will make a window sticky and I use XEmacs to read my
2846 mail.  I want that XEmacs window to be sticky, without having to use the
2847 window manager's function to set the window sticky.  What gives?
2848
2849 @samp{xemacs -name} sets the application name for the program (that is,
2850 the thing which normally comes from @samp{argv[0]}).  Using @samp{-name}
2851 is the same as making a copy of the executable with that new name.  The
2852 @code{WM_CLASS} property on each frame is set to the frame-name, and the
2853 application-class.  So, if you did @samp{xemacs -name FOO} and then
2854 created a frame named @var{BAR}, you'd get an X window with WM_CLASS =
2855 @code{( "BAR", "Emacs")}.  However, the resource hierarchy for this
2856 widget would be:
2857
2858 @example
2859 Name:    FOO   .shell             .container   .BAR
2860 Class:   Emacs .TopLevelEmacsShell.EmacsManager.EmacsFrame
2861 @end example
2862
2863 instead of the default
2864
2865 @example
2866 Name:    xemacs.shell             .container   .emacs
2867 Class:   Emacs .TopLevelEmacsShell.EmacsManager.EmacsFrame
2868 @end example
2869
2870
2871 It is arguable that the first element of WM_CLASS should be set to the
2872 application-name instead of the frame-name, but I think that's less
2873 flexible, since it does not give you the ability to have multiple frames
2874 with different WM_CLASS properties.  Another possibility would be for
2875 the default frame name to come from the application name instead of
2876 simply being @samp{emacs}.  However, at this point, making that change
2877 would be troublesome: it would mean that many users would have to make
2878 yet another change to their resource files (since the default frame name
2879 would suddenly change from @samp{emacs} to @samp{xemacs}, or whatever
2880 the executable happened to be named), so we'd rather avoid it.
2881
2882 To make a frame with a particular name use:
2883
2884 @lisp
2885 (make-frame '((name . "the-name")))
2886 @end lisp
2887
2888 @node Q3.1.8, Q3.2.1, Q3.1.7, Customization
2889 @unnumberedsubsec Q3.1.8: @samp{-iconic} doesn't work.
2890
2891 When I start up XEmacs using @samp{-iconic} it doesn't work right.
2892 Using @samp{-unmapped} on the command line, and setting the
2893 @code{initiallyUnmapped} X Resource don't seem to help much either...
2894
2895 @email{ben@@xemacs.org, Ben Wing} writes:
2896
2897 @quotation
2898 Ugh, this stuff is such an incredible mess that I've about given up
2899 getting it to work.  The principal problem is numerous window-manager
2900 bugs...
2901 @end quotation
2902
2903 @node Q3.2.1, Q3.2.2, Q3.1.8, Customization
2904 @unnumberedsec 3.2: Textual Fonts & Colors
2905 @unnumberedsubsec Q3.2.1: How can I set color options from @file{.emacs}?
2906
2907 How can I set the most commonly used color options from my @file{.emacs}
2908 instead of from my @file{.Xdefaults}?
2909
2910 Like this:
2911
2912 @lisp
2913 (set-face-background 'default      "bisque") ; frame background
2914 (set-face-foreground 'default      "black") ; normal text
2915 (set-face-background 'zmacs-region "red") ; When selecting w/
2916                                         ; mouse
2917 (set-face-foreground 'zmacs-region "yellow")
2918 (set-face-font       'default      "*courier-bold-r*120-100-100*")
2919 (set-face-background 'highlight    "blue") ; Ie when selecting
2920                                         ; buffers
2921 (set-face-foreground 'highlight    "yellow")
2922 (set-face-background 'modeline     "blue") ; Line at bottom
2923                                         ; of buffer
2924 (set-face-foreground 'modeline     "white")
2925 (set-face-font       'modeline     "*bold-r-normal*140-100-100*")
2926 (set-face-background 'isearch      "yellow") ; When highlighting
2927                                         ; while searching
2928 (set-face-foreground 'isearch      "red")
2929 (setq x-pointer-foreground-color   "black") ; Adds to bg color,
2930                                         ; so keep black
2931 (setq x-pointer-background-color   "blue") ; This is color
2932                                         ; you really
2933                                         ; want ptr/crsr
2934 @end lisp
2935
2936 @node Q3.2.2, Q3.2.3, Q3.2.1, Customization
2937 @unnumberedsubsec Q3.2.2: How do I set the text, menu and modeline fonts?
2938
2939 Note that you should use @samp{Emacs.} and not @samp{Emacs*} when
2940 setting face values.
2941
2942 In @file{.Xdefaults}:
2943
2944 @example
2945 Emacs.default.attributeFont:  -*-*-medium-r-*-*-*-120-*-*-m-*-*-*
2946 Emacs*menubar*font:           fixed
2947 Emacs.modeline.attributeFont: fixed
2948 @end example
2949
2950 This is confusing because modeline is a face, and can be found listed
2951 with all faces in the current mode by using @kbd{M-x set-face-font
2952 (enter) ?}.  It uses the face specification of @code{attributeFont},
2953 while menubar is a normal X thing that uses the specification
2954 @code{font}.  With Motif it may be necessary to use @code{fontList}
2955 instead of @code{font}.
2956
2957 @node Q3.2.3, Q3.2.4, Q3.2.2, Customization
2958 @unnumberedsubsec Q3.2.3: How can I set the colors when highlighting a region?
2959
2960 How can I set the background/foreground colors when highlighting a
2961 region?
2962
2963 You can change the face @code{zmacs-region} either in your
2964 @file{.Xdefaults}:
2965
2966 @example
2967 Emacs.zmacs-region.attributeForeground: firebrick
2968 Emacs.zmacs-region.attributeBackground: lightseagreen
2969 @end example
2970
2971 or in your @file{.emacs}:
2972
2973 @lisp
2974 (set-face-background 'zmacs-region "red")
2975 (set-face-foreground 'zmacs-region "yellow")
2976 @end lisp
2977
2978 @node Q3.2.4, Q3.2.5, Q3.2.3, Customization
2979 @unnumberedsubsec Q3.2.4: How can I limit color map usage?
2980
2981 I'm using Netscape (or another color grabber like XEmacs);
2982 is there anyway to limit the number of available colors in the color map?
2983
2984 XEmacs 19.13 didn't have such a mechanism (unlike netscape, or other
2985 color-hogs).  One solution is to start XEmacs prior to netscape, since
2986 this will prevent Netscape from grabbing all colors (but Netscape will
2987 complain).  You can use the flags for Netscape, like -mono, -ncols <#>
2988 or -install (for mono, limiting to <#> colors, or for using a private
2989 color map).  Since Netscape will take the entire colormap and never
2990 release it, the only reasonable way to run it is with @samp{-install}.
2991
2992 If you have the money, another solution would be to use a truecolor or
2993 direct color video.
2994
2995 Starting with XEmacs 19.14, XEmacs uses the closest available color if
2996 the colormap is full, so it's O.K. now to start Netscape first.
2997
2998 @node Q3.2.5, Q3.2.6, Q3.2.4, Customization
2999 @unnumberedsubsec Q3.2.5: My tty supports color, but XEmacs doesn't use them.
3000
3001 XEmacs tries to automatically determine whether your tty supports color,
3002 but sometimes guesses wrong.  In that case, you can make XEmacs Do The
3003 Right Thing using this Lisp code:
3004
3005 @lisp
3006 (if (eq 'tty (device-type))
3007     (set-device-class nil 'color))
3008 @end lisp
3009
3010 @node Q3.2.6, Q3.3.1, Q3.2.5, Customization
3011 @unnumberedsubsec Q3.2.6: Can I have pixmap backgrounds in XEmacs?
3012 @c New
3013 @email{jvillaci@@wahnsinnig.extreme.indiana.edu, Juan Villacis} writes:
3014
3015 @quotation
3016 There are several ways to do it.  For example, you could specify a
3017 default pixmap image to use in your @file{~/.Xresources}, e.g.,
3018
3019
3020 @example
3021   Emacs*EmacsFrame.default.attributeBackgroundPixmap: /path/to/image.xpm
3022 @end example
3023
3024
3025 and then reload ~/.Xresources and restart XEmacs.  Alternatively,
3026 since each face can have its own pixmap background, a better way
3027 would be to set a face's pixmap within your XEmacs init file, e.g.,
3028
3029 @lisp
3030   (set-face-background-pixmap 'default "/path/to/image.xpm")
3031   (set-face-background-pixmap 'bold    "/path/to/another_image.xpm")
3032 @end lisp
3033
3034 and so on.  You can also do this interactively via @kbd{M-x edit-faces}.
3035
3036 @end quotation
3037
3038 @unnumberedsec 3.3: The Modeline
3039 @node Q3.3.1, Q3.3.2, Q3.2.6, Customization
3040 @unnumberedsubsec Q3.3.1: How can I make the modeline go away?
3041
3042 @lisp
3043 (set-specifier has-modeline-p nil)
3044 @end lisp
3045
3046 Starting with XEmacs 19.14 the modeline responds to mouse clicks, so if
3047 you haven't liked or used the modeline in the past, you might want to
3048 try the new version out.
3049
3050 @node Q3.3.2, Q3.3.3, Q3.3.1, Customization
3051 @unnumberedsubsec Q3.3.2: How do you have XEmacs display the line number in the modeline?
3052
3053 Add the following line to your @file{.emacs} file to display the
3054 line number:
3055
3056 @lisp
3057 (line-number-mode 1)
3058 @end lisp
3059
3060 Use the following to display the column number:
3061
3062 @lisp
3063 (column-number-mode 1)
3064 @end lisp
3065
3066 Or select from the @code{Options} menu
3067 @iftex
3068 @*
3069 @end iftex
3070 @code{Customize->Emacs->Editing->Basics->Line Number Mode}
3071 and/or
3072 @iftex
3073 @*
3074 @end iftex
3075 @code{Customize->Emacs->Editing->Basics->Column Number Mode}
3076
3077 Or type @kbd{M-x customize @key{RET} editing-basics @key{RET}}.
3078
3079 @node Q3.3.3, Q3.3.4, Q3.3.2, Customization
3080 @unnumberedsubsec Q3.3.3: How do I get XEmacs to put the time of day on the modeline?
3081
3082 Add the following line to your @file{.emacs} file to display the
3083 time:
3084
3085 @lisp
3086 (display-time)
3087 @end lisp
3088
3089 See @code{Customize} from the @code{Options} menu for customization.
3090
3091 @node Q3.3.4, Q3.3.5, Q3.3.3, Customization
3092 @unnumberedsubsec Q3.3.4: How do I turn off current chapter from AUC TeX modeline?
3093
3094 With AUC TeX, fast typing is hard because the current chapter, section
3095 etc. are given in the modeline.  How can I turn this off?
3096
3097 It's not AUC TeX, it comes from @code{func-menu} in @file{func-menu.el}.
3098 Add this code to your @file{.emacs} to turn it off:
3099
3100 @lisp
3101 (setq fume-display-in-modeline-p nil)
3102 @end lisp
3103
3104 Or just add a hook to @code{TeX-mode-hook} to turn it off only for TeX
3105 mode:
3106
3107 @lisp
3108 (add-hook 'TeX-mode-hook
3109           '(lambda () (setq fume-display-in-modeline-p nil)))
3110 @end lisp
3111
3112 @email{dhughes@@origin-at.co.uk, David Hughes} writes:
3113
3114 @quotation
3115 If you have 19.14 or later, try this instead; you'll still get the
3116 function name displayed in the modeline, but it won't attempt to keep
3117 track when you modify the file. To refresh when it gets out of synch,
3118 you simply need click on the @samp{Rescan Buffer} option in the
3119 function-menu.
3120
3121 @lisp
3122 (setq-default fume-auto-rescan-buffer-p nil)
3123 @end lisp
3124 @end quotation
3125
3126 @node Q3.3.5, Q3.4.1, Q3.3.4, Customization
3127 @unnumberedsubsec Q3.3.5: How can one change the modeline color based on the mode used?
3128
3129 You can use something like the following:
3130
3131 @lisp
3132 (add-hook 'lisp-mode-hook
3133           (lambda ()
3134             (set-face-background 'modeline "red" (current-buffer))))
3135 @end lisp
3136
3137 Then, when editing a Lisp file (i.e. when in Lisp mode), the modeline
3138 colors change from the default set in your @file{.emacs}.  The change
3139 will only be made in the buffer you just entered (which contains the
3140 Lisp file you are editing) and will not affect the modeline colors
3141 anywhere else.
3142
3143 Notes:
3144
3145 @itemize @bullet
3146
3147 @item
3148 The hook is the mode name plus @code{-hook}.  eg. c-mode-hook,
3149 c++-mode-hook, emacs-lisp-mode-hook (used for your @file{.emacs} or a
3150 @file{xx.el} file), lisp-interaction-mode-hook (the @samp{*scratch*}
3151 buffer), text-mode-hook, etc.
3152
3153 @item
3154 Be sure to use @code{add-hook}, not @code{(setq c-mode-hook xxxx)},
3155 otherwise you will erase anything that anybody has already put on the
3156 hook.
3157
3158 @item
3159 You can also do @code{(set-face-font 'modeline @var{font})},
3160 eg. @code{(set-face-font 'modeline "*bold-r-normal*140-100-100*"
3161 (current-buffer))} if you wish the modeline font to vary based on the
3162 current mode.
3163 @end itemize
3164
3165 This works in 19.15 as well, but there are additional modeline faces,
3166 @code{modeline-buffer-id}, @code{modeline-mousable}, and
3167 @code{modeline-mousable-minor-mode}, which you may want to customize.
3168
3169 @node Q3.4.1, Q3.4.2, Q3.3.5, Customization
3170 @unnumberedsec 3.4: Multiple Device Support
3171 @unnumberedsubsec Q3.4.1: How do I open a frame on another screen of my multi-headed display?
3172
3173 The support for this was revamped for 19.14.  Use the command
3174 @kbd{M-x make-frame-on-display}.  This command is also on the File menu
3175 in the menubar.
3176
3177 XEmacs 19.14 and later also have the command @code{make-frame-on-tty}
3178 which will establish a connection to any tty-like device.  Opening the
3179 TTY devices should be left to @code{gnuclient}, though.
3180
3181 @node Q3.4.2, Q3.5.1, Q3.4.1, Customization
3182 @unnumberedsubsec Q3.4.2: Can I really connect to a running XEmacs after calling up over a modem?  How?
3183
3184 If you're not running at least XEmacs 19.14, you can't.  Otherwise check
3185 out the @code{gnuattach} program supplied with XEmacs.  Starting with
3186 XEmacs 20.3, @code{gnuattach} and @code{gnudoit} functionality is
3187 provided by @code{gnuclient}.
3188
3189 Also @xref{Q5.0.12}.
3190
3191 @node Q3.5.1, Q3.5.2, Q3.4.2, Customization
3192 @unnumberedsec 3.5: The Keyboard
3193 @unnumberedsubsec Q3.5.1: How can I bind complex functions (or macros) to keys?
3194
3195 As an example, say you want the @kbd{paste} key on a Sun keyboard to
3196 insert the current Primary X selection at point. You can accomplish this
3197 with:
3198
3199 @lisp
3200 (define-key global-map [f18] 'x-insert-selection)
3201 @end lisp
3202
3203 However, this only works if there is a current X selection (the
3204 selection will be highlighted).  The functionality I like is for the
3205 @kbd{paste} key to insert the current X selection if there is one,
3206 otherwise insert the contents of the clipboard.  To do this you need to
3207 pass arguments to @code{x-insert-selection}.  This is done by wrapping
3208 the call in a 'lambda form:
3209
3210 @lisp
3211 (global-set-key [f18]
3212   (lambda () (interactive) (x-insert-selection t nil)))
3213 @end lisp
3214
3215 This binds the f18 key to a @dfn{generic} functional object.  The
3216 interactive spec is required because only interactive functions can be
3217 bound to keys.
3218
3219 For the FAQ example you could use:
3220
3221 @lisp
3222 (global-set-key [(control ?.)]
3223   (lambda () (interactive) (scroll-up 1)))
3224 (global-set-key [(control ?;)]
3225   (lambda () (interactive) (scroll-up -1)))
3226 @end lisp
3227
3228 This is fine if you only need a few functions within the lambda body.
3229 If you're doing more it's cleaner to define a separate function as in
3230 question 3.5.3 (@pxref{Q3.5.3}).
3231
3232 @node Q3.5.2, Q3.5.3, Q3.5.1, Customization
3233 @unnumberedsubsec Q3.5.2: How can I stop down-arrow from adding empty lines to the bottom of my buffers?
3234
3235 Add the following line to your @file{.emacs} file:
3236
3237 @lisp
3238 (setq next-line-add-newlines nil)
3239 @end lisp
3240
3241 This has been the default setting in XEmacs for some time.
3242
3243 @node Q3.5.3, Q3.5.4, Q3.5.2, Customization
3244 @unnumberedsubsec Q3.5.3: How do I bind C-. and C-; to scroll one line up and down?
3245
3246 Add the following (Thanks to @email{mly@@adoc.xerox.com, Richard Mlynarik} and
3247 @email{wayne@@zen.cac.stratus.com, Wayne Newberry}) to @file{.emacs}:
3248
3249 @lisp
3250 (defun scroll-up-one-line ()
3251   (interactive)
3252   (scroll-up 1))
3253
3254 (defun scroll-down-one-line ()
3255   (interactive)
3256   (scroll-down 1))
3257
3258 (global-set-key [(control ?.)] 'scroll-up-one-line) ; C-.
3259 (global-set-key [(control ?;)] 'scroll-down-one-line) ; C-;
3260 @end lisp
3261
3262 The key point is that you can only bind simple functions to keys; you
3263 can not bind a key to a function that you're also passing arguments to.
3264 (@pxref{Q3.5.1} for a better answer).
3265
3266 @node Q3.5.4, Q3.5.5, Q3.5.3, Customization
3267 @unnumberedsubsec Q3.5.4: Globally binding @kbd{Delete}?
3268
3269 I cannot manage to globally bind my @kbd{Delete} key to something other
3270 than the default.  How does one do this?
3271
3272 @lisp
3273 (defun foo ()
3274   (interactive)
3275   (message "You hit DELETE"))
3276
3277 (global-set-key 'delete 'foo)
3278 @end lisp
3279
3280 However, some modes explicitly bind @kbd{Delete}, so you would need to
3281 add a hook that does @code{local-set-key} for them.  If what you want to
3282 do is make the Backspace and Delete keys work more PC/Motif-like, then
3283 take a look at the @file{delbs.el} package.
3284
3285 New in XEmacs 19.14 is a variable called @code{key-translation-map}
3286 which makes it easier to bind @kbd{Delete}.  @file{delbs.el} is a
3287 good example of how to do this correctly.
3288
3289 Also @xref{Q3.5.10}.
3290
3291 @node Q3.5.5, Q3.5.6, Q3.5.4, Customization
3292 @unnumberedsubsec Q3.5.5: Scrolling one line at a time.
3293
3294 Can the cursor keys scroll the screen a line at a time, rather than the
3295 default half page jump?  I tend it to find it disorienting.
3296
3297 Try this:
3298
3299 @lisp
3300 (defun scroll-one-line-up (&optional arg)
3301   "Scroll the selected window up (forward in the text) one line (or N lines)."
3302   (interactive "p")
3303   (scroll-up (or arg 1)))
3304
3305 (defun scroll-one-line-down (&optional arg)
3306   "Scroll the selected window down (backward in the text) one line (or N)."
3307   (interactive "p")
3308   (scroll-down (or arg 1)))
3309
3310 (global-set-key [up]   'scroll-one-line-up)
3311 (global-set-key [down] 'scroll-one-line-down)
3312 @end lisp
3313
3314 The following will also work but will affect more than just the cursor
3315 keys (i.e. @kbd{C-n} and @kbd{C-p}):
3316
3317 @lisp
3318 (setq scroll-step 1)
3319 @end lisp
3320
3321 Starting with XEmacs-20.3 you can also change this with Customize.
3322 Select from the @code{Options} menu
3323 @code{Customize->Emacs->Environment->Windows->Scroll Step...} or type
3324 @kbd{M-x customize @key{RET} windows @key{RET}}.
3325
3326 @node Q3.5.6, Q3.5.7, Q3.5.5, Customization
3327 @unnumberedsubsec Q3.5.6: How to map @kbd{Help} key alone on Sun type4 keyboard?
3328
3329 The following works in GNU Emacs 19:
3330
3331 @lisp
3332 (global-set-key [help] 'help-command);; Help
3333 @end lisp
3334
3335 The following works in XEmacs 19.15 with the addition of shift:
3336
3337 @lisp
3338 (global-set-key [(shift help)] 'help-command);; Help
3339 @end lisp
3340
3341 But it doesn't work alone.  This is in the file @file{PROBLEMS} which
3342 should have come with your XEmacs installation: @emph{Emacs ignores the
3343 @kbd{help} key when running OLWM}.
3344
3345 OLWM grabs the @kbd{help} key, and retransmits it to the appropriate
3346 client using
3347 @iftex
3348 @*
3349 @end iftex
3350 @code{XSendEvent}.  Allowing Emacs to react to synthetic
3351 events is a security hole, so this is turned off by default.  You can
3352 enable it by setting the variable @code{x-allow-sendevents} to t.  You
3353 can also cause fix this by telling OLWM to not grab the help key, with
3354 the null binding @code{OpenWindows.KeyboardCommand.Help:}.
3355
3356 @node Q3.5.7, Q3.5.8, Q3.5.6, Customization
3357 @unnumberedsubsec Q3.5.7: How can you type in special characters in XEmacs?
3358 @c Changed
3359 One way is to use the package @code{x-compose}.  Then you can use
3360 sequences like @kbd{Compose " a} to get Ã¤, etc.
3361
3362 Another way is to use the @code{iso-insert} package, provided in XEmacs
3363 19.15 and later. Then you can use sequences like @kbd{C-x 8 " a} to get
3364 ä, etc.
3365
3366 @email{glynn@@sensei.co.uk, Glynn Clements} writes:
3367
3368 @quotation
3369 It depends upon your X server.
3370
3371 Generally, the simplest way is to define a key as Multi_key with
3372 xmodmap, e.g.
3373 @c hey, show some respect, willya -- there's xkeycaps, isn't there? --
3374 @c chr ;)
3375 @example
3376         xmodmap -e 'keycode 0xff20 = Multi_key'
3377 @end example
3378
3379 You will need to pick an appropriate keycode. Use xev to find out the
3380 keycodes for each key.
3381
3382 [NB: On a `Windows' keyboard, recent versions of XFree86 automatically
3383 define the right `Windows' key as Multi_key'.]
3384
3385 Once you have Multi_key defined, you can use e.g.
3386 @example
3387         Multi a '       => Ã¡
3388         Multi e "       => Ã«
3389         Multi c ,       => Ã§
3390 @end example
3391
3392 etc.
3393
3394 Also, recent versions of XFree86 define various AltGr-<key>
3395 combinations as dead keys, i.e.
3396 @example
3397         AltGr [         => dead_diaeresis
3398         AltGr ]         => dead_tilde
3399         AltGr ;         => dead_acute
3400 @end example
3401 etc.
3402
3403 Running @samp{xmodmap -pk} will list all of the defined keysyms.
3404 @end quotation
3405
3406 @node Q3.5.8, Q3.5.9, Q3.5.7, Customization
3407 @unnumberedsubsec Q3.5.8: Why does @code{(global-set-key [delete-forward] 'delete-char)} complain?
3408
3409 Why does @code{(define-key global-map [ delete-forward ] 'delete-char)}
3410 complain of not being able to bind an unknown key?
3411
3412 Try this instead:
3413
3414 @lisp
3415 (define-key global-map [delete_forward] 'delete-char)
3416 @end lisp
3417
3418 and it will work.
3419
3420 What you are seeing above is a bug due to code that is trying to check
3421 for GNU Emacs syntax like:
3422
3423 (define-key global-map [C-M-a] 'delete-char)
3424
3425 which otherwise would cause no errors but would not result in the
3426 expected behavior.
3427
3428 This bug has been fixed in 19.14.
3429
3430 @node Q3.5.9, Q3.5.10, Q3.5.8, Customization
3431 @unnumberedsubsec Q3.5.9: How do I make the Delete key delete forward?
3432
3433 With XEmacs-20.2 use the @code{delbs} package:
3434
3435 @lisp
3436 (require 'delbs)
3437 @end lisp
3438
3439 This will give you the functions @code{delbs-enable-delete-forward} to
3440 set things up, and @code{delbs-disable-delete-forward} to revert to
3441 ``normal'' behavior.  Note that @code{delbackspace} package is obsolete.
3442
3443 Starting with XEmacs-20.3 better solution is to set variable
3444 @code{delete-key-deletes-forward} to t.  You can also change this with
3445 Customize. Select from the @code{Options} menu
3446 @code{Customize->Emacs->Editing->Basics->Delete Key Deletes Forward} or
3447 type @kbd{M-x customize @key{RET} editing-basics @key{RET}}.
3448
3449 Also @xref{Q3.5.4}.
3450
3451 @node Q3.5.10, Q3.5.11, Q3.5.9, Customization
3452 @unnumberedsubsec Q3.5.10: Can I turn on @dfn{sticky} modifier keys?
3453
3454 Yes, with @code{(setq modifier-keys-are-sticky t)}.  This will give the
3455 effect of being able to press and release Shift and have the next
3456 character typed come out in upper case.  This will affect all the other
3457 modifier keys like Control and Meta as well.
3458
3459 @email{ben@@xemacs.org, Ben Wing} writes:
3460
3461 @quotation
3462 One thing about the sticky modifiers is that if you move the mouse out
3463 of the frame and back in, it cancels all currently ``stuck'' modifiers.
3464 @end quotation
3465
3466 @node Q3.5.11, Q3.6.1, Q3.5.10, Customization
3467 @unnumberedsubsec Q3.5.11: How do I map the arrow keys?
3468 @c New
3469 Say you want to map @kbd{C-@key{right}} to forward-word:
3470
3471 @email{sds@@usa.net, Sam Steingold} writes:
3472
3473 @quotation
3474 @lisp
3475 ; both XEmacs and Emacs
3476 (define-key global-map [(control right)] 'forward-word)
3477 @end lisp
3478 or
3479 @lisp
3480 ; Emacs only
3481 (define-key global-map [C-right] 'forward-word)
3482 @end lisp
3483 or
3484 @lisp
3485 ; ver > 20, both
3486 (define-key global-map (kbd "C-<right>") 'forward-word)
3487 @end lisp
3488 @end quotation
3489
3490
3491
3492 @node Q3.6.1, Q3.6.2, Q3.5.11, Customization
3493 @unnumberedsec 3.6: The Cursor
3494 @unnumberedsubsec Q3.6.1: Is there a way to make the bar cursor thicker?
3495
3496 I'd like to have the bar cursor a little thicker, as I tend to "lose" it
3497 often.
3498
3499 For a 1 pixel bar cursor, use:
3500
3501 @lisp
3502 (setq bar-cursor t)
3503 @end lisp
3504
3505 For a 2 pixel bar cursor, use:
3506
3507 @lisp
3508 (setq bar-cursor 'anything-else)
3509 @end lisp
3510
3511 Starting with XEmacs-20.3 you can also change these with Customize.
3512 Select from the @code{Options} menu
3513 @code{Customize->Emacs->Environment->Display->Bar Cursor...} or type
3514 @kbd{M-x customize @key{RET} display @key{RET}}.
3515
3516 You can use a color to make it stand out better:
3517
3518 @example
3519 Emacs*cursorColor:      Red
3520 @end example
3521
3522 @node Q3.6.2, Q3.6.3, Q3.6.1, Customization
3523 @unnumberedsubsec Q3.6.2: Is there a way to get back the block cursor?
3524
3525 @lisp
3526 (setq bar-cursor nil)
3527 @end lisp
3528
3529 Starting with XEmacs-20.3 you can also change this with Customize.
3530 Select from the @code{Options} menu
3531 @code{Customize->Emacs->Environment->Display->Bar Cursor...} or type
3532 @kbd{M-x customize @key{RET} display @key{RET}}.
3533
3534 @node Q3.6.3, Q3.7.1, Q3.6.2, Customization
3535 @unnumberedsubsec Q3.6.3: Can I make the cursor blink?
3536
3537 If you are running a version of XEmacs older than 19.14, no.  Otherwise
3538 you can do the following:
3539
3540 @lisp
3541 (blink-cursor-mode)
3542 @end lisp
3543
3544 This function toggles between a steady cursor and a blinking cursor.
3545 You may also set this mode from the menu bar by selecting @samp{Options
3546 => Frame Appearance => Blinking Cursor}.  Remember to save options.
3547
3548 @node Q3.7.1, Q3.7.2, Q3.6.3, Customization
3549 @unnumberedsec 3.7: The Mouse and Highlighting
3550 @unnumberedsubsec Q3.7.1: How can I turn off Mouse pasting?
3551
3552 I keep hitting the middle mouse button by accident and getting stuff
3553 pasted into my buffer so how can I turn this off?
3554
3555 Here is an alternative binding, whereby the middle mouse button selects
3556 (but does not cut) the expression under the mouse. Clicking middle on a
3557 left or right paren will select to the matching one.  Note that you can
3558 use @code{define-key} or @code{global-set-key}.
3559
3560 @lisp
3561 (defun mouse-set-point-and-select (event)
3562   "Sets the point at the mouse location, then marks following form"
3563   (interactive "@@e")
3564   (mouse-set-point event)
3565   (mark-sexp 1))
3566 (define-key global-map [button2] 'mouse-set-point-and-select)
3567 @end lisp
3568
3569 @node Q3.7.2, Q3.7.3, Q3.7.1, Customization
3570 @unnumberedsubsec Q3.7.2: How do I set control/meta/etc modifiers on mouse buttons?
3571
3572 Use, for instance, @code{[(meta button1)]}. For example, here is a common
3573 setting for Common Lisp programmers who use the bundled @code{ilisp}
3574 package, whereby meta-button1 on a function name will find the file where
3575 the function name was defined, and put you at that location in the source
3576 file.
3577
3578 [Inside a function that gets called by the lisp-mode-hook and
3579 ilisp-mode-hook]
3580
3581 @lisp
3582 (local-set-key [(meta button1)] 'edit-definitions-lisp)
3583 @end lisp
3584
3585 @node Q3.7.3, Q3.7.4, Q3.7.2, Customization
3586 @unnumberedsubsec Q3.7.3: Clicking the left button does not do anything in buffer list.
3587
3588 I do @kbd{C-x C-b} to get a list of buffers and the entries get
3589 highlighted when I move the mouse over them but clicking the left mouse
3590 does not do anything.
3591
3592 Use the middle mouse button.
3593
3594 @node Q3.7.4, Q3.7.5, Q3.7.3, Customization
3595 @unnumberedsubsec Q3.7.4: How can I get a list of buffers when I hit mouse button 3?
3596
3597 The following code will replace the default popup on button3:
3598
3599 @lisp
3600 (global-set-key [button3] 'popup-buffer-menu)
3601 @end lisp
3602
3603 @node Q3.7.5, Q3.7.6, Q3.7.4, Customization
3604 @unnumberedsubsec Q3.7.5: Why does cut-and-paste not work between XEmacs and a cmdtool?
3605
3606 We don't know.  It's a bug.  There does seem to be a work-around,
3607 however.  Try running xclipboard first.  It appears to fix the problem
3608 even if you exit it.  (This should be mostly fixed in 19.13, but we
3609 haven't yet verified that).
3610
3611 @node Q3.7.6, Q3.7.7, Q3.7.5, Customization
3612 @unnumberedsubsec Q3.7.6: How I can set XEmacs up so that it pastes where the text cursor is?
3613
3614 By default XEmacs pastes X selections where the mouse pointer is.  How
3615 do I disable this?
3616
3617 Examine the function @code{mouse-yank}, by typing @kbd{C-h f mouse-yank
3618 @key{RET}}.
3619
3620 To get XEmacs to paste at the text cursor, add this your @file{.emacs}:
3621
3622 @lisp
3623 (setq mouse-yank-at-point t)
3624 @end lisp
3625
3626 Starting with XEmacs-20.2 you can also change this with Customize.
3627 Select from the @code{Options} menu
3628 @code{Customize->Emacs->Editing->Mouse->Yank At Point...} or type
3629 @kbd{M-x customize @key{RET} mouse @key{RET}}.
3630
3631 @node Q3.7.7, Q3.7.8, Q3.7.6, Customization
3632 @unnumberedsubsec Q3.7.7: How do I select a rectangular region?
3633
3634 Just select the region normally, then use the rectangle commands (e.g.
3635 @code{kill-rectangle} on it.  The region does not highlight as a
3636 rectangle, but the commands work just fine.
3637
3638 To actually sweep out rectangular regions with the mouse you can use
3639 @code{mouse-track-do-rectangle} which is assigned to @kbd{M-button1}.
3640 Then use rectangle commands.
3641
3642 You can also do the following to change default behavior to sweep out
3643 rectangular regions:
3644
3645 @lisp
3646 (setq mouse-track-rectangle-p t)
3647 @end lisp
3648
3649 Starting with XEmacs-20.2 you can also change this with Customize.
3650 Select from the @code{Options} menu
3651 @code{Customize->Emacs->Editing->Mouse->Track Rectangle...} or type
3652 @kbd{M-x customize @key{RET} mouse @key{RET}}.
3653
3654
3655 @example
3656  mouse-track-do-rectangle: (event)
3657    -- an interactive compiled Lisp function.
3658  Like `mouse-track' but selects rectangles instead of regions.
3659 @end example
3660
3661 @node Q3.7.8, Q3.8.1, Q3.7.7, Customization
3662 @unnumberedsubsec Q3.7.8: Why does @kbd{M-w} take so long?
3663
3664 It actually doesn't.  It leaves the region visible for a second so that
3665 you can see what area is being yanked.  If you start working, though, it
3666 will immediately complete its operation.  In other words, it will only
3667 delay for a second if you let it.
3668
3669 @node Q3.8.1, Q3.8.2, Q3.7.8, Customization
3670 @unnumberedsec 3.8: The Menubar and Toolbar
3671 @unnumberedsubsec Q3.8.1: How do I get rid of the menu (or menubar)?
3672
3673 If you are running XEmacs 19.13 and earlier, add this command to your
3674 @file{.emacs}.
3675
3676 @lisp
3677 (set-menubar nil)
3678 @end lisp
3679
3680 Starting with XEmacs 19.14 the preferred method is:
3681
3682 @lisp
3683 (set-specifier menubar-visible-p nil)
3684 @end lisp
3685
3686 @node Q3.8.2, Q3.8.3, Q3.8.1, Customization
3687 @unnumberedsubsec Q3.8.2: Can I customize the basic menubar?
3688
3689 For an extensive menubar, add this line to your @file{.emacs}:
3690
3691 @lisp
3692 (load "big-menubar")
3693 @end lisp
3694
3695 If you'd like to write your own, this file provides as good a set of
3696 examples as any to start from.  The file is located in
3697 @file{lisp/packages/big-menubar.el} in the XEmacs installation
3698 directory.
3699
3700 @node Q3.8.3, Q3.8.4, Q3.8.2, Customization
3701 @unnumberedsubsec Q3.8.3: How do I control how many buffers are listed in the menu @code{Buffers List}?
3702
3703 Add the following to your @file{.emacs} (suit to fit):
3704
3705 @lisp
3706 (setq buffers-menu-max-size 20)
3707 @end lisp
3708
3709 For no limit, use an argument of @samp{nil}.
3710
3711 Starting with XEmacs-20.3 you can also change this with Customize.
3712 Select from the @code{Options} menu
3713 @code{Customize->Emacs->Environment->Menu->Buffers Menu->Max Size...} or
3714 type @kbd{M-x customize @key{RET} buffers-menu @key{RET}}.
3715
3716 @node Q3.8.4, Q3.8.5, Q3.8.3, Customization
3717 @unnumberedsubsec Q3.8.4: Resources like @code{Emacs*menubar*font} are not working?
3718
3719 I am trying to use a resource like @code{Emacs*menubar*font} to set the
3720 font of the menubar but it's not working.
3721
3722 If you are using the real Motif menubar, this resource is not
3723 recognized; you have to say:
3724
3725 @example
3726 Emacs*menubar*fontList: FONT
3727 @end example
3728
3729 If you are using the Lucid menubar, the former resource will be
3730 recognized only if the latter resource is unset.  This means that the
3731 resource
3732
3733 @example
3734 *fontList: FONT
3735 @end example
3736
3737 will override
3738
3739 @example
3740 Emacs*menubar*font: FONT
3741 @end example
3742
3743 even though the latter is more specific.
3744
3745 @node Q3.8.5, Q3.9.1, Q3.8.4, Customization
3746 @unnumberedsubsec Q3.8.5: How can I bind a key to a function to toggle the toolbar?
3747
3748 Try something like:
3749
3750 @lisp
3751 (defun my-toggle-toolbar ()
3752   (interactive)
3753   (set-specifier default-toolbar-visible-p
3754                  (not (specifier-instance default-toolbar-visible-p))))
3755 (global-set-key "\C-xT" 'my-toggle-toolbar)
3756 @end lisp
3757
3758 There are redisplay bugs in 19.14 that may make the preceding result in
3759 a messed-up display, especially for frames with multiple windows.  You
3760 may need to resize the frame before XEmacs completely realizes the
3761 toolbar is really gone.
3762
3763 Thanks to @email{martin@@xemacs.org, Martin Buchholz} for the correct
3764 code.
3765
3766 @node Q3.9.1, Q3.9.2, Q3.8.5, Customization
3767 @unnumberedsec 3.9: Scrollbars
3768 @unnumberedsubsec Q3.9.1: How can I disable the scrollbar?
3769
3770 To disable them for all frames, add the following line to
3771 your @file{.Xdefaults}:
3772
3773 @example
3774 Emacs.scrollBarWidth:  0
3775 @end example
3776
3777 Or select from the @code{Options} menu @code{Frame Appearance->Scrollbars}.
3778 Remember to save options.
3779
3780 To turn the scrollbar off on a per-frame basis, use the following
3781 function:
3782
3783 @lisp
3784 (set-specifier scrollbar-width 0 (selected-frame))
3785 @end lisp
3786
3787 You can actually turn the scrollbars on at any level you want by
3788 substituting for (selected-frame) in the above command.  For example, to
3789 turn the scrollbars off only in a single buffer:
3790
3791 @lisp
3792 (set-specifier scrollbar-width 0 (current-buffer))
3793 @end lisp
3794
3795 In XEmacs versions prior to 19.14, you had to use the hairier construct:
3796
3797 @lisp
3798 (set-specifier scrollbar-width (cons (selected-frame) 0))
3799 @end lisp
3800
3801 @node Q3.9.2, Q3.9.3, Q3.9.1, Customization
3802 @unnumberedsubsec Q3.9.2: How can one use resources to change scrollbar colors?
3803
3804 Here's a recap of how to use resources to change your scrollbar colors:
3805
3806 @example
3807 ! Motif scrollbars
3808
3809 Emacs*XmScrollBar.Background: skyblue
3810 Emacs*XmScrollBar.troughColor: lightgray
3811
3812 ! Athena scrollbars
3813
3814 Emacs*Scrollbar.Foreground: skyblue
3815 Emacs*Scrollbar.Background: lightgray
3816 @end example
3817
3818 Note the capitalization of @code{Scrollbar} for the Athena widget.
3819
3820 @node Q3.9.3, Q3.9.4, Q3.9.2, Customization
3821 @unnumberedsubsec Q3.9.3: Moving the scrollbar can move the point; can I disable this?
3822
3823 When I move the scrollbar in an XEmacs window, it moves the point as
3824 well, which should not be the default behavior.  Is this a bug or a
3825 feature?  Can I disable it?
3826
3827 The current behavior is a feature, not a bug.  Point remains at the same
3828 buffer position as long as that position does not scroll off the screen.
3829 In that event, point will end up in either the upper-left or lower-left
3830 hand corner.
3831
3832 This cannot be changed.
3833
3834 @node Q3.9.4, Q3.10.1, Q3.9.3, Customization
3835 @unnumberedsubsec Q3.9.4: How can I get automatic horizontal scrolling?
3836
3837 By the same token, how can I turn it off in specific modes?
3838
3839 To do this, add to your @file{.emacs} file:
3840
3841 @lisp
3842 (require 'auto-show)
3843 @end lisp
3844
3845 Then do @code{(setq truncate-lines t)} in the mode-hooks for any modes
3846 in which you want lines truncated.
3847
3848 More precisely: If @code{truncate-lines} is nil, horizontal scrollbars
3849 will never appear.  Otherwise, they will appear only if the value of
3850 @code{scrollbar-height} for that buffer/window/etc. is non-zero.  If you
3851 do
3852
3853 @lisp
3854 (set-specifier scrollbar-height 0)
3855 @end lisp
3856
3857 then horizontal scrollbars will not appear in truncated buffers unless
3858 the package specifically asked for them.
3859
3860 Automatic horizontal scrolling is now standard, starting with 19.14.
3861
3862 @node Q3.10.1, Q3.10.2, Q3.9.4, Customization
3863 @unnumberedsec 3.10: Text Selections
3864 @unnumberedsubsec Q3.10.1: How can I turn off or change highlighted selections?
3865
3866 The @code{zmacs} mode allows for what some might call gratuitous
3867 highlighting for selected regions (either by setting mark or by using
3868 the mouse).  This is the default behavior.  To turn off, add the
3869 following line to your @file{.emacs} file:
3870
3871 @lisp
3872 (setq zmacs-regions nil)
3873 @end lisp
3874
3875 Starting with XEmacs-20.2 you can also change this with Customize. Select
3876 from the @code{Options} menu @code{Customize->Emacs->Editing->Basics->Zmacs
3877 Regions} or type @kbd{M-x customize @key{RET} editing-basics @key{RET}}.
3878
3879 To change the face for selection, look at @code{Options->Customize} on
3880 the menubar.
3881
3882 @node Q3.10.2, Q3.10.3, Q3.10.1, Customization
3883 @unnumberedsubsec Q3.10.2: How do I get that typing on an active region removes it?
3884
3885 I want to change things so that if I select some text and start typing,
3886 the typed text replaces the selected text, similar to Motif.
3887
3888 You want to use something called @dfn{pending delete}.  Pending delete
3889 is what happens when you select a region (with the mouse or keyboard)
3890 and you press a key to replace the selected region by the key you typed.
3891 Usually backspace kills the selected region.
3892
3893 To get this behavior, add the following lines to your @file{.emacs}:
3894
3895 @lisp
3896 (cond
3897  ((fboundp 'turn-on-pending-delete)
3898   (turn-on-pending-delete))
3899  ((fboundp 'pending-delete-on)
3900   (pending-delete-on t)))
3901 @end lisp
3902
3903 Note that this will work with both Backspace and Delete.  This code is a 
3904 tad more complicated than it has to be for XEmacs in order to make it
3905 more portable.
3906
3907 @node Q3.10.3, Q3.10.4, Q3.10.2, Customization
3908 @unnumberedsubsec Q3.10.3: Can I turn off the highlight during isearch?
3909
3910 I do not like my text highlighted while I am doing isearch as I am not
3911 able to see what's underneath.  How do I turn it off?
3912
3913 Put the following in your @file{.emacs}:
3914
3915 @lisp
3916 (setq isearch-highlight nil)
3917 @end lisp
3918
3919 Starting with XEmacs-20.2 you can also change this with Customize. Type
3920 @kbd{M-x customize-variable @key{RET} isearch-highlight @key{RET}}.
3921
3922 Note also that isearch-highlight affects query-replace and ispell.
3923 Instead of disabling isearch-highlight you may find that a better
3924 solution consists of customizing the @code{isearch} face.
3925
3926 @node Q3.10.4, Q3.10.5, Q3.10.3, Customization
3927 @unnumberedsubsec Q3.10.4: How do I turn off highlighting after @kbd{C-x C-p} (mark-page)?
3928
3929 Put this in your @code{.emacs}:
3930
3931 @lisp
3932 (setq zmacs-regions nil)
3933 @end lisp
3934
3935 @strong{Warning: This command turns off all region highlighting.}
3936
3937 Also @xref{Q3.10.1}.
3938
3939 @node Q3.10.5,  , Q3.10.4, Customization
3940 @unnumberedsubsec Q3.10.5: The region disappears when I hit the end of buffer while scrolling.
3941
3942 This has been fixed by default starting with XEmacs-20.3.
3943
3944 With older versions you can turn this feature (if it indeed is a feature)
3945 off like this:
3946
3947 @lisp
3948 (defadvice scroll-up (around scroll-up freeze)
3949   (interactive "_P")
3950   (let ((zmacs-region-stays t))
3951     (if (interactive-p)
3952         (condition-case nil
3953             ad-do-it
3954           (end-of-buffer (goto-char (point-max))))
3955       ad-do-it)))
3956
3957 (defadvice scroll-down (around scroll-down freeze)
3958   (interactive "_P")
3959   (let ((zmacs-region-stays t))
3960     (if (interactive-p)
3961         (condition-case nil
3962             ad-do-it
3963           (beginning-of-buffer (goto-char (point-min))))
3964       ad-do-it)))
3965 @end lisp
3966
3967 Thanks to @email{raman@@adobe.com, T. V. Raman} for assistance in deriving this
3968 answer.
3969
3970 @node Subsystems, Miscellaneous, Customization, Top
3971 @unnumbered 4 Major Subsystems
3972
3973 This is part 4 of the XEmacs Frequently Asked Questions list.  This
3974 section is devoted to major XEmacs subsystems.
3975
3976 @menu
3977 Reading Mail with VM:
3978 * Q4.0.1::      How do I set up VM to retrieve remote mail using POP?
3979 * Q4.0.2::      How do I get VM to filter mail for me?
3980 * Q4.0.3::      How can I get VM to automatically check for new mail?
3981 * Q4.0.4::      [This question intentionally left blank]
3982 * Q4.0.5::      How do I get my outgoing mail archived?
3983 * Q4.0.6::      I have various addresses at which I receive mail.  How can I tell VM to ignore them when doing a "reply-all"?
3984 * Q4.0.7::      Is there a mailing list or FAQ for VM?
3985 * Q4.0.8::      Remote mail reading with VM.
3986 * Q4.0.9::      rmail or VM gets an error incorporating new mail.
3987 * Q4.0.10::     How do I make VM stay in a single frame?
3988 * Q4.0.11::     How do I make VM or mh-e display graphical smilies?
3989 * Q4.0.12::     Customization of VM not covered in the manual or here.
3990
3991 Web browsing with W3:
3992 * Q4.1.1::      What is W3?
3993 * Q4.1.2::      How do I run W3 from behind a firewall?
3994 * Q4.1.3::      Is it true that W3 supports style sheets and tables?
3995
3996 Reading Netnews and Mail with Gnus:
3997 * Q4.2.1::      GNUS, (ding) Gnus, Gnus 5, September Gnus, Red Gnus,argh!
3998 * Q4.2.2::      [This question intentionally left blank]
3999 * Q4.2.3::      How do I make Gnus stay within a single frame?
4000 * Q4.2.4::      How do I customize the From: line?
4001
4002 Other Mail & News:
4003 * Q4.3.1::      How can I read and/or compose MIME messages?
4004 * Q4.3.2::      What is TM and where do I get it?
4005 * Q4.3.3::      Why isn't this @code{movemail} program working?
4006 * Q4.3.4::      Movemail is also distributed by Netscape?  Can that cause problems?
4007 * Q4.3.5::      Where do I find pstogif (required by tm)?
4008
4009 Sparcworks, EOS, and WorkShop:
4010 * Q4.4.1::      What is SPARCworks, EOS, and WorkShop
4011 * Q4.4.2::      How do I start the Sun Workshop support in XEmacs 21?
4012
4013 Energize:
4014 * Q4.5.1::      What is/was Energize?
4015
4016 Infodock:
4017 * Q4.6.1::      What is Infodock?
4018
4019 Other Unbundled Packages:
4020 * Q4.7.1::      What is AUC TeX?  Where do you get it?
4021 * Q4.7.2::      Are there any Emacs Lisp Spreadsheets?
4022 * Q4.7.3::      [This question intentionally left blank]
4023 * Q4.7.4::      Problems installing AUC TeX
4024 * Q4.7.5::      Is there a reason for an Emacs package not to be included in XEmacs?
4025 * Q4.7.6::      Is there a MatLab mode?
4026 @end menu
4027
4028 @node Q4.0.1, Q4.0.2, Subsystems, Subsystems
4029 @unnumberedsec 4.0: Reading Mail with VM
4030 @unnumberedsubsec Q4.0.1: How do I set up VM to retrieve mail from a remote site using POP?
4031
4032 Use @code{vm-spool-files}, like this for example:
4033
4034 @lisp
4035 (setq vm-spool-files '("/var/spool/mail/wing"
4036                        "netcom23.netcom.com:110:pass:wing:MYPASS"))
4037 @end lisp
4038
4039 Of course substitute your actual password for MYPASS.
4040
4041 @node Q4.0.2, Q4.0.3, Q4.0.1, Subsystems
4042 @unnumberedsubsec Q4.0.2: How do I get VM to filter mail for me?
4043
4044 One possibility is to use procmail to split your mail before it gets to
4045 VM.  I prefer this personally, since there are many strange and
4046 wonderful things one can do with procmail.  Procmail may be found at
4047 @uref{ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/}.
4048
4049 Also see the Mail Filtering FAQ at:
4050 @iftex
4051 @*
4052 @end iftex
4053 @uref{ftp://rtfm.mit.edu/pub/usenet/news.answers/mail/filtering-faq}.
4054 @c Link above,
4055 @c <URL:http://www.cis.ohio-state.edu/hypertext/faq/usenet/mail/filtering-faq/faq.html>
4056 @c was dead.
4057
4058 @node Q4.0.3, Q4.0.4, Q4.0.2, Subsystems
4059 @unnumberedsubsec Q4.0.3: How can I get VM to automatically check for new mail?
4060
4061 @email{turner@@lanl.gov, John Turner} writes:
4062
4063 @quotation
4064 Use the following:
4065
4066 @lisp
4067 (setq vm-auto-get-new-mail 60)
4068 @end lisp
4069 @end quotation
4070
4071 @node Q4.0.4, Q4.0.5, Q4.0.3, Subsystems
4072 @unnumberedsubsec Q4.0.4: [This question intentionally left blank]
4073
4074 Obsolete question, left blank to avoid renumbering.
4075
4076 @node Q4.0.5, Q4.0.6, Q4.0.4, Subsystems
4077 @unnumberedsubsec Q4.0.5: How do I get my outgoing mail archived?
4078
4079 @lisp
4080 (setq mail-archive-file-name "~/outbox")
4081 @end lisp
4082
4083 @node Q4.0.6, Q4.0.7, Q4.0.5, Subsystems
4084 @unnumberedsubsec Q4.0.6: I have various addresses at which I receive mail.  How can I tell VM to ignore them when doing a "reply-all"?
4085
4086 Set @code{vm-reply-ignored-addresses} to a list, like
4087
4088 @lisp
4089 (setq vm-reply-ignored-addresses
4090       '("wing@@nuspl@@nvwls.cc.purdue.edu,netcom[0-9]*.netcom.com"
4091         "wing@@netcom.com" "wing@@xemacs.org"))
4092 @end lisp
4093
4094 Note that each string is a regular expression.
4095
4096 @node Q4.0.7, Q4.0.8, Q4.0.6, Subsystems
4097 @unnumberedsubsec Q4.0.7: Is there a mailing list or FAQ for VM?
4098
4099 A FAQ for VM exists at @uref{http://www.cyberpass.net/~gorkab/vmfaq.htm}.
4100
4101 VM has its own newsgroups gnu.emacs.vm.info and gnu.emacs.vm.bug.
4102
4103 @node Q4.0.8, Q4.0.9, Q4.0.7,  Subsystems
4104 @unnumberedsubsec Q4.0.8: Remote mail reading with VM.
4105
4106 My mailbox lives at the office on a big honkin server.  My regular INBOX
4107 lives on my honkin desktop machine.  I now can PPP to the office from
4108 home which is far from honking...  I'd like to be able to read mail at
4109 home without storing it here and I'd like to use xemacs and VM at
4110 home...  Is there a recommended setup?
4111
4112 @email{nuspl@@nvwls.cc.purdue.edu, Joseph J. Nuspl Jr.} writes:
4113
4114 @quotation
4115 There are several ways to do this.
4116
4117 @enumerate
4118 @item
4119 Set your display to your home machine and run dxpc or one of the other X
4120 compressors.
4121
4122 @item
4123 NFS mount your desktop machine on your home machine and modify your pop
4124 command on your home machine to rsh to your desktop machine and actually
4125 do the pop get's.
4126
4127 @item
4128 Run a POP server on your desktop machine as well and do a sort of two
4129 tiered POP get.
4130 @end enumerate
4131 @end quotation
4132
4133         @email{wmperry@@monolith.spry.com, William Perry} adds:
4134
4135 @quotation
4136 Or you could run a pop script periodically on your desktop machine, and
4137 just use ange-ftp or NFS to get to your mailbox.  I used to do this all
4138 the time back at IU.
4139 @end quotation
4140
4141 @node Q4.0.9, Q4.0.10, Q4.0.8, Subsystems
4142 @unnumberedsubsec Q4.0.9: rmail or VM gets an error incorporating new mail.
4143
4144 Quoting the XEmacs PROBLEMS file:
4145
4146 @quotation
4147 rmail and VM get new mail from @file{/usr/spool/mail/$USER} using a
4148 program called @code{movemail}.  This program interlocks with
4149 @code{/bin/mail} using the protocol defined by @code{/bin/mail}.
4150
4151 There are two different protocols in general use.  One of them uses the
4152 @code{flock} system call.  The other involves creating a lock file;
4153 @code{movemail} must be able to write in @file{/usr/spool/mail} in order
4154 to do this.  You control which one is used by defining, or not defining,
4155 the macro @code{MAIL_USE_FLOCK} in @file{config.h} or the m- or s- file
4156 it includes.
4157
4158 @strong{IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR
4159 SYSTEM, YOU CAN LOSE MAIL!}
4160
4161 If your system uses the lock file protocol, and fascist restrictions
4162 prevent ordinary users from writing the lock files in
4163 @file{/usr/spool/mail}, you may need to make @code{movemail} setgid to a
4164 suitable group such as @samp{mail}.  You can use these commands (as
4165 root):
4166
4167 @example
4168 chgrp mail movemail
4169 chmod 2755 movemail
4170 @end example
4171
4172 If your system uses the lock file protocol, and fascist restrictions
4173 prevent ordinary users from writing the lock files in
4174 @file{/usr/spool/mail}, you may need to make @code{movemail} setgid to a
4175 suitable group such as @code{mail}.  To do this, use the following
4176 commands (as root) after doing the make install.
4177
4178 @example
4179 chgrp mail movemail
4180 chmod 2755 movemail
4181 @end example
4182
4183 Installation normally copies movemail from the build directory to an
4184 installation directory which is usually under @file{/usr/local/lib}.
4185 The installed copy of @code{movemail} is usually in the directory
4186 @file{/usr/local/lib/emacs/VERSION/TARGET}.  You must change the group
4187 and mode of the installed copy; changing the group and mode of the build
4188 directory copy is ineffective.
4189 @end quotation
4190
4191 @node Q4.0.10, Q4.0.11, Q4.0.9, Subsystems
4192 @unnumberedsubsec Q4.0.10: How do I make VM stay in a single frame?
4193
4194 John.@email{Cooper@@Eng.Sun.COM, John S Cooper} writes:
4195
4196 @quotation
4197 @lisp
4198                                         ; Don't use multiple frames
4199 (setq vm-frame-per-composition nil)
4200 (setq vm-frame-per-folder nil)
4201 (setq vm-frame-per-edit nil)
4202 (setq vm-frame-per-summary nil)
4203 @end lisp
4204 @end quotation
4205
4206 @node Q4.0.11, Q4.0.12, Q4.0.10, Subsystems
4207 @unnumberedsubsec Q4.0.11: How do I make VM or mh-e display graphical smilies?
4208 @c Changed June
4209 For mh-e use the following:
4210
4211 @lisp
4212 (add-hook 'mh-show-mode-hook '(lambda ()
4213                                 (smiley-region (point-min)
4214                                                (point-max))))
4215 @end lisp
4216
4217 @email{bill@@carpenter.ORG, WJCarpenter} writes:
4218 For VM use the following:
4219 @lisp
4220        (autoload 'smiley-region "smiley" nil t)
4221        (add-hook 'vm-select-message-hook
4222                  '(lambda ()
4223                     (smiley-region (point-min)
4224                                    (point-max))))
4225 @end lisp
4226
4227 For tm use the following:
4228 @lisp
4229 (autoload 'smiley-buffer "smiley" nil t)
4230 (add-hook 'mime-viewer/plain-text-preview-hook 'smiley-buffer)
4231 @end lisp
4232
4233 @node Q4.0.12, Q4.1.1, Q4.0.11, Subsystems
4234 @unnumberedsubsec Q4.0.12: Customization of VM not covered in the manual, or here.
4235
4236 @email{boffi@@hp735.stru.polimi.it, giacomo boffi} writes:
4237
4238 @quotation
4239 The meta-answer is to look into the file @file{vm-vars.el}, in the vm
4240 directory of the lisp library.
4241
4242 @file{vm-vars.el} contains, initializes and carefully describes, with
4243 examples of usage, the plethora of user options that @emph{fully}
4244 control VM's behavior.
4245
4246 Enter vm-vars, @code{forward-search} for toolbar, find the variables
4247 that control the toolbar placement, appearance, existence, copy to your
4248 @file{.emacs} or @file{.vm} and modify according to the detailed
4249 instructions.
4250
4251 The above also applies to all the various features of VM: search for
4252 some keywords, maybe the first you conjure isn't appropriate, find the
4253 appropriate variables, copy and experiment.
4254 @end quotation
4255
4256 @node Q4.1.1, Q4.1.2, Q4.0.12, Subsystems
4257 @unnumberedsec 4.1: Web browsing with W3
4258 @unnumberedsubsec Q4.1.1: What is W3?
4259
4260 W3 is an advanced graphical browser written in Emacs lisp that runs on
4261 XEmacs.  It has full support for cascaded style sheets, and more...
4262
4263 It has a home web page at
4264 @uref{http://www.cs.indiana.edu/elisp/w3/docs.html}.
4265
4266 @node Q4.1.2, Q4.1.3, Q4.1.1, Subsystems
4267 @unnumberedsubsec Q4.1.2: How do I run W3 from behind a firewall?
4268
4269 There is a long, well-written, detailed section in the W3 manual that
4270 describes how to do this.  Look in the section entitled "Firewalls".
4271
4272 @node Q4.1.3, Q4.2.1, Q4.1.2, Subsystems
4273 @unnumberedsubsec Q4.1.3: Is it true that W3 supports style sheets and tables?
4274
4275 Yes, and much more.  W3, as distributed with the latest XEmacs is a
4276 full-featured web browser.
4277
4278 @node Q4.2.1, Q4.2.2, Q4.1.3, Subsystems
4279 @unnumberedsec 4.2: Reading Netnews and Mail with Gnus
4280 @unnumberedsubsec Q4.2.1: GNUS, (ding) Gnus, Gnus 5, September Gnus, Red Gnus, Quassia Gnus, argh!
4281
4282 The Gnus numbering issues are not meant for mere mortals to know them.
4283 If you feel you @emph{must} enter the muddy waters of Gnus, visit the
4284 excellent FAQ, maintained by Justin Sheehy, at:
4285
4286 @example
4287 @uref{http://www.ccs.neu.edu/software/contrib/gnus/}
4288 @end example
4289
4290 See also Gnus home page
4291 @example
4292 @uref{http://www.gnus.org/}
4293 @end example
4294
4295 @node Q4.2.2, Q4.2.3, Q4.2.1, Subsystems
4296 @unnumberedsubsec Q4.2.2: This question intentionally left blank.
4297
4298 Obsolete question, left blank to avoid renumbering.
4299
4300 @node Q4.2.3, Q4.2.4, Q4.2.2, Subsystems
4301 @unnumberedsubsec Q4.2.3: How do I make Gnus stay within a single frame?
4302
4303 The toolbar code to start Gnus opens the new frame---and it's a feature
4304 rather than a bug.  If you don't like it, but would still like to click
4305 on the seemly icon, use the following code:
4306
4307 @lisp
4308 (defun toolbar-news ()
4309   (gnus))
4310 @end lisp
4311
4312 It will redefine the callback function of the icon to just call
4313 @code{gnus}, without all the fancy frame stuff.
4314
4315 @node Q4.2.4, Q4.3.1, Q4.2.3, Subsystems
4316 @unnumberedsubsec Q4.2.4: How do I customize the From: line?
4317
4318 How do I change the @code{From:} line?  I have set gnus-user-from-line
4319 to
4320 @example
4321 Gail Gurman <gail.gurman@@sybase.com>
4322 @end example
4323 @noindent , but XEmacs Gnus doesn't use
4324 it. Instead it uses
4325 @example
4326 Gail Mara Gurman @email{gailg@@deall}
4327 @end example
4328 @noindent and then complains
4329 that it's incorrect. Also, as you perhaps can see, my Message-ID is
4330 screwy. How can I change that?
4331
4332 @email{larsi@@ifi.uio.no, Lars Magne Ingebrigtsen} writes:
4333
4334 @quotation
4335 Set @code{user-mail-address} to @samp{gail.gurman@@sybase.com} or
4336 @code{mail-host-address} to @samp{sybase.com}.
4337 @end quotation
4338
4339 @node Q4.3.1, Q4.3.2, Q4.2.4, Subsystems
4340 @unnumberedsec 4.3: Other Mail & News
4341 @unnumberedsubsec Q4.3.1: How can I read and/or compose MIME messages?
4342 @c Changed June
4343
4344 VM supports MIME natively.
4345
4346 You probably want to use the Tools for MIME (tm).  @xref{Q4.3.2}, for
4347 details.
4348
4349 @email{trey@@cs.berkeley.edu, Trey Jackson} has an Emacs & MIME web page at
4350 @iftex
4351 @*
4352 @end iftex
4353 @uref{http://bmrc.berkeley.edu/~trey/emacs/mime.html}.
4354
4355
4356 Another possibility is RMIME.  You may find RMIME at
4357 @iftex
4358 @*
4359 @end iftex
4360 @uref{http://www.cinti.net/~rmoody/rmime/index.html}.
4361
4362
4363 @node Q4.3.2, Q4.3.3, Q4.3.1, Subsystems
4364 @unnumberedsubsec Q4.3.2: What is TM and where do I get it?
4365
4366 TM stands for @dfn{Tools for MIME} and not Tiny MIME.  TM integrates
4367 with all major XEmacs packages like Gnus (all flavors), VM, MH-E, and
4368 mailcrypt.  It provides totally transparent and trouble-free MIME
4369 support.  When appropriate a message will be decoded in place in an
4370 XEmacs buffer.
4371
4372 TM now comes as a package with XEmacs 19.16 and XEmacs 20.2.
4373
4374 TM was written by @email{morioka@@jaist.ac.jp, MORIOKA Tomohiko} and
4375 @email{shuhei-k@@jaist.ac.jp, KOBAYASHI
4376 Shuhei}.
4377
4378 It is based on the work of @email{umerin@@mse.kyutech.ac.jp, UMEDA
4379 Masanobu}, the original writer of GNUS.
4380
4381 The following information is from the @file{README}:
4382
4383 @dfn{tm} is a MIME package for GNU Emacs.
4384 tm has following functions:
4385
4386 @itemize @bullet
4387 @item MIME style multilingual header.
4388 @item MIME message viewer (mime/viewer-mode).
4389 @item MIME message composer (mime/editor-mode).
4390 @item MIME extenders for mh-e, GNUS, RMAIL and VM.
4391 @end itemize
4392
4393 tm is available from following anonymous ftp sites:
4394 @itemize @bullet
4395 @comment @item @uref{ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mime/} (Japan).
4396 @comment @item @uref{ftp://ftp.nis.co.jp/pub/gnu/emacs-lisp/tm/} (Japan).
4397 @comment @c The host above is unknown.
4398 @comment @item @uref{ftp://ftp.nisiq.net/pub/gnu/emacs-lisp/tm/} (US).
4399 @comment @item @uref{ftp://ftp.miranova.com/pub/gnus/jaist.ac.jp/} (US).
4400 @item @uref{ftp://ftp.unicamp.br/pub/mail/mime/tm/} (Brasil).
4401 @item @uref{ftp://ftp.th-darmstadt.de/pub/editors/GNU-Emacs/lisp/mime/} (Germany).
4402 @item @uref{ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib/} (Germany).
4403 @end itemize
4404
4405 Don't let the installation procedure & instructions stop you from trying
4406 this package out---it's much simpler than it looks, and once installed,
4407 trivial to use.
4408
4409 @node Q4.3.3, Q4.3.4, Q4.3.2, Subsystems
4410 @unnumberedsubsec Q4.3.3: Why isn't this @code{movemail} program working?
4411
4412 Ben Wing @email{ben@@xemacs.org} writes:
4413
4414 @quotation
4415 It wasn't chown'ed/chmod'd correctly.
4416 @end quotation
4417
4418 @node Q4.3.4, Q4.3.5, Q4.3.3, Subsystems
4419 @unnumberedsubsec Q4.3.4: Movemail is also distributed by Netscape?  Can that cause problems?
4420
4421 @email{steve@@xemacs.org, Steve Baur} writes:
4422
4423 @quotation
4424 Yes.  Always use the movemail installed with your XEmacs.  Failure to do
4425 so can result in lost mail.
4426 @end quotation
4427
4428 Please refer to @email{jwz@@jwz.org, Jamie Zawinski's} notes at
4429 @iftex
4430 @*
4431 @end iftex
4432 @uref{http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/movemail.html}.
4433 In particular, this document will show you how to make Netscape use the
4434 version of movemail configured for your system by the person who built
4435 XEmacs.
4436
4437 @node Q4.3.5, Q4.4.1, Q4.3.4, Subsystems
4438 @unnumberedsubsec Q4.3.5: Where do I find pstogif (required by tm)?
4439
4440 pstogif is part of the latex2html package.
4441
4442 @email{vroonhof@@math.ethz.ch, Jan Vroonhof} writes:
4443
4444 latex2html is best found at the CTAN hosts and their mirrors
4445 in
4446 @iftex
4447 @*
4448 @end iftex
4449 @file{tex-archive/support/latex2html}.
4450
4451 CTAN hosts are:
4452
4453 @itemize @bullet
4454 @item @uref{ftp://ftp.tex.ac.uk/tex-archive/support/latex2html/}.
4455 @item @uref{ftp://ftp.dante.de/tex-archive/support/latex2html/}.
4456 @end itemize
4457
4458 There is a good mirror at ftp.cdrom.com;
4459 @iftex
4460 @*
4461 @end iftex
4462 @uref{ftp://ftp.cdrom.com/pub/tex/ctan/support/latex2html/}.
4463
4464 @node Q4.4.1, Q4.4.2, Q4.3.5, Subsystems
4465 @unnumberedsec 4.4: Sparcworks, EOS, and WorkShop
4466 @unnumberedsubsec Q4.4.1: What is SPARCworks, EOS, and WorkShop?
4467
4468 @email{turner@@lanl.gov, John Turner} writes:
4469
4470 @quotation
4471 SPARCworks is SunSoft's development environment, comprising compilers
4472 (C, C++, FORTRAN 77, Fortran 90, Ada, and Pascal), a debugger, and other
4473 tools such as TeamWare (for configuration management), MakeTool, etc.
4474 @end quotation
4475
4476 See @uref{http://www.sun.com/software/Developer-products/}
4477 for more info.
4478
4479 EOS stands for "Era on SPARCworks", but I don't know what Era stands
4480 for.
4481
4482 EOS is the integration of XEmacs with the SPARCworks debugger.  It
4483 allows one to use an XEmacs frame to view code (complete with
4484 fontification, etc.), set breakpoints, print variables, etc., while
4485 using the SPARCworks debugger.  It works very well and I use it all the
4486 time.
4487
4488 @email{cthomp@@xemacs.org, Chuck Thompson} writes:
4489
4490 @quotation
4491 Era stood for "Emacs Rewritten Again".  It was what we were calling the
4492 modified version of Lucid Emacs for Sun when I was dragged, er, allowed
4493 to work on this wonderful editor.
4494 @end quotation
4495
4496 @email{martin@@xemacs.org, Martin Buchholz} writes:
4497
4498 @quotation
4499 EOS is being replaced with a new graphical development environment
4500 called Sun WorkShop, which is currently (07/96) in Alpha Test.  For more
4501 details, check out
4502 @iftex
4503 @*
4504 @end iftex
4505 @uref{http://www.sun.com/software/Products/Developer-products}.
4506 @end quotation
4507
4508 @node Q4.4.2, Q4.5.1, Q4.4.1, Subsystems
4509 @unnumberedsubsec Q4.4.2: How do I start the Sun Workshop support in XEmacs 21?
4510
4511 Add the switch ---with-workshop to the configure command when building
4512 XEmacs and put the following in one of your startup files
4513 (e.g. site-start.el or .emacs):
4514
4515 @lisp
4516 (when (featurep 'tooltalk)
4517   (load "tooltalk-macros")
4518   (load "tooltalk-util")
4519   (load "tooltalk-init"))
4520 (when (featurep 'sparcworks)
4521   (load "sunpro-init")
4522   (load "ring")
4523   (load "comint")
4524   (load "annotations")
4525   (sunpro-startup))
4526 @end lisp
4527
4528 If you are not using the latest Workshop (5.0) you have to apply the
4529 following patch:
4530
4531 @format
4532 --- /opt/SUNWspro/lib/eserve.el.ORIG    Fri May 14 15:23:26 1999
4533 +++ /opt/SUNWspro/lib/eserve.el Fri May 14 15:24:54 1999
4534 @@@@ -42,7 +42,7 @@@@
4535  (defvar running-xemacs nil "t if we're running XEmacs")
4536  (defvar running-emacs  nil "t if we're running GNU Emacs 19")
4537
4538 -(if (string-match "^\\(19\\|20\\)\..*\\(XEmacs\\|Lucid\\)" emacs-version)
4539 +(if (string-match "\\(XEmacs\\|Lucid\\)" emacs-version)
4540      (setq running-xemacs t)
4541      (setq running-emacs  t))
4542 @end format
4543
4544
4545
4546 @node Q4.5.1, Q4.6.1, Q4.4.2, Subsystems
4547 @unnumberedsec 4.5: Energize
4548 @unnumberedsubsec Q4.5.1: What is/was Energize?
4549
4550 @email{gray@@meteor.harlequin.com, David N Gray} writes:
4551 @quotation
4552 The files in @file{lisp/energize} are to enable Emacs to interface with
4553 the "Energize Programming System", a C and C++ development environment,
4554 which was a product of Lucid, Inc.  Tragically, Lucid went out of
4555 business in 1994, so although Energize is still a great system, if you
4556 don't already have it, there isn't any way to get it now.  (Unless you
4557 happen to be in Japan; INS Engineering may still be selling it there.
4558 Tartan bought the rights to sell it in the rest of the world, but never
4559 did so.)
4560 @end quotation
4561
4562 @node Q4.6.1, Q4.7.1, Q4.5.1, Subsystems
4563 @unnumberedsec 4.6: Infodock
4564 @unnumberedsubsec Q4.6.1: What is Infodock?
4565
4566 InfoDock is an integrated productivity toolset, mainly aimed at
4567 technical people.  It is developed and supported by InfoDock
4568 Associates, a firm that offers custom support and development
4569 for InfoDock, XEmacs and GNU Emacs.  ( @uref{http://www.infodock.com},
4570 @email{info@@infodock.com}, +1 408 243 3300).
4571
4572 InfoDock is built atop the XEmacs variant of GNU Emacs and so has all of
4573 the power of Emacs, but with an easier to use and more comprehensive
4574 menu-based user interface.  The bottom portion of this text describes
4575 how it differs from XEmacs and GNU Emacs from the Free Software
4576 Foundation.
4577
4578 InfoDock is aimed at people who want a free, turn-key productivity
4579 environment.  Although InfoDock is customizable, it is not intended for
4580 people who like basic versions of Emacs which need to be customized
4581 extensively for local use; standard Emacs distributions are better for
4582 such uses.  InfoDock is for those people who want a complete,
4583 pre-customized environment in one package, which they need not touch
4584 more than once or twice a year to update to new revisions.
4585
4586 InfoDock is pre-built for SPARC SunOS/Solaris systems, PA-RISC HP-UX,
4587 and Intel Linux systems.  It is intended for use on a color display,
4588 although most features will work on monochrome monitors.  Simply unpack
4589 InfoDock according to the instructions in the ID-INSTALL file and you
4590 are ready to run.
4591
4592 The InfoDock Manual is concise, yet sufficient as a user guide for users
4593 who have never used an Emacs-type editor before.  For users who are
4594 already familiar with Emacs, it supplements the information in the GNU
4595 Emacs Manual.
4596
4597 InfoDock menus are much more extensive and more mature than standard
4598 Emacs menus.  Each menu offers a @samp{Manual} item which displays
4599 documentation associated with the menu's functions.
4600
4601 @noindent
4602 Four types of menubars are provided:
4603 @enumerate
4604 @item
4605 An extensive menubar providing access to global InfoDock commands.
4606 @item
4607 Mode-specific menubars tailored to the current major mode.
4608 @item
4609 A simple menubar for basic editing to help novices get started with InfoDock.
4610 @item
4611 The standard XEmacs menubar.
4612 @end enumerate
4613
4614 Most modes also include mode-specific popup menus.  Additionally, region and
4615 rectangle popup menus are included.
4616
4617 @samp{Hyperbole}, the everyday information manager, is a core part of
4618 InfoDock.  This provides context-sensitive mouse keys, a rolodex-type
4619 contact manager, programmable hypertext buttons, and an autonumbered
4620 outliner with embedded hyperlink anchors.
4621
4622 The @samp{OO-Browser}, a multi-language object-oriented code browser, is a
4623 standard part of InfoDock.
4624
4625 InfoDock saves a more extensive set of user options than other Emacs
4626 versions.
4627
4628 InfoDock inserts a useful file header in many file types, showing the
4629 author, summary, and last modification time of each file.  A summary
4630 program can then be used to summarize all of the files in a directory,
4631 for easy MANIFEST file creation.
4632
4633 Your working set of buffers is automatically saved and restored (if you
4634 answer yes to a prompt) between InfoDock sessions.
4635
4636 Refined color choices for code highlighting are provided for both dark and
4637 light background display frames.
4638
4639 The @kbd{C-z} key prefix performs frame-based commands which parallel the
4640 @kbd{C-x} key prefix for window-based commands.
4641
4642 The Smart Menu system is included for producing command menus on dumb
4643 terminals.
4644
4645 Lisp libraries are better categorized according to function.
4646
4647 Extensions and improvements to many areas of Emacs are included, such as:
4648 paragraph filling, mail reading with Rmail, shell handling, outlining, code
4649 highlighting and browsing, and man page browsing.
4650
4651 InfoDock questions, answers and discussion should go to the mail list
4652 @iftex
4653 @*
4654 @end iftex
4655 @email{infodock@@infodock.com}.  Use
4656 @email{infodock-request@@infodock.com} to be added or removed from the
4657 list.  Always include your InfoDock version number when sending help
4658 requests.
4659
4660 InfoDock is available across the Internet via anonymous FTP.  To get
4661 it, first move to a directory into which you want the InfoDock archive
4662 files placed.  We will call this <DIST-DIR>.
4663
4664 @example
4665    cd <DIST-DIR>
4666 @end example
4667
4668 Ftp to ftp.xemacs.org  (Internet Host ID = 128.174.252.16):
4669
4670 @example
4671    prompt> ftp ftp.xemacs.org
4672 @end example
4673
4674 Login as @samp{anonymous} with your own <user-id>@@<site-name> as a password.
4675
4676 @example
4677    Name (ftp.xemacs.org): anonymous
4678    331 Guest login ok, send your complete e-mail address as password.
4679    Password: -<your-user-id>@@<your-domain>
4680    230 Guest login ok, access restrictions apply.
4681 @end example
4682
4683 Move to the location of the InfoDock archives:
4684
4685 @example
4686    ftp> cd pub/infodock
4687 @end example
4688
4689 Set your transfer mode to binary:
4690
4691 @example
4692    ftp> bin
4693    200 Type set to I.
4694 @end example
4695
4696 Turn off prompting:
4697
4698 @example
4699    ftp> prompt
4700    Interactive mode off.
4701 @end example
4702
4703 Retrieve the InfoDock archives that you want, either by using a
4704 @samp{get <file>} for each file you want or by using the following to
4705 get a complete distribution, including all binaries:
4706
4707 @example
4708    ftp> mget ID-INSTALL
4709    ftp> mget id-*
4710 @end example
4711
4712 Close the FTP connection:
4713
4714 @example
4715    ftp> quit
4716    221 Goodbye.
4717 @end example
4718
4719 Read the @file{ID-INSTALL} file which you just retrieved for
4720 step-by-step installation instructions.
4721
4722 @node Q4.7.1, Q4.7.2, Q4.6.1, Subsystems
4723 @unnumberedsec 4.7: Other Unbundled Packages
4724 @unnumberedsubsec Q4.7.1: What is AUC TeX?  Where do you get it?
4725
4726 AUC TeX is a package written by @email{abraham@@dina.kvl.dk, Per Abrahamsen}.
4727 Starting with XEmacs 19.16, AUC TeX is bundled with XEmacs.  The
4728 following information is from the @file{README} and website.
4729
4730 AUC TeX is an extensible package that supports writing and formatting
4731 TeX files for most variants of GNU Emacs. Many different macro packages
4732 are supported, including AMS TeX, LaTeX, and TeXinfo.
4733
4734 The most recent version is always available by ftp at
4735 @iftex
4736 @*
4737 @end iftex
4738 @uref{ftp://sunsite.auc.dk/packages/auctex/auctex.tar.gz}.
4739
4740 In case you don't have access to anonymous ftp, you can get it by an
4741 email request to @email{ftpmail@@decwrl.dec.com}.
4742
4743 WWW users may want to check out the AUC TeX page at
4744 @iftex
4745 @*
4746 @end iftex
4747 @uref{http://sunsite.auc.dk/auctex/}.
4748
4749 @node Q4.7.2, Q4.7.3, Q4.7.1, Subsystems
4750 @unnumberedsubsec Q4.7.2: Are there any Emacs Lisp Spreadsheets?
4751
4752 Yes.  Check out @dfn{dismal} (which stands for Dis' Mode Ain't Lotus) at
4753 @iftex
4754 @*
4755 @end iftex
4756 @uref{ftp://cs.nyu.edu/pub/local/fox/dismal/}.
4757
4758 @node Q4.7.3, Q4.7.4, Q4.7.2, Subsystems
4759 @unnumberedsubsec Q4.7.3: [This question intentionally left blank]
4760
4761 @node Q4.7.4, Q4.7.5, Q4.7.3, Subsystems
4762 @unnumberedsubsec Q4.7.4: Problems installing AUC TeX.
4763
4764 @email{vroonhof@@math.ethz.ch, Jan Vroonhof} writes:
4765
4766 @quotation
4767 AUC TeX works fine on both stock Emacs and XEmacs has been doing so for
4768 a very very long time. This is mostly due to the work of
4769 @email{abraham@@dina.kvl.dk, Per Abrahamsen} (clap clap) in particular his @file{easymenu}
4770 package.  Which leads to what is probably the problem...
4771 @end quotation
4772
4773 Most problems with AUC TeX are one of two things:
4774
4775 @itemize @bullet
4776 @item
4777 The TeX-lisp-directory in @file{tex-site.el} and the makefile don't
4778 match.
4779
4780 Fix: make sure you configure AUC TeX properly @strong{before} installing.
4781
4782 @item
4783 You have an old version of easymenu.el in your path.
4784
4785 Fix: use @code{locate-library} and remove old versions to make sure it
4786 @strong{only} finds the one that came with XEmacs.
4787 @end itemize
4788
4789
4790 @node Q4.7.5, Q4.7.6, Q4.7.4, Subsystems
4791 @unnumberedsubsec Q4.7.5: Is there a reason for an Emacs package not to be included in XEmacs?
4792
4793 The reason for an Emacs package not to be included in XEmacs is
4794 usually one or more of the following:
4795
4796 @enumerate
4797 @item
4798 The package has not been ported to XEmacs.  This will typically happen
4799 when it uses GNU-Emacs-specific features, which make it fail under
4800 XEmacs.
4801
4802 Porting a package to XEmacs can range from a trivial amount of change to
4803 a partial or full rewrite.  Fortunately, the authors of modern packages
4804 usually choose to support both Emacsen themselves.
4805
4806 @item
4807 The package has been decided not to be appropriate for XEmacs.  It may
4808 have an equivalent or better replacement within XEmacs, in which case
4809 the developers may choose not to burden themselves with supporting an
4810 additional package.
4811
4812 Each package bundled with XEmacs means more work for the maintainers,
4813 whether they want it or not.  If you are ready to take over the
4814 maintenance responsibilities for the package you port, be sure to say
4815 so---we will more likely include it.
4816
4817 @item
4818 The package simply hasn't been noted by the XEmacs development.  If
4819 that's the case, the messages like yours are very useful for attracting
4820 our attention.
4821
4822 @item
4823 The package was noted by the developers, but they simply haven't yet
4824 gotten around to including/porting it.  Wait for the next release or,
4825 even better, offer your help.  It will be gladly accepted and
4826 appreciated.
4827 @end enumerate
4828
4829 @node Q4.7.6,  , Q4.7.5, Subsystems
4830 @unnumberedsubsec Q4.7.5: Is there a MatLab mode?
4831
4832 Yes, a matlab mode and other items are available at the
4833 @uref{ftp://ftp.mathworks.com/pub/contrib/emacs_add_ons,
4834 MathWorks' emacs_add_ons ftp directory}.
4835
4836 @node Miscellaneous, MS Windows, Subsystems, Top
4837 @unnumbered 5 The Miscellaneous Stuff
4838
4839 This is part 5 of the XEmacs Frequently Asked Questions list.  This
4840 section is devoted to anything that doesn't fit neatly into the other
4841 sections.
4842
4843 @menu
4844 Major & Minor Modes:
4845 * Q5.0.1::      How can I do source code highlighting using font-lock?
4846 * Q5.0.2::      I do not like cc-mode.  How do I use the old c-mode?
4847 * Q5.0.3::      How do I get @samp{More} Syntax Highlighting on by default?
4848 * Q5.0.4::      How can I enable auto-indent?
4849 * Q5.0.5::      How can I get XEmacs to come up in text/auto-fill mode by default?
4850 * Q5.0.6::      How do I start up a second shell buffer?
4851 * Q5.0.7::      Telnet from shell filters too much.
4852 * Q5.0.8::      Why does edt emulation not work?
4853 * Q5.0.9::      How can I emulate VI and use it as my default mode?
4854 * Q5.0.10::     [This question intentionally left blank]
4855 * Q5.0.11::     How do I turn on filladapt for all buffers?
4856 * Q5.0.12::     How do I disable gnuserv from opening a new frame?
4857 * Q5.0.13::     How do I start gnuserv so that each subsequent XEmacs is a client?
4858 * Q5.0.14::     Strange things are happening in Shell Mode.
4859 * Q5.0.15::     Where do I get the latest CC Mode?
4860 * Q5.0.16::     I find auto-show-mode disconcerting.  How do I turn it off?
4861 * Q5.0.17::     How can I get two instances of info?
4862 * Q5.0.18::     [This question intentionally left blank]
4863 * Q5.0.19::     Is there something better than LaTeX mode?
4864 * Q5.0.20::     Is there a way to start a new XEmacs if there's no gnuserv running, and otherwise use gnuclient?
4865
4866 Emacs Lisp Programming Techniques:
4867 * Q5.1.1::      The difference in key sequences between XEmacs and GNU Emacs?
4868 * Q5.1.2::      Can I generate "fake" keyboard events?
4869 * Q5.1.3::      Could you explain @code{read-kbd-macro} in more detail?
4870 * Q5.1.4::      What is the performance hit of @code{let}?
4871 * Q5.1.5::      What is the recommended use of @code{setq}?
4872 * Q5.1.6::      What is the typical misuse of @code{setq}?
4873 * Q5.1.7::      I like the the @code{do} form of cl, does it slow things down?
4874 * Q5.1.8::      I like recursion, does it slow things down?
4875 * Q5.1.9::      How do I put a glyph as annotation in a buffer?
4876 * Q5.1.10::     @code{map-extents} won't traverse all of my extents!
4877 * Q5.1.11::     My elisp program is horribly slow.  Is there an easy way to find out where it spends time?
4878
4879 Sound:
4880 * Q5.2.1::      How do I turn off the sound?
4881 * Q5.2.2::      How do I get funky sounds instead of a boring beep?
4882 * Q5.2.3::      What's NAS, how do I get it?
4883 * Q5.2.4::      Sunsite sounds don't play.
4884
4885 Miscellaneous:
4886 * Q5.3.1::      How do you make XEmacs indent CL if-clauses correctly?
4887 * Q5.3.2::      Fontifying hangs when editing a postscript file.
4888 * Q5.3.3::      How can I print WYSIWYG a font-locked buffer?
4889 * Q5.3.4::      Getting @kbd{M-x lpr} to work with postscript printer.
4890 * Q5.3.5::      How do I specify the paths that XEmacs uses for finding files?
4891 * Q5.3.6::      [This question intentionally left blank]
4892 * Q5.3.7::      Can I have the end of the buffer delimited in some way?
4893 * Q5.3.8::      How do I insert today's date into a buffer?
4894 * Q5.3.9::      Are only certain syntactic character classes available for abbrevs?
4895 * Q5.3.10::     How can I get those oh-so-neat X-Face lines?
4896 * Q5.3.11::     How do I add new Info directories?
4897 * Q5.3.12::     What do I need to change to make printing work?
4898 @end menu
4899
4900 @node Q5.0.1, Q5.0.2, Miscellaneous, Miscellaneous
4901 @unnumberedsec 5.0: Major & Minor Modes
4902 @unnumberedsubsec Q5.0.1: How can I do source code highlighting using font-lock?
4903
4904 For most modes, font-lock is already set up and just needs to be turned
4905 on.  This can be done by @kbd{M-x font-lock-mode}, or by having XEmacs
4906 automatically start it by adding lines like:
4907
4908 @lisp
4909 (add-hook 'emacs-lisp-mode-hook 'turn-on-font-lock)
4910 (add-hook 'dired-mode-hook      'turn-on-font-lock)
4911 @end lisp
4912
4913 to your @file{.emacs}.  See the file @file{etc/sample.emacs} for more
4914 examples.
4915
4916 See also @code{Syntax Highlighting} from the @code{Options} menu.
4917 Remember to save options.
4918
4919 @node Q5.0.2, Q5.0.3, Q5.0.1, Miscellaneous
4920 @unnumberedsubsec Q5.0.2: I do not like cc-mode.  How do I use the old c-mode?
4921
4922 Well, first off, consider if you really want to do this.  cc-mode is
4923 much more powerful than the old c-mode.  If you're having trouble
4924 getting your old offsets to work, try using @code{c-set-offset} instead.
4925 You might also consider using the package @code{cc-compat}.
4926
4927 But, if you still insist, add the following lines to your @file{.emacs}:
4928
4929 @lisp
4930 (fmakunbound 'c-mode)
4931 (makunbound 'c-mode-map)
4932 (fmakunbound 'c++-mode)
4933 (makunbound 'c++-mode-map)
4934 (makunbound 'c-style-alist)
4935 (load-library "old-c-mode")
4936 (load-library "old-c++-mode")
4937 @end lisp
4938
4939 This must be done before any other reference is made to either c-mode or
4940 c++-mode.
4941
4942 @node Q5.0.3, Q5.0.4, Q5.0.2, Miscellaneous
4943 @unnumberedsubsec Q5.0.3: How do I get @samp{More} Syntax Highlighting on by default?
4944
4945 Use the following code in your @file{.emacs}:
4946
4947 @lisp
4948 (setq-default font-lock-maximum-decoration t)
4949 @end lisp
4950
4951 In versions of XEmacs prior to 19.14, you had to use a kludgy solution
4952 like this:
4953
4954 @lisp
4955 (setq c-font-lock-keywords c-font-lock-keywords-2
4956       c++-font-lock-keywords c++-font-lock-keywords-2
4957       lisp-font-lock-keywords lisp-font-lock-keywords-2)
4958 @end lisp
4959
4960 It will work for C, C++ and Lisp.
4961
4962 See also @code{Syntax Highlighting} from the @code{Options} menu.
4963 Remember to save options.
4964
4965 @node Q5.0.4, Q5.0.5, Q5.0.3, Miscellaneous
4966 @unnumberedsubsec Q5.0.4: How can I enable auto-indent?
4967
4968 Put the following line in your @file{.emacs}:
4969
4970 @lisp
4971 (setq indent-line-function 'indent-relative-maybe)
4972 @end lisp
4973
4974 If you want to get fancy, try the @code{filladapt} package available
4975 standard with XEmacs.  Put this into your @file{.emacs}:
4976
4977 @lisp
4978 (require 'filladapt)
4979 (add-hook 'text-mode-hook    'turn-on-filladapt-mode)
4980 ;;; and others ...
4981 @end lisp
4982
4983 You can customize filling and adaptive filling with Customize.
4984 Select from the @code{Options} menu
4985 @code{Customize->Emacs->->Editing->Fill->Fill...}
4986 or type @kbd{M-x customize @key{RET} fill @key{RET}}.
4987
4988 Note that well-behaving text-lookalike modes will run
4989 @code{text-mode-hook} by default (e.g. that's what Message does).  For
4990 the nasty ones, you'll have to provide the @code{add-hook}s yourself.
4991
4992 Please note that the @code{fa-extras} package is no longer useful.
4993
4994 @node Q5.0.5, Q5.0.6, Q5.0.4, Miscellaneous
4995 @unnumberedsubsec Q5.0.5: How can I get XEmacs to come up in text/auto-fill mode by default?
4996
4997 Try the following lisp in your @file{.emacs}:
4998
4999 @lisp
5000 (setq default-major-mode 'text-mode)
5001 (setq text-mode-hook 'turn-on-auto-fill)
5002 @end lisp
5003
5004 @strong{WARNING}: note that changing the value of
5005 @code{default-major-mode} from @code{fundamental-mode} can break a large
5006 amount of built-in code that expects newly created buffers to be in
5007 @code{fundamental-mode}.  (Changing from @code{fundamental-mode} to
5008 @code{text-mode} might not wreak too much havoc, but changing to
5009 something more exotic like a lisp-mode would break many Emacs packages).
5010
5011 Note that Emacs by default starts up in buffer @code{*scratch*} in
5012 @code{initial-major-mode}, which defaults to
5013 @code{lisp-interaction-mode}. Thus adding the following form to your
5014 Emacs init file will cause the initial @code{*scratch*} buffer to be put
5015 into auto-fill'ed @code{text-mode}:
5016
5017 @lisp
5018 (setq initial-major-mode
5019       (lambda ()
5020         (text-mode)
5021         (turn-on-auto-fill)))
5022 @end lisp
5023
5024 Note that after your init file is loaded, if
5025 @code{inhibit-startup-message} is @code{nil} (the default) and the
5026 startup buffer is @code{*scratch*} then the startup message will be
5027 inserted into @code{*scratch*}; it will be removed after a timeout by
5028 erasing the entire @code{*scratch*} buffer.  Keep in mind this default
5029 usage of @code{*scratch*} if you desire any prior manipulation of
5030 @code{*scratch*} from within your Emacs init file. In particular,
5031 anything you insert into @code{*scratch*} from your init file will be
5032 later erased. Also, if you change the mode of the @code{*scratch*}
5033 buffer, be sure that this will not interfere with possible later
5034 insertion of the startup message (e.g. if you put @code{*scratch*} into
5035 a nonstandard mode that has automatic font lock rules, then the startup
5036 message might get fontified in a strange foreign manner, e.g. as code in
5037 some programming language).
5038
5039 @node Q5.0.6, Q5.0.7, Q5.0.5, Miscellaneous
5040 @unnumberedsubsec Q5.0.6: How do I start up a second shell buffer?
5041
5042 In the @code{*shell*} buffer:
5043
5044 @lisp
5045 M-x rename-buffer @key{RET} *shell-1* @key{RET}
5046 M-x shell RET
5047 @end lisp
5048
5049 This will then start a second shell.  The key is that no buffer named
5050 @samp{*shell*} can exist.  It might be preferable to use @kbd{M-x
5051 rename-uniquely} to rename the @code{*shell*} buffer instead of @kbd{M-x
5052 rename-buffer}.
5053
5054 Alternately, you can set the variable @code{shell-multiple-shells}.
5055 If the value of this variable is non-nil, each time shell mode is invoked,
5056 a new shell is made
5057
5058 @node Q5.0.7, Q5.0.8, Q5.0.6, Miscellaneous
5059 @unnumberedsubsec Q5.0.7: Telnet from shell filters too much
5060
5061 I'm using the Emacs @kbd{M-x shell} function, and I would like to invoke
5062 and use a telnet session within it.  Everything works fine except that
5063 now all @samp{^M}'s are filtered out by Emacs.  Fixes?
5064
5065 Use @kbd{M-x rsh} or @kbd{M-x telnet} to open remote sessions rather
5066 than doing rsh or telnet within the local shell buffer.  Starting with
5067 XEmacs-20.3 you can also use @kbd{M-x ssh} to open secure remote session
5068 if you have @code{ssh} installed.
5069
5070 @node Q5.0.8, Q5.0.9, Q5.0.7, Miscellaneous
5071 @unnumberedsubsec Q5.0.8: Why does edt emulation not work?
5072
5073 We don't know, but you can use tpu-edt emulation instead, which works
5074 fine and is a little fancier than the standard edt emulation.  To do
5075 this, add the following line to your @file{.emacs}:
5076
5077 @lisp
5078 (tpu-edt)
5079 @end lisp
5080
5081 If you don't want it to replace @kbd{C-h} with an edt-style help menu
5082 add this as well:
5083
5084 @lisp
5085 (global-set-key [(control h)] 'help-for-help)
5086 @end lisp
5087
5088 @node Q5.0.9, Q5.0.10, Q5.0.8, Miscellaneous
5089 @unnumberedsubsec Q5.0.9: How can I emulate VI and use it as my default mode?
5090
5091 Our recommended VI emulator is viper. To make viper-mode the default,
5092 add this to your @file{.emacs}:
5093
5094 @lisp
5095 (viper-mode)
5096 @end lisp
5097
5098 @email{kifer@@CS.SunySB.EDU, Michael Kifer} writes:
5099
5100 @quotation
5101 This should be added as close to the top of @file{.emacs} as you can get
5102 it, otherwise some minor modes may not get viper-ized.
5103 @end quotation
5104
5105 @node Q5.0.10, Q5.0.11, Q5.0.9, Miscellaneous
5106 @unnumberedsubsec Q5.0.10: [This question intentionally left blank]
5107
5108 Obsolete question, left blank to avoid renumbering
5109
5110 @node Q5.0.11, Q5.0.12, Q5.0.10, Miscellaneous
5111 @unnumberedsubsec Q5.0.11: How do I turn on filladapt for all buffers?
5112
5113 Filladapt is a minor mode and minor modes are traditionally off by
5114 default.  The following added to your @file{.emacs} will turn it on for
5115 all buffers:
5116
5117 @lisp
5118 (setq-default filladapt-mode t)
5119 @end lisp
5120
5121 Use @code{turn-on-filladapt-mode} to turn Filladapt on in particular
5122 major modes, like this:
5123
5124 @lisp
5125 (add-hook 'text-mode-hook 'turn-on-filladapt-mode)
5126 @end lisp
5127
5128 @node Q5.0.12, Q5.0.13, Q5.0.11, Miscellaneous
5129 @unnumberedsubsec Q5.0.12: How do I disable gnuserv from opening a new frame?
5130
5131 If you set the @code{gnuserv-frame} variable to the frame that should be
5132 used to display buffers that are pulled up, a new frame will not be
5133 created. For example, you could put
5134
5135 @lisp
5136 (setq gnuserv-frame (selected-frame))
5137 @end lisp
5138
5139 early on in your @file{.emacs}, to ensure that the first frame created
5140 is the one used for your gnuserv buffers.
5141
5142 Starting in 19.15, there is an option to set the gnuserv target to
5143 the current frame.  See
5144 @code{Options->"Other Window" Location->Make current frame gnuserv target}
5145
5146 Starting with XEmacs-20.3 you can also change this with Customize.
5147 Select from the @code{Options} menu
5148 @code{Customize->Emacs->Environment->Gnuserv->Gnuserv Frame...} or type
5149 @kbd{M-x customize @key{RET} gnuserv @key{RET}}.
5150
5151
5152 @node Q5.0.13, Q5.0.14, Q5.0.12, Miscellaneous
5153 @unnumberedsubsec Q5.0.13: How do I start gnuserv so that each subsequent XEmacs is a client?
5154
5155 Put the following in your @file{.emacs} file to start the server:
5156
5157 @lisp
5158 (gnuserv-start)
5159 @end lisp
5160
5161 Start your first XEmacs as usual.  After that, you can do:
5162
5163 @example
5164 gnuclient randomfilename
5165 @end example
5166
5167 from the command line to get your existing XEmacs process to open a new
5168 frame and visit randomfilename in that window. When you're done editing
5169 randomfilename, hit @kbd{C-x #} to kill the buffer and get rid of the
5170 frame.
5171
5172 See also man page of gnuclient.
5173
5174 @node Q5.0.14, Q5.0.15, Q5.0.13, Miscellaneous
5175 @unnumberedsubsec Q5.0.14: Strange things are happening in Shell Mode.
5176
5177 Sometimes (i.e. it's not repeatable, and I can't work out why it
5178 happens) when I'm typing into shell mode, I hit return and only a
5179 portion of the command is given to the shell, and a blank prompt is
5180 returned.  If I hit return again, the rest of the previous command is
5181 given to the shell.
5182
5183 @email{martin@@xemacs.org, Martin Buchholz} writes:
5184
5185 @quotation
5186 There is a known problem with interaction between @code{csh} and the
5187 @code{filec} option and XEmacs.  You should add the following to your
5188 @file{.cshrc}:
5189
5190 @example
5191 if ( "$TERM" == emacs || "$TERM" == unknown ) unset filec
5192 @end example
5193 @end quotation
5194
5195 @node Q5.0.15, Q5.0.16, Q5.0.14, Miscellaneous
5196 @unnumberedsubsec Q5.0.15: Where do I get the latest CC Mode?
5197
5198 @email{bwarsaw@@cnri.reston.va.us, Barry A. Warsaw} writes:
5199
5200 @quotation
5201 This can be had from @uref{http://www.python.org/emacs/}.
5202 @end quotation
5203
5204 @node Q5.0.16, Q5.0.17, Q5.0.15, Miscellaneous
5205 @unnumberedsubsec Q5.0.16: I find auto-show-mode disconcerting.  How do I turn it off?
5206
5207 @code{auto-show-mode} controls whether or not a horizontal scrollbar
5208 magically appears when a line is too long to be displayed.  This is
5209 enabled by default.  To turn it off, put the following in your
5210 @file{.emacs}:
5211
5212 @lisp
5213 (setq auto-show-mode nil)
5214 (setq-default auto-show-mode nil)
5215 @end lisp
5216
5217 @node Q5.0.17, Q5.0.18, Q5.0.16, Miscellaneous
5218 @unnumberedsubsec Q5.0.17: How can I get two instances of info?
5219
5220 You can't.  The @code{info} package does not provide for multiple info buffers.
5221
5222 @node Q5.0.18, Q5.0.19, Q5.0.17, Miscellaneous
5223 @unnumberedsubsec Q5.0.18: [This question intentionally left blank]
5224
5225 @node Q5.0.19, Q5.0.20, Q5.0.18, Miscellaneous
5226 @unnumberedsubsec Q5.0.19: Is there something better than LaTeX mode?
5227
5228 @email{dak@@fsnif.neuroinformatik.ruhr-uni-bochum.de, David Kastrup} writes:
5229
5230 @quotation
5231 The standard TeX modes leave much to be desired, and are somewhat
5232 leniently maintained.  Serious TeX users use AUC TeX (@pxref{Q4.7.1}).
5233 @end quotation
5234
5235 @node Q5.0.20, Q5.1.1, Q5.0.19, Miscellaneous
5236 @unnumberedsubsec Q5.0.20: Is there a way to start a new XEmacs if there's no gnuserv running, and otherwise use gnuclient?
5237
5238 @email{vroonhof@@math.ethz.ch, Jan Vroonhof} writes:
5239 @quotation
5240 Here is one of the solutions, we have this in a script called
5241 @file{etc/editclient.sh}.
5242 @example
5243  #!/bin/sh
5244  if gnuclient -batch -eval t >/dev/null 2>&1
5245  then
5246    exec gnuclient $@{1+"$@@"@}
5247  else
5248    xemacs -unmapped -f gnuserv-start &
5249    until gnuclient -batch -eval t >/dev/null 2>&1
5250    do
5251       sleep 1
5252    done
5253    exec gnuclient $@{1+"$@@"@}
5254  fi
5255 @end example
5256
5257 Note that there is a known problem when running XEmacs and 'gnuclient
5258 -nw' on the same TTY.
5259 @end quotation
5260
5261 @node Q5.1.1, Q5.1.2, Q5.0.20, Miscellaneous
5262 @unnumberedsec 5.1: Emacs Lisp Programming Techniques
5263 @unnumberedsubsec Q5.1.1: What is the difference in key sequences between XEmacs and GNU Emacs?
5264
5265 @email{clerik@@naggum.no, Erik Naggum} writes;
5266
5267 @quotation
5268 Emacs has a legacy of keyboards that produced characters with modifier
5269 bits, and therefore map a variety of input systems into this scheme even
5270 today.  XEmacs is instead optimized for X events.  This causes an
5271 incompatibility in the way key sequences are specified, but both Emacs
5272 and XEmacs will accept a key sequence as a vector of lists of modifiers
5273 that ends with a key, e.g., to bind @kbd{M-C-a}, you would say
5274 @code{[(meta control a)]} in both Emacsen.  XEmacs has an abbreviated
5275 form for a single key, just (meta control a).  Emacs has an abbreviated
5276 form for the Control and the Meta modifiers to string-characters (the
5277 ASCII characters), as in @samp{\M-\C-a}.  XEmacs users need to be aware
5278 that the abbreviated form works only for one-character key sequences,
5279 while Emacs users need to be aware that the string-character is rather
5280 limited.  Specifically, the string-character can accommodate only 256
5281 different values, 128 of which have the Meta modifier and 128 of which
5282 have not.  In each of these blocks, only 32 characters have the Control
5283 modifier.  Whereas @code{[(meta control A)]} differs from @code{[(meta
5284 control a)]} because the case differs, @samp{\M-\C-a} and @samp{\M-\C-A}
5285 do not.  Programmers are advised to use the full common form, both
5286 because it is more readable and less error-prone, and because it is
5287 supported by both Emacsen.
5288 @end quotation
5289
5290 Another (even safer) way to be sure of the key-sequences is to use the
5291 @code{read-kbd-macro} function, which takes a string like @samp{C-c
5292 <up>}, and converts it to the internal key representation of the Emacs
5293 you use.  The function is available both on XEmacs and GNU Emacs.
5294
5295 @node Q5.1.2, Q5.1.3, Q5.1.1, Miscellaneous
5296 @unnumberedsubsec Q5.1.2: Can I generate "fake" keyboard events?
5297
5298 I wonder if there is an interactive function that can generate
5299 @dfn{fake} keyboard events.  This way, I could simply map them inside
5300 XEmacs.
5301
5302 This seems to work:
5303
5304 @lisp
5305 (defun cg--generate-char-event (ch)
5306   "Generate an event, as if ch has been typed"
5307   (dispatch-event (character-to-event ch)))
5308
5309 ;;  Backspace and Delete stuff
5310 (global-set-key [backspace]
5311   (lambda () (interactive) (cg--generate-char-event 127)))
5312 (global-set-key [unknown_keysym_0x4]
5313   (lambda () (interactive) (cg--generate-char-event 4)))
5314 @end lisp
5315
5316 @node Q5.1.3, Q5.1.4, Q5.1.2, Miscellaneous
5317 @unnumberedsubsec Q5.1.3: Could you explain @code{read-kbd-macro} in more detail?
5318
5319 The @code{read-kbd-macro} function returns the internal Emacs
5320 representation of a human-readable string (which is its argument).
5321 Thus:
5322
5323 @lisp
5324 (read-kbd-macro "C-c C-a")
5325 @result{} [(control ?c) (control ?a)]
5326
5327 (read-kbd-macro "C-c C-. <up>")
5328 @result{} [(control ?c) (control ?.) up]
5329 @end lisp
5330
5331 In GNU Emacs the same forms will be evaluated to what GNU Emacs
5332 understands internally---the sequences @code{"\C-x\C-c"} and @code{[3
5333 67108910 up]}, respectively.
5334
5335 The exact @dfn{human-readable} syntax is defined in the docstring of
5336 @code{edmacro-mode}.  I'll repeat it here, for completeness.
5337
5338 @quotation
5339 Format of keyboard macros during editing:
5340
5341 Text is divided into @dfn{words} separated by whitespace.  Except for
5342 the words described below, the characters of each word go directly as
5343 characters of the macro.  The whitespace that separates words is
5344 ignored.  Whitespace in the macro must be written explicitly, as in
5345 @kbd{foo @key{SPC} bar @key{RET}}.
5346
5347 @itemize @bullet
5348 @item
5349 The special words @kbd{RET}, @kbd{SPC}, @kbd{TAB}, @kbd{DEL}, @kbd{LFD},
5350 @kbd{ESC}, and @kbd{NUL} represent special control characters.  The
5351 words must be written in uppercase.
5352
5353 @item
5354 A word in angle brackets, e.g., @code{<return>}, @code{<down>}, or
5355 @code{<f1>}, represents a function key.  (Note that in the standard
5356 configuration, the function key @code{<return>} and the control key
5357 @key{RET} are synonymous.)  You can use angle brackets on the words
5358 @key{RET}, @key{SPC}, etc., but they are not required there.
5359
5360 @item
5361 Keys can be written by their @sc{ascii} code, using a backslash followed
5362 by up to six octal digits.  This is the only way to represent keys with
5363 codes above \377.
5364
5365 @item
5366 One or more prefixes @kbd{M-} (meta), @kbd{C-} (control), @kbd{S-}
5367 (shift), @kbd{A-} (alt), @kbd{H-} (hyper), and @kbd{s-} (super) may
5368 precede a character or key notation.  For function keys, the prefixes
5369 may go inside or outside of the brackets: @code{C-<down>} @equiv{}
5370 @code{<C-down>}.  The prefixes may be written in any order: @kbd{M-C-x}
5371 @equiv{} @kbd{C-M-x}.
5372
5373 Prefixes are not allowed on multi-key words, e.g., @kbd{C-abc}, except
5374 that the Meta prefix is allowed on a sequence of digits and optional
5375 minus sign: @kbd{M--123} @equiv{} @kbd{M-- M-1 M-2 M-3}.
5376
5377 @item
5378 The @code{^} notation for control characters also works: @kbd{^M}
5379 @equiv{} @kbd{C-m}.
5380
5381 @item
5382 Double angle brackets enclose command names: @code{<<next-line>>} is
5383 shorthand for @kbd{M-x next-line @key{RET}}.
5384
5385 @item
5386 Finally, @code{REM} or @code{;;} causes the rest of the line to be
5387 ignored as a comment.
5388 @end itemize
5389
5390 Any word may be prefixed by a multiplier in the form of a decimal number
5391 and @code{*}: @code{3*<right>} @equiv{} @code{<right> <right> <right>},
5392 and @code{10*foo} @equiv{}
5393 @iftex
5394 @*
5395 @end iftex
5396 @code{foofoofoofoofoofoofoofoofoofoo}.
5397
5398 Multiple text keys can normally be strung together to form a word, but
5399 you may need to add whitespace if the word would look like one of the
5400 above notations: @code{; ; ;} is a keyboard macro with three semicolons,
5401 but @code{;;;} is a comment.  Likewise, @code{\ 1 2 3} is four keys but
5402 @code{\123} is a single key written in octal, and @code{< right >} is
5403 seven keys but @code{<right>} is a single function key.  When in doubt,
5404 use whitespace.
5405 @end quotation
5406
5407 @node Q5.1.4, Q5.1.5, Q5.1.3, Miscellaneous
5408 @unnumberedsubsec Q5.1.4: What is the performance hit of @code{let}?
5409
5410 In most cases, not noticeable.  Besides, there's no avoiding
5411 @code{let}---you have to bind your local variables, after all.  Some
5412 pose a question whether to nest @code{let}s, or use one @code{let} per
5413 function.  I think because of clarity and maintenance (and possible
5414 future implementation), @code{let}-s should be used (nested) in a way to
5415 provide the clearest code.
5416
5417 @node Q5.1.5, Q5.1.6, Q5.1.4, Miscellaneous
5418 @unnumberedsubsec Q5.1.5: What is the recommended use of @code{setq}?
5419
5420 @itemize @bullet
5421 @item Global variables
5422
5423 You will typically @code{defvar} your global variable to a default
5424 value, and use @code{setq} to set it later.
5425
5426 It is never a good practice to @code{setq} user variables (like
5427 @code{case-fold-search}, etc.), as it ignores the user's choice
5428 unconditionally.  Note that @code{defvar} doesn't change the value of a
5429 variable if it was bound previously.  If you wish to change a
5430 user-variable temporarily, use @code{let}:
5431
5432 @lisp
5433 (let ((case-fold-search nil))
5434   ...                                   ; code with searches that must be case-sensitive
5435   ...)
5436 @end lisp
5437
5438 You will notice the user-variables by their docstrings beginning with an
5439 asterisk (a convention).
5440
5441 @item Local variables
5442
5443 Bind them with @code{let}, which will unbind them (or restore their
5444 previous value, if they were bound) after exiting from the @code{let}
5445 form.  Change the value of local variables with @code{setq} or whatever
5446 you like (e.g. @code{incf}, @code{setf} and such).  The @code{let} form
5447 can even return one of its local variables.
5448
5449 Typical usage:
5450
5451 @lisp
5452 ;; iterate through the elements of the list returned by
5453 ;; `hairy-function-that-returns-list'
5454 (let ((l (hairy-function-that-returns-list)))
5455   (while l
5456     ... do something with (car l) ...
5457     (setq l (cdr l))))
5458 @end lisp
5459
5460 Another typical usage includes building a value simply to work with it.
5461
5462 @lisp
5463 ;; Build the mode keymap out of the key-translation-alist
5464 (let ((inbox (file-truename (expand-file-name box)))
5465       (i 0))
5466   ... code dealing with inbox ...
5467   inbox)
5468 @end lisp
5469
5470 This piece of code uses the local variable @code{inbox}, which becomes
5471 unbound (or regains old value) after exiting the form.  The form also
5472 returns the value of @code{inbox}, which can be reused, for instance:
5473
5474 @lisp
5475 (setq foo-processed-inbox
5476       (let .....))
5477 @end lisp
5478 @end itemize
5479
5480 @node Q5.1.6, Q5.1.7, Q5.1.5, Miscellaneous
5481 @unnumberedsubsec Q5.1.6: What is the typical misuse of @code{setq} ?
5482
5483 A typical misuse is probably @code{setq}ing a variable that was meant to
5484 be local.  Such a variable will remain bound forever, never to be
5485 garbage-collected.  For example, the code doing:
5486
5487 @lisp
5488 (defun my-function (whatever)
5489   (setq a nil)
5490   ... build a large list ...
5491   ... and exit ...)
5492 @end lisp
5493
5494 does a bad thing, as @code{a} will keep consuming memory, never to be
5495 unbound.  The correct thing is to do it like this:
5496
5497 @lisp
5498 (defun my-function (whatever)
5499   (let (a)                              ; default initialization is to nil
5500     ... build a large list ...
5501     ... and exit, unbinding `a' in the process  ...)
5502 @end lisp
5503
5504 Not only is this prettier syntactically, but it makes it possible for
5505 Emacs to garbage-collect the objects which @code{a} used to reference.
5506
5507 Note that even global variables should not be @code{setq}ed without
5508 @code{defvar}ing them first, because the byte-compiler issues warnings.
5509 The reason for the warning is the following:
5510
5511 @lisp
5512 (defun flurgoze nil)                    ; ok, global internal variable
5513 ...
5514
5515 (setq flurghoze t)                      ; ops!  a typo, but semantically correct.
5516                                         ; however, the byte-compiler warns.
5517
5518 While compiling toplevel forms:
5519 ** assignment to free variable flurghoze
5520 @end lisp
5521
5522 @node Q5.1.7, Q5.1.8, Q5.1.6, Miscellaneous
5523 @unnumberedsubsec Q5.1.7: I like the the @code{do} form of cl, does it slow things down?
5524
5525 It shouldn't.  Here is what Dave Gillespie has to say about cl.el
5526 performance:
5527
5528 @quotation
5529 Many of the advanced features of this package, such as @code{defun*},
5530 @code{loop}, and @code{setf}, are implemented as Lisp macros.  In
5531 byte-compiled code, these complex notations will be expanded into
5532 equivalent Lisp code which is simple and efficient.  For example, the
5533 forms
5534
5535 @lisp
5536 (incf i n)
5537 (push x (car p))
5538 @end lisp
5539
5540 are expanded at compile-time to the Lisp forms
5541
5542 @lisp
5543 (setq i (+ i n))
5544 (setcar p (cons x (car p)))
5545 @end lisp
5546
5547 which are the most efficient ways of doing these respective operations
5548 in Lisp.  Thus, there is no performance penalty for using the more
5549 readable @code{incf} and @code{push} forms in your compiled code.
5550
5551 @emph{Interpreted} code, on the other hand, must expand these macros
5552 every time they are executed.  For this reason it is strongly
5553 recommended that code making heavy use of macros be compiled.  (The
5554 features labelled @dfn{Special Form} instead of @dfn{Function} in this
5555 manual are macros.)  A loop using @code{incf} a hundred times will
5556 execute considerably faster if compiled, and will also garbage-collect
5557 less because the macro expansion will not have to be generated, used,
5558 and thrown away a hundred times.
5559
5560 You can find out how a macro expands by using the @code{cl-prettyexpand}
5561 function.
5562 @end quotation
5563
5564 @node Q5.1.8, Q5.1.9, Q5.1.7, Miscellaneous
5565 @unnumberedsubsec Q5.1.8: I like recursion, does it slow things down?
5566
5567 Yes.  Emacs byte-compiler cannot do much to optimize recursion.  But
5568 think well whether this is a real concern in Emacs.  Much of the Emacs
5569 slowness comes from internal mechanisms such as redisplay, or from the
5570 fact that it is an interpreter.
5571
5572 Please try not to make your code much uglier to gain a very small speed
5573 gain.  It's not usually worth it.
5574
5575 @node Q5.1.9, Q5.1.10, Q5.1.8, Miscellaneous
5576 @unnumberedsubsec Q5.1.9: How do I put a glyph as annotation in a buffer?
5577
5578 Here is a solution that will insert the glyph annotation at the
5579 beginning of buffer:
5580
5581 @lisp
5582 (make-annotation (make-glyph '([FORMAT :file FILE]
5583                                [string :data "fallback-text"]))
5584                  (point-min)
5585                  'text
5586                  (current-buffer))
5587 @end lisp
5588
5589 Replace @samp{FORMAT} with an unquoted symbol representing the format of
5590 the image (e.g. @code{xpm}, @code{xbm}, @code{gif}, @code{jpeg}, etc.)
5591 Instead of @samp{FILE}, use the image file name
5592 (e.g.
5593 @iftex
5594 @*
5595 @end iftex
5596 @file{/usr/local/lib/xemacs-20.2/etc/recycle.xpm}).
5597
5598 You can turn this to a function (that optionally prompts you for a file
5599 name), and inserts the glyph at @code{(point)} instead of
5600 @code{(point-min)}.
5601
5602 @node Q5.1.10, Q5.1.11, Q5.1.9, Miscellaneous
5603 @unnumberedsubsec Q5.1.10: @code{map-extents} won't traverse all of my extents!
5604
5605 I tried to use @code{map-extents} to do an operation on all the extents
5606 in a region.  However, it seems to quit after processing a random number
5607 of extents.  Is it buggy?
5608
5609 No.  The documentation of @code{map-extents} states that it will iterate
5610 across the extents as long as @var{function} returns @code{nil}.
5611 Unexperienced programmers often forget to return @code{nil} explicitly,
5612 which results in buggy code.  For instance, the following code is
5613 supposed to delete all the extents in a buffer, and issue as many
5614 @samp{fubar!} messages.
5615
5616 @lisp
5617 (map-extents (lambda (ext ignore)
5618                (delete-extent ext)
5619                (message "fubar!")))
5620 @end lisp
5621
5622 Instead, it will delete only the first extent, and stop right there --
5623 because @code{message} will return a non-nil value.  The correct code
5624 is:
5625
5626 @lisp
5627 (map-extents (lambda (ext ignore)
5628                (delete-extent ext)
5629                (message "fubar!")
5630                nil))
5631 @end lisp
5632
5633 @node Q5.1.11, Q5.2.1, Q5.1.10, Miscellaneous
5634 @unnumberedsubsec Q5.1.11: My elisp program is horribly slow.  Is there
5635 an easy way to find out where it spends time?
5636 @c New
5637
5638 z@email{hniksic@@xemacs.org, Hrvoje Niksic} writes:
5639 @quotation
5640 Under XEmacs 20.4 and later  you can use @kbd{M-x profile-key-sequence}, press a key
5641 (say @key{RET} in the Gnus Group buffer), and get the results using
5642 @kbd{M-x profile-results}.  It should give you an idea of where the time
5643 is being spent.
5644 @end quotation
5645
5646 @node Q5.2.1, Q5.2.2, Q5.1.11, Miscellaneous
5647 @unnumberedsubsec Q5.2.1: How do I turn off the sound?
5648
5649 Add the following line to your @file{.emacs}:
5650
5651 @lisp
5652 (setq bell-volume 0)
5653 (setq sound-alist nil)
5654 @end lisp
5655
5656 That will make your XEmacs totally silent---even the default ding sound
5657 (TTY beep on TTY-s) will be gone.
5658
5659 Starting with XEmacs-20.2 you can also change these with Customize.
5660 Select from the @code{Options} menu
5661 @code{Customize->Emacs->Environment->Sound->Sound...} or type
5662 @kbd{M-x customize @key{RET} sound @key{RET}}.
5663
5664
5665 @node Q5.2.2, Q5.2.3, Q5.2.1, Miscellaneous
5666 @unnumberedsubsec Q5.2.2: How do I get funky sounds instead of a boring beep?
5667
5668 Make sure your XEmacs was compiled with sound support, and then put this
5669 in your @file{.emacs}:
5670
5671 @lisp
5672 (load-default-sounds)
5673 @end lisp
5674
5675 The sound support in XEmacs 19.14 was greatly improved over previous
5676 versions.
5677
5678 @node Q5.2.3, Q5.2.4, Q5.2.2, Miscellaneous
5679 @unnumberedsubsec Q5.2.3: What's NAS, how do I get it?
5680
5681 @xref{Q2.0.3}, for an explanation of the @dfn{Network Audio System}.
5682
5683 @node Q5.2.4, Q5.3.1, Q5.2.3, Miscellaneous
5684 @unnumberedsubsec Q5.2.4: Sunsite sounds don't play.
5685
5686 I'm having some trouble with sounds I've downloaded from sunsite.  They
5687 play when I run them through @code{showaudio} or cat them directly to
5688 @file{/dev/audio}, but XEmacs refuses to play them.
5689
5690 @email{gutschk@@uni-muenster.de, Markus Gutschke} writes:
5691
5692 @quotation
5693 [Many of] These files have an (erroneous) 24byte header that tells about
5694 the format that they have been recorded in. If you cat them to
5695 @file{/dev/audio}, the header will be ignored and the default behavior
5696 for /dev/audio will be used. This happens to be 8kHz uLaw. It is
5697 probably possible to fix the header by piping through @code{sox} and
5698 passing explicit parameters for specifying the sampling format; you then
5699 need to perform a 'null' conversion from SunAudio to SunAudio.
5700 @end quotation
5701
5702 @node Q5.3.1, Q5.3.2, Q5.2.4, Miscellaneous
5703 @unnumberedsec 5.3: Miscellaneous
5704 @unnumberedsubsec Q5.3.1: How do you make XEmacs indent CL if-clauses correctly?
5705
5706 I'd like XEmacs to indent all the clauses of a Common Lisp @code{if} the
5707 same amount instead of indenting the 3rd clause differently from the
5708 first two.
5709
5710 One way is to add, to @file{.emacs}:
5711
5712 @lisp
5713 (put 'if 'lisp-indent-function nil)
5714 @end lisp
5715
5716 However, note that the package @code{cl-indent} that comes with
5717 XEmacs sets up this kind of indentation by default.  @code{cl-indent}
5718 also knows about many other CL-specific forms.  To use @code{cl-indent},
5719 one can do this:
5720
5721 @lisp
5722 (load "cl-indent")
5723 (setq lisp-indent-function (function common-lisp-indent-function))
5724 @end lisp
5725
5726 One can also customize @file{cl-indent.el} so it mimics the default
5727 @code{if} indentation @code{then} indented more than the @code{else}.
5728 Here's how:
5729
5730 @lisp
5731 (put 'if 'common-lisp-indent-function '(nil nil &body))
5732 @end lisp
5733
5734 Also, a new version (1.2) of @file{cl-indent.el} was posted to
5735 comp.emacs.xemacs on 12/9/94.  This version includes more documentation
5736 than previous versions.  This may prove useful if you need to customize
5737 any indent-functions.
5738
5739 @node Q5.3.2, Q5.3.3, Q5.3.1, Miscellaneous
5740 @unnumberedsubsec Q5.3.2: Fontifying hang when editing a postscript file.
5741
5742 When I try to edit a postscript file it gets stuck saying:
5743 @samp{fontifying 'filename' (regexps....)} and it just sits there.  If I
5744 press @kbd{C-c} in the window where XEmacs was started, it suddenly
5745 becomes alive again.
5746
5747 This was caused by a bug in the Postscript font-lock regular
5748 expressions.  It was fixed in 19.13.  For earlier versions of XEmacs,
5749 have a look at your @file{.emacs} file.  You will probably have a line
5750 like:
5751
5752 @lisp
5753 (add-hook 'postscript-mode-hook 'turn-on-font-lock)
5754 @end lisp
5755
5756 Take it out, restart XEmacs, and it won't try to fontify your postscript
5757 files anymore.
5758
5759 @node Q5.3.3, Q5.3.4, Q5.3.2, Miscellaneous
5760 @unnumberedsubsec Q5.3.3: How can I print WYSIWYG a font-locked buffer?
5761
5762 Font-lock looks nice.  How can I print (WYSIWYG) the highlighted
5763 document?
5764
5765 The package @code{ps-print}, which is now included with XEmacs, provides
5766 the ability to do this.  The source code contains complete instructions
5767 on its use, in @file{<xemacs_src_root>/lisp/packages/ps-print.el}.
5768
5769 @node Q5.3.4, Q5.3.5, Q5.3.3, Miscellaneous
5770 @unnumberedsubsec Q5.3.4: Getting @kbd{M-x lpr} to work with postscript printer.
5771
5772 My printer is a Postscript printer and @code{lpr} only works for
5773 Postscript files, so how do I get @kbd{M-x lpr-region} and @kbd{M-x
5774 lpr-buffer} to work?
5775
5776 Put something like this in your @file{.emacs}:
5777
5778 @lisp
5779 (setq lpr-command "a2ps")
5780 (setq lpr-switches '("-p" "-1"))
5781 @end lisp
5782
5783 If you don't use a2ps to convert ASCII to postscript (why not, it's
5784 free?), replace with the command you do use.  Note also that some
5785 versions of a2ps require a @samp{-Pprinter} to ensure spooling.
5786
5787 @node Q5.3.5, Q5.3.6, Q5.3.4, Miscellaneous
5788 @unnumberedsubsec Q5.3.5: How do I specify the paths that XEmacs uses for finding files?
5789
5790 You can specify what paths to use by using a number of different flags
5791 when running configure.  See the section MAKE VARIABLES in the top-level
5792 file INSTALL in the XEmacs distribution for a listing of those flags.
5793
5794 Most of the time, however, the simplest fix is: @strong{do not} specify
5795 paths as you might for GNU Emacs.  XEmacs can generally determine the
5796 necessary paths dynamically at run time.  The only path that generally
5797 needs to be specified is the root directory to install into.  That can
5798 be specified by passing the @code{--prefix} flag to configure.  For a
5799 description of the XEmacs install tree, please consult the @file{NEWS}
5800 file.
5801
5802 @node Q5.3.6, Q5.3.7, Q5.3.5, Miscellaneous
5803 @unnumberedsubsec Q5.3.6: [This question intentionally left blank]
5804
5805 Obsolete question, left blank to avoid renumbering.
5806
5807 @node Q5.3.7, Q5.3.8, Q5.3.6, Miscellaneous
5808 @unnumberedsubsec Q5.3.7: Can I have the end of the buffer delimited in some way?
5809
5810 Say, with: @samp{[END]}?
5811
5812 Try this:
5813
5814 @lisp
5815 (let ((ext (make-extent (point-min) (point-max))))
5816   (set-extent-property ext 'start-closed t)
5817   (set-extent-property ext 'end-closed t)
5818   (set-extent-property ext 'detachable nil)
5819   (set-extent-end-glyph ext (make-glyph [string :data "[END]"])))
5820 @end lisp
5821
5822 Since this is XEmacs, you can specify an icon to be shown on
5823 window-system devices.  To do so, change the @code{make-glyph} call to
5824 something like this:
5825
5826 @lisp
5827 (make-glyph '([xpm :file "~/something.xpm"]
5828               [string :data "[END]"]))
5829 @end lisp
5830
5831 You can inline the @sc{xpm} definition yourself by specifying
5832 @code{:data} instead of @code{:file}.  Here is such a full-featured
5833 version that works on both X and TTY devices:
5834
5835 @lisp
5836 (let ((ext (make-extent (point-min) (point-max))))
5837   (set-extent-property ext 'start-closed t)
5838   (set-extent-property ext 'end-closed t)
5839   (set-extent-property ext 'detachable nil)
5840   (set-extent-end-glyph ext (make-glyph '([xpm :data "\
5841 /* XPM */
5842 static char* eye = @{
5843 \"20 11 7 2\",
5844 \"__ c None\"
5845 \"_` c #7f7f7f\",
5846 \"_a c #fefefe\",
5847 \"_b c #7f0000\",
5848 \"_c c #fefe00\",
5849 \"_d c #fe0000\",
5850 \"_e c #bfbfbf\",
5851 \"___________`_`_`___b_b_b_b_________`____\",
5852 \"_________`_`_`___b_c_c_c_b_b____________\",
5853 \"_____`_`_`_e___b_b_c_c_c___b___b_______`\",
5854 \"___`_`_e_a___b_b_d___b___b___b___b______\",
5855 \"_`_`_e_a_e___b_b_d_b___b___b___b___b____\",
5856 \"_`_`_a_e_a___b_b_d___b___b___b___b___b__\",
5857 \"_`_`_e_a_e___b_b_d_b___b___b___b___b_b__\",
5858 \"___`_`_e_a___b_b_b_d_c___b___b___d_b____\",
5859 \"_____`_`_e_e___b_b_b_d_c___b_b_d_b______\",
5860 \"_`_____`_`_`_`___b_b_b_d_d_d_d_b________\",
5861 \"___`_____`_`_`_`___b_b_b_b_b_b__________\",
5862 @} ;"]
5863                                           [string :data "[END]"]))))
5864 @end lisp
5865
5866 Note that you might want to make this a function, and put it to a hook.
5867 We leave that as an exercise for the reader.
5868
5869 @node Q5.3.8, Q5.3.9, Q5.3.7, Miscellaneous
5870 @unnumberedsubsec Q5.3.8: How do I insert today's date into a buffer?
5871
5872 Like this:
5873
5874 @lisp
5875 (insert (current-time-string))
5876 @end lisp
5877
5878 @node Q5.3.9, Q5.3.10, Q5.3.8, Miscellaneous
5879 @unnumberedsubsec Q5.3.9: Are only certain syntactic character classes available for abbrevs?
5880
5881 @email{gutschk@@uni-muenster.de, Markus Gutschke} writes:
5882
5883 @quotation
5884 Yes, abbrevs only expands word-syntax strings. While XEmacs does not
5885 prevent you from defining (e.g. with @kbd{C-x a g} or @kbd{C-x a l})
5886 abbrevs that contain special characters, it will refuse to expand
5887 them. So you need to ensure, that the abbreviation contains letters and
5888 digits only. This means that @samp{xd}, @samp{d5}, and @samp{5d} are
5889 valid abbrevs, but @samp{&d}, and @samp{x d} are not.
5890
5891 If this sounds confusing to you, (re-)read the online documentation for
5892 abbrevs (@kbd{C-h i m XEmacs @key{RET} m Abbrevs @key{RET}}), and then come back and
5893 read this question/answer again.
5894 @end quotation
5895
5896 Starting with XEmacs 20.3 this restriction has been lifted.
5897
5898 @node Q5.3.10, Q5.3.11, Q5.3.9, Miscellaneous
5899 @unnumberedsubsec Q5.3.10: How can I get those oh-so-neat X-Face lines?
5900
5901 Firstly there is an ftp site which describes X-faces and has the
5902 associated tools mentioned below, at
5903 @uref{ftp://ftp.cs.indiana.edu:/pub/faces/}.
5904
5905 Then the steps are
5906
5907 @enumerate
5908 @item
5909 Create 48x48x1 bitmap with your favorite tool
5910
5911 @item
5912 Convert to "icon" format using one of xbm2ikon, pbmtoicon, etc.,
5913 and then compile the face.
5914
5915 @item
5916 @example
5917 cat file.xbm | xbm2ikon |compface > file.face
5918 @end example
5919
5920 @item
5921 Then be sure to quote things that are necessary for emacs strings:
5922
5923 @example
5924 cat ./file.face | sed 's/\\/\\\\/g'
5925 @iftex
5926 \ @*
5927 @end iftex
5928 | sed 's/\"/\\\"/g' > ./file.face.quoted
5929 @end example
5930
5931 @item
5932 Then set up emacs to include the file as a mail header - there were a
5933 couple of suggestions here---either something like:
5934
5935 @lisp
5936 (setq  mail-default-headers
5937        "X-Face:  @email{Ugly looking text string here}")
5938 @end lisp
5939
5940 Or, alternatively, as:
5941
5942 @lisp
5943 (defun mail-insert-x-face ()
5944   (save-excursion
5945     (goto-char (point-min))
5946     (search-forward mail-header-separator)
5947     (beginning-of-line)
5948     (insert "X-Face:")
5949     (insert-file-contents "~/.face")))
5950
5951 (add-hook 'mail-setup-hook 'mail-insert-x-face)
5952 @end lisp
5953 @end enumerate
5954
5955 However, 2 things might be wrong:
5956
5957 Some versions of pbmtoicon produces some header lines that is not
5958 expected by the version of compface that I grabbed. So I found I had to
5959 include a @code{tail +3} in the pipeline like this:
5960
5961 @example
5962 cat file.xbm | xbm2ikon | tail +3 |compface > file.face
5963 @end example
5964
5965 Some people have also found that if one uses the @code{(insert-file)}
5966 method, one should NOT quote the face string using the sed script .
5967
5968 It might also be helpful to use @email{stig@@hackvan.com, Stig's} script
5969 (included in the compface distribution at XEmacs.org) to do the
5970 conversion.
5971 @comment For convenience xbm2xface is available for anonymous FTP at
5972 @comment @uref{ftp://ftp.miranova.com/pub/xemacs/xbm2xface.pl}.
5973
5974 Contributors for this item:
5975
5976 Paul Emsley,
5977 Ricardo Marek,
5978 Amir J. Katz,
5979 Glen McCort,
5980 Heinz Uphoff,
5981 Peter Arius,
5982 Paul Harrison, and
5983 Vegard Vesterheim
5984
5985 @node Q5.3.11, Q5.3.12, Q5.3.10, Miscellaneous
5986 @unnumberedsubsec Q5.3.11: How do I add new Info directories?
5987
5988 You use something like:
5989
5990 @lisp
5991 (setq Info-directory-list (cons
5992                            (expand-file-name "~/info")
5993                            Info-default-directory-list))
5994 @end lisp
5995
5996 @email{davidm@@prism.kla.com, David Masterson} writes:
5997
5998 @quotation
5999 Emacs Info and XEmacs Info do many things differently.  If you're trying to
6000 support a number of versions of Emacs, here are some notes to remember:
6001
6002 @enumerate
6003 @item
6004 Emacs Info scans @code{Info-directory-list} from right-to-left while
6005 XEmacs Info reads it from left-to-right, so append to the @emph{correct}
6006 end of the list.
6007
6008 @item
6009 Use @code{Info-default-directory-list} to initialize
6010 @code{Info-directory-list} @emph{if} it is available at startup, but not
6011 all Emacsen define it.
6012
6013 @item
6014 Emacs Info looks for a standard @file{dir} file in each of the
6015 directories scanned from #1 and magically concatenates them together.
6016
6017 @item
6018 XEmacs Info looks for a @file{localdir} file (which consists of just the
6019 menu entries from a @file{dir} file) in each of the directories scanned
6020 from #1 (except the first), does a simple concatenation of them, and
6021 magically attaches the resulting list to the end of the menu in the
6022 @file{dir} file in the first directory.
6023 @end enumerate
6024
6025 Another alternative is to convert the documentation to HTML with
6026 texi2html and read it from a web browser like Lynx or W3.
6027 @end quotation
6028
6029 @node Q5.3.12,  , Q5.3.11, Miscellaneous
6030 @unnumberedsubsec Q5.3.12: What do I need to change to make printing work?
6031
6032 For regular printing there are two variables that can be customized.
6033
6034 @table @code
6035 @item lpr-command
6036 This should be set to a command that takes standard input and sends
6037 it to a printer.  Something like:
6038
6039 @lisp
6040 (setq lpr-command "lp")
6041 @end lisp
6042
6043 @item lpr-switches
6044 This should be set to a list that contains whatever the print command
6045 requires to do its job.  Something like:
6046
6047 @lisp
6048 (setq lpr-switches '("-depson"))
6049 @end lisp
6050 @end table
6051
6052 For postscript printing there are three analogous variables to
6053 customize.
6054
6055 @table @code
6056 @item ps-lpr-command
6057 This should be set to a command that takes postscript on standard input
6058 and directs it to a postscript printer.
6059
6060 @item ps-lpr-switches
6061 This should be set to a list of switches required for
6062 @code{ps-lpr-command} to do its job.
6063
6064 @item ps-print-color-p
6065 This boolean variable should be set @code{t} if printing will be done in
6066 color, otherwise it should be set to @code{nil}.
6067 @end table
6068
6069 NOTE: It is an undocumented limitation in XEmacs that postscript
6070 printing (the @code{Pretty Print Buffer} menu item) @strong{requires} a
6071 window system environment.  It cannot be used outside of X11.
6072
6073 @node MS Windows, Current Events, Miscellaneous, Top
6074 @unnumbered 6 XEmacs on MS Windows
6075
6076 This is part 6 of the XEmacs Frequently Asked Questions list, written by
6077 Hrvoje Niksic and others.  This section is devoted to the MS Windows
6078 port of XEmacs.
6079
6080 @menu
6081
6082 General Info
6083 * Q6.0.1::      What is the status of the XEmacs port to Windows?
6084 * Q6.0.2::      What flavors of MS Windows are supported?
6085 * Q6.0.3::      Where are the XEmacs on MS Windows binaries?
6086 * Q6.0.4::      Does XEmacs on MS Windows require an X server to run?
6087
6088 Building XEmacs on MS Windows
6089 * Q6.1.1::      I decided to run with X.  Where do I get an X server?
6090 * Q6.1.2::      What compiler do I need to compile XEmacs?
6091 * Q6.1.3::      How do I compile for the native port?
6092 * Q6.1.4::      How do I compile for the X port?
6093 * Q6.1.5::      How do I compile for Cygnus' Cygwin?
6094 * Q6.1.6::      What do I need for Cygwin?
6095
6096 Customization and User Interface
6097 * Q6.2.1::      How will the port cope with differences in the Windows user interface?
6098 * Q6.2.2::      How do I change fonts in XEmacs on MS Windows?
6099 * Q6.2.3::      Where do I put my @file{.emacs} file?
6100
6101 Miscellaneous
6102 * Q6.3.1::      Will XEmacs rename all the win32-* symbols to w32-*?
6103 * Q6.3.2::      What are the differences between the various MS Windows emacsen?
6104 * Q6.3.3::      What is the porting team doing at the moment?
6105
6106 @end menu
6107
6108 @node Q6.0.1, Q6.0.2, MS Windows, MS Windows
6109 @unnumberedsec 6.0: General Info
6110 @unnumberedsubsec Q6.0.1: What is the status of the XEmacs port to Windows?
6111
6112 Is XEmacs really getting ported to MS Windows?  What is the status of the port?
6113
6114 Yes, a group of volunteers actively works on making XEmacs code base
6115 cleanly compile and run on MS Windows operating systems.  The mailing
6116 list at @email{xemacs-nt@@xemacs.org} is dedicated to that effort (please use
6117 the -request address to subscribe).
6118
6119 At this time, XEmacs on MS Windows is usable, but lacks some of the
6120 features of XEmacs on UNIX and UNIX-like systems.  Notably,
6121 internationalization does not work.
6122
6123 @node Q6.0.2, Q6.0.3, Q6.0.1, MS Windows
6124 @unnumberedsubsec Q6.0.2: What flavors of MS Windows are supported?  The list name implies NT only.
6125
6126 The list name is misleading, as XEmacs will support both Windows 95,
6127 Windows 98 and Windows NT.  The MS Windows-specific code is based on
6128 Microsoft Win32 API, and will not work on MS Windows 3.x or on MS-DOS.
6129
6130
6131 @node Q6.0.3, Q6.0.4, Q6.0.2, MS Windows
6132 @unnumberedsubsec Q6.0.3: Are binary kits available?
6133
6134 Binary kits are available at
6135 @uref{ftp://ftp.xemacs.org/pub/xemacs/binary-kits/win32/} for the
6136 "plain" MS Windows version.
6137
6138 @node Q6.0.4, Q6.1.1, Q6.0.3, MS Windows
6139 @unnumberedsubsec Q6.0.4: Does XEmacs on MS Windows require an X server to run?
6140
6141 Short answer: No.
6142
6143 Long answer: XEmacs can be built in several ways in the MS Windows
6144 environment, some of them requiring an X server and some not.
6145
6146 One is what we call the "X" port---it requires X libraries to build
6147 and an X server to run.  Internally it uses the Xt event loop and
6148 makes use of X toolkits.  Its look is quite un-Windowsy, but it works
6149 reliably and supports all of the graphical features of Unix XEmacs.
6150
6151 The other is what we call the "native" port.  It uses the Win32 API
6152 and does not require X libraries to build, nor does it require an X to
6153 run.  In fact, it has no connection with X whatsoever.  At this time,
6154 the native port obsoletes the X port, providing almost all of its
6155 features, including support for menus, scrollbars, toolbars, embedded
6156 images and background pixmaps, frame pointers, etc.  Most of the
6157 future work will be based on the native port.
6158
6159 There is also a third special case, the Cygwin port.  It takes
6160 advantage of Cygnus emulation library under Win32, which enables it to
6161 reuse much of the Unix XEmacs code base, such as processes and network
6162 support, or internal select() mechanisms.
6163
6164 Cygwin port supports all display types---TTY, X & MS gui, and can be
6165 built with support for all three.  If you build with ms gui support
6166 then the Cygwin version uses the majority of the msw code, which is
6167 mostly related to display.  If you want to build with X support you
6168 need X libraries.  If you want to build with tty support you need
6169 ncurses.  MS gui requires no additional libraries.
6170
6171 Some of the advantages of the Cygwin version are that it:
6172
6173 @itemize @bullet
6174
6175 @item integrates well with Cygwin environment for existing Cygwin users;
6176 @item uses configure so building with different features is very easy;
6177 @item has process support in X & tty.
6178
6179 @end itemize
6180
6181 The disadvantage is that it requires several Unix utilities and the
6182 whole Cygwin environment, whereas the native port requires only a
6183 suitable MS Windows compiler.  Also, it follows the Unix filesystem and
6184 process model very closely (some will undoubtedly view this as an
6185 advantage).
6186
6187 @node Q6.1.1, Q6.1.2, Q6.0.4, MS Windows
6188 @unnumberedsec 6.1: Building XEmacs on MS Windows
6189 @unnumberedsubsec Q6.1.1: I decided to run with X.  Where do I get an X server?
6190
6191 Pointers to X servers can be found at
6192 @iftex
6193 @*
6194 @end iftex
6195 @uref{http://dao.gsfc.nasa.gov/software/grads/win32/X11R6.3/};
6196
6197 look for "Where to get an X server".  Also note that, although the above
6198 page talks about Cygnus gnu-win32 (Cygwin), the information on X servers
6199 is Cygwin-independent.  You don't have to be running/using Cygwin to use
6200 these X servers, and you don't have to compile XEmacs under Cygwin to
6201 use XEmacs with these X servers.  An "X port" XEmacs compiled under
6202 Visual C++ will work with these X servers (as will XEmacs running on a
6203 Unix box, redirected to the server running on your PC).
6204
6205
6206 @node Q6.1.2, Q6.1.3, Q6.1.1, MS Windows
6207 @unnumberedsubsec Q6.1.2: What compiler do I need to compile XEmacs?
6208
6209 You need Visual C++ 4.2 or 5.0, with the exception of the Cygwin port,
6210 which uses Gcc.
6211
6212
6213 @node Q6.1.3, Q6.1.4, Q6.1.2, MS Windows
6214 @unnumberedsubsec Q6.1.3: How do I compile for the native port?
6215
6216 Please read the file @file{nt/README} in the XEmacs distribution, which
6217 contains the full description.
6218
6219
6220 @node Q6.1.4, Q6.1.5, Q6.1.3, MS Windows
6221 @unnumberedsubsec Q6.1.4: How do I compile for the X port?
6222
6223 Again, it is described in @file{nt/README} in some detail.  Basically, you
6224 need to get X11 libraries from ftp.x.org, and compile them.  If the
6225 precompiled versions are available somewhere, I don't know of it.
6226
6227
6228 @node Q6.1.5, Q6.1.6, Q6.1.4, MS Windows
6229 @unnumberedsubsec Q6.1.5: How do I compile for Cygnus' Cygwin?
6230
6231 Similar as on Unix; use the usual `configure' and `make' process.
6232 Some problems to watch out for:
6233
6234 @itemize @bullet
6235 @item
6236 make sure HOME is set. This controls where you @file{.emacs} file comes
6237 from;
6238
6239 @item
6240 CYGWIN32 needs to be set to tty for process support
6241 work. e.g. CYGWIN32=tty;
6242
6243 @item
6244 picking up some other grep or other unix like tools can kill configure;
6245
6246 @item
6247 static heap too small, adjust src/sheap-adjust.h to a more positive
6248 number;
6249
6250 @item
6251 The Cygwin version doesn't understand @file{//machine/path} type paths so you
6252 will need to manually mount a directory of this form under a unix style
6253 directory for a build to work on the directory.
6254
6255 @end itemize
6256
6257 @node Q6.1.6, Q6.2.1, Q6.1.5, MS Windows
6258 @unnumberedsubsec Q6.1.6: What do I need for Cygwin?
6259
6260 You can find the Cygwin tools and compiler at:
6261
6262 @uref{http://sourceware.cygnus.com/cygwin/}
6263
6264 You will need version b19 or later.
6265
6266 You will also need the X libraries.  There are libraries at
6267 @iftex
6268 @*
6269 @end iftex
6270 @uref{http://dao.gsfc.nasa.gov/software/grads/win32/X11R6.3/}, but
6271 these are not b19 compatible.  You can get b19 X11R6.3 binaries, as
6272 well as pre-built ncurses and graphic libraries, from:
6273
6274 @uref{ftp://ftp.parallax.co.uk/pub/andyp/}.
6275
6276
6277 @node Q6.2.1, Q6.2.2, Q6.1.6, MS Windows
6278 @unnumberedsec 6.2: Customization and User Interface
6279 @unnumberedsubsec Q6.2.1: How will the port cope with differences in the Windows user interface?
6280
6281 XEmacs (and Emacs in general) UI is pretty
6282 different from what is expected of a typical MS Windows program.  How will
6283 the MS Windows port cope with it?
6284
6285 Fortunately, Emacs is also one of the most configurable editor beasts
6286 in the world.  The MS Windows "look and feel" (mark via shift-arrow,
6287 self-inserting deletes region, etc.) can be easily configured via
6288 various packages distributed with XEmacs.  The `pending-delete'
6289 package is an example of such a utility.
6290
6291 In future versions, some of these packages might be turned on by
6292 default in the MS Windows environment.
6293
6294
6295 @node Q6.2.2, Q6.2.3, Q6.2.1, MS Windows
6296 @unnumberedsubsec Q6.2.2: How do I change fonts in XEmacs on MS Windows?
6297
6298 In 21.2.*, use the font menu.  In 21.1.*, you can change font
6299 manually. For example:
6300
6301 @display
6302     (set-face-font 'default "Lucida Console:Regular:10")
6303     (set-face-font 'modeline "MS Sans Serif:Regular:10")
6304 @end display
6305
6306
6307 @node Q6.2.3, Q6.3.1, Q6.2.2, MS Windows
6308 @unnumberedsubsec Q6.2.3: Where do I put my @file{.emacs} file?
6309
6310 If the HOME environment variable is set, @file{.emacs} will be looked for
6311 there.  Else the directory defaults to `c:\'.
6312
6313 @node Q6.3.1, Q6.3.2, Q6.2.3, MS Windows
6314 @unnumberedsec 6.3: Miscellaneous
6315 @unnumberedsubsec Q6.3.1: Will XEmacs rename all the win32-* symbols to w32-*?
6316
6317 In his flavor of Emacs 20, Richard Stallman has renamed all the win32-*
6318 symbols to w32-*.  Will XEmacs do the same?
6319
6320 We consider such a move counter-productive, thus we will not use the
6321 `w32' prefix.  However, we do recognize that Win32 name is little more
6322 than a marketing buzzword (will it be Win64 in the next release?), so
6323 we decided not to use it.  Using `windows-' would be wrong because the
6324 term is too generic, which is why we settled on a compromise
6325 `mswindows' term.
6326
6327 Thus all the XEmacs variables and functions directly related to Win32
6328 are prefixed `mswindows-'.  The user-variables shared with NT Emacs
6329 will be provided as compatibility aliases.
6330
6331 Architectural note: We believe that there should be a very small
6332 number of window-systems-specific variables, and will try to provide
6333 generic interfaces whenever possible.
6334
6335
6336 @node Q6.3.2, Q6.3.3, Q6.3.1, MS Windows
6337 @unnumberedsubsec Q6.3.2: What are the differences between the various MS Windows emacsen?
6338
6339 XEmacs, Win-Emacs, DOS Emacs, NT Emacs, this is all very confusing.
6340 Could you briefly explain the differences between them?
6341
6342 Here is a recount of various Emacs versions running on MS Windows:
6343
6344 @itemize @bullet
6345
6346 @item
6347 Win-Emacs
6348
6349 @itemize @minus
6350
6351 @item
6352 Win-Emacs is a port of Lucid Emacs 19.6 to MS Windows using X
6353 compatibility libraries.  Win-Emacs has been written by Ben Wing.  The
6354 MS Windows code has not made it back to Lucid Emacs, which left Win-Emacs
6355 pretty much dead for our purposes.  Win-Emacs used to be available at
6356 Pearlsoft, but not anymore, since Pearlsoft went out of business.
6357 @end itemize
6358
6359 @item
6360 GNU Emacs for DOS
6361
6362 @itemize @minus
6363
6364 @item
6365 GNU Emacs features support for MS-DOS and DJGPP (D.J. Delorie's DOS
6366 port of Gcc).  Such an Emacs is heavily underfeatured, because it does
6367 not supports long file names, lacks proper subprocesses support, and
6368 is far too big compared to typical DOS editors.
6369 @end itemize
6370
6371 @item
6372 GNU Emacs compiled with Win32
6373
6374 @itemize @minus
6375
6376 @item
6377 Starting with version 19.30, it has been possible to compile GNU Emacs
6378 under MS Windows using the DJGPP compiler and X libraries.  The result
6379 is is very similar to GNU Emacs compiled under MS DOS, only it
6380 supports longer file names, etc.  This "port" is similar to the "X"
6381 flavor of XEmacs on MS Windows.
6382 @end itemize
6383
6384 @item
6385 NT Emacs
6386
6387 @itemize @minus
6388
6389 @item
6390 NT Emacs is a version of GNU Emacs modified to compile and run under
6391 MS MS Windows 95 and NT using the native Win32 API.  As such, it is close
6392 in spirit to the XEmacs "native" port.
6393
6394 @item
6395 NT Emacs has been written by Geoff Voelker, and more information can be
6396 found at
6397 @iftex
6398 @*
6399 @end iftex
6400 @uref{http://www.cs.washington.edu/homes/voelker/ntemacs.html}.
6401
6402 @end itemize
6403
6404 @item
6405 XEmacs
6406
6407 @itemize @minus
6408
6409 @item
6410 Beginning with XEmacs 19.12, XEmacs' architecture has been redesigned
6411 in such a way to allow clean support of multiple window systems.  At
6412 this time the TTY support was added, making X and TTY the first two
6413 "window systems" XEmacs supported.  The 19.12 design is the basis for
6414 the current native MS Windows code.
6415
6416 @item
6417 Some time during 1997, David Hobley (soon joined by Marc Paquette)
6418 imported some of the NT-specific portions of GNU Emacs, making XEmacs
6419 with X support compile under Windows NT, and creating the "X" port.
6420
6421 @item
6422 Several months later, Jonathan Harris sent out initial patches to use
6423 the Win32 API, thus creating the native port.  Since then, various
6424 people have contributed, including Kirill M. Katsnelson (contributed
6425 support for menubars, subprocesses and network, as well as loads of
6426 other code), Andy Piper (ported XEmacs to Cygwin environment,
6427 contributed Windows unexec, Windows-specific glyphs and toolbars code,
6428 and more), Jeff Sparkes (contributed scrollbars support) and many
6429 others.
6430
6431 @end itemize
6432
6433 @end itemize
6434
6435
6436 @node Q6.3.3, , Q6.3.2, MS Windows
6437 @unnumberedsubsec Q6.3.3: What is the porting team doing at the moment?
6438
6439 The porting team is continuing work on the MS Windows-specific code.
6440
6441
6442 @node Current Events,  , MS Windows, Top
6443 @unnumbered 7 What the Future Holds
6444
6445 This is part 7 of the XEmacs Frequently Asked Questions list.  This
6446 section will change monthly, and contains any interesting items that have
6447 transpired over the previous month.  If you are reading this from the
6448 XEmacs distribution, please see the version on the Web or archived at the
6449 various FAQ FTP sites, as this file is surely out of date.
6450
6451 @menu
6452 * Q7.0.1::      What is new in 20.2?
6453 * Q7.0.2::      What is new in 20.3?
6454 * Q7.0.3::      What is new in 20.4?
6455 * Q7.0.4::      Procedural changes in XEmacs development.
6456 @end menu
6457
6458 @node Q7.0.1, Q7.0.2, Current Events, Current Events
6459 @unnumberedsec 7.0: Changes
6460 @unnumberedsubsec Q7.0.1: What is new in 20.2?
6461
6462 The biggest changes in 20.2 include integration of EFS (the next
6463 generation of ange-ftp) and AUC Tex (the Emacs subsystem that includes a
6464 major mode for editing Tex and LaTeX, and a lot of other stuff).  Many
6465 bugs from 20.0 have been fixed for this release.  20.2 also contains a
6466 new system for customizing XEmacs options, invoked via @kbd{M-x
6467 customize}.
6468
6469 XEmacs 20.2 is the development release (20.0 was beta), and is no longer
6470 considered unstable.
6471
6472 @node Q7.0.2, Q7.0.3, Q7.0.1, Current Events
6473 @unnumberedsubsec Q7.0.2: What is new in 20.3?
6474
6475 XEmacs 20.3 was released in November 1997. It contains many bugfixes,
6476 and a number of new features, including Autoconf 2 based configuration,
6477 additional support for Mule (Multi-language extensions to Emacs), many
6478 more customizations, multiple frames on TTY-s, support for multiple info
6479 directories, an enhanced gnuclient, improvements to regexp matching,
6480 increased MIME support, and many, many synches with GNU Emacs 20.
6481
6482 The XEmacs/Mule support has been only seriously tested in a Japanese
6483 locale, and no doubt many problems still remain.  The support for
6484 ISO-Latin-1 and Japanese is fairly strong.  MULE support comes at a
6485 price---about a 30% slowdown from 19.16.  We're making progress on
6486 improving performance and XEmacs 20.3 compiled without Mule (which is
6487 the default) is definitely faster than XEmacs 19.16.
6488
6489 XEmacs 20.3 is the first non-beta v20 release, and will be the
6490 basis for all further development.
6491
6492 @node Q7.0.3, Q7.0.4, Q7.0.2, Current Events
6493 @unnumberedsubsec Q7.0.3: What's new in XEmacs 20.4?
6494
6495 XEmacs 20.4 is a bugfix release with no user-visible changes.
6496 @c Filled in from NEWS file of 20.5-b33
6497
6498
6499 @node Q7.0.4,  , Q7.0.3, Current Events
6500 @unnumberedsubsec Q7.0.4: Procedural changes in XEmacs development.
6501
6502 @enumerate
6503 @item
6504 Discussion about the development of XEmacs occurs on the xemacs-beta
6505 mailing list.  Subscriptions to this list will now be fully automated
6506 instead of being handled by hand.  Send a mail message to
6507 @email{xemacs-beta-request@@xemacs.org} with @samp{subscribe} as the
6508 BODY of the message to join the list.  Please note this is a developers
6509 mailing list for people who have an active interest in the development
6510 process.
6511
6512 The discussion of NT XEmacs development is taking place on a separate
6513 mailing list.  Send mail to
6514 @iftex
6515 @*
6516 @end iftex
6517 @email{xemacs-nt-request@@xemacs.org} to
6518 subscribe.
6519
6520 @item
6521 Due to the long development cycle in between releases, it has been
6522 decided that intermediate versions will be made available in source only
6523 form for the truly interested.
6524
6525 XEmacs 19.16 was the last 19 release, basically consisting of 19.15 plus
6526 the collected bugfixes.
6527
6528 @item
6529 As of December 1996, @email{steve@@xemacs.org, Steve Baur} has become
6530 the lead maintainer of XEmacs.
6531 @end enumerate
6532
6533 @bye