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