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