Simplify data_start configuration.
[bpt/emacs.git] / etc / PROBLEMS
CommitLineData
5e14abf8
KS
1Known Problems with GNU Emacs
2
ab422c4d
PE
3Copyright (C) 1987-1989, 1993-1999, 2001-2013 Free Software Foundation,
4Inc.
5b87ad55
GM
5See the end of the file for license conditions.
6
7
a933dad1 8This file describes various problems that have been encountered
2de04022
GM
9in compiling, installing and running GNU Emacs. Try doing C-c C-t
10and browsing through the outline headers. (See C-h m for help on
f995538b
GM
11Outline mode.) Information about systems that are no longer supported,
12and old Emacs releases, has been removed. Consult older versions of
13this file if you are interested in that information.
a933dad1 14
8589dc17 15* Mule-UCS doesn't work in Emacs 23.
2c311b39
DL
16
17It's completely redundant now, as far as we know.
18
9dc15871 19* Emacs startup failures
32364f49 20
9dc15871 21** Emacs fails to start, complaining about missing fonts.
32364f49 22
9dc15871 23A typical error message might be something like
32364f49 24
9dc15871 25 No fonts match `-*-fixed-medium-r-*--6-*-*-*-*-*-iso8859-1'
6b61353c 26
9dc15871
EZ
27This happens because some X resource specifies a bad font family for
28Emacs to use. The possible places where this specification might be
29are:
6b61353c 30
9dc15871 31 - in your ~/.Xdefaults file
6b61353c 32
9dc15871
EZ
33 - client-side X resource file, such as ~/Emacs or
34 /usr/X11R6/lib/app-defaults/Emacs or
35 /usr/X11R6/lib/X11/app-defaults/Emacs
6b61353c 36
9dc15871
EZ
37One of these files might have bad or malformed specification of a
38fontset that Emacs should use. To fix the problem, you need to find
39the problematic line(s) and correct them.
6b61353c 40
9dc15871 41** Emacs aborts while starting up, only when run without X.
6b61353c 42
9dc15871
EZ
43This problem often results from compiling Emacs with GCC when GCC was
44installed incorrectly. The usual error in installing GCC is to
45specify --includedir=/usr/include. Installation of GCC makes
46corrected copies of the system header files. GCC is supposed to use
47the corrected copies in preference to the original system headers.
48Specifying --includedir=/usr/include causes the original system header
49files to be used. On some systems, the definition of ioctl in the
50original system header files is invalid for ANSI C and causes Emacs
51not to work.
6b61353c 52
9dc15871
EZ
53The fix is to reinstall GCC, and this time do not specify --includedir
54when you configure it. Then recompile Emacs. Specifying --includedir
55is appropriate only in very special cases and it should *never* be the
56same directory where system header files are kept.
6b61353c 57
9dc15871 58** Emacs does not start, complaining that it cannot open termcap database file.
6b61353c 59
9dc15871
EZ
60If your system uses Terminfo rather than termcap (most modern
61systems do), this could happen if the proper version of
62ncurses is not visible to the Emacs configure script (i.e. it
63cannot be found along the usual path the linker looks for
64libraries). It can happen because your version of ncurses is
65obsolete, or is available only in form of binaries.
6b61353c 66
9dc15871
EZ
67The solution is to install an up-to-date version of ncurses in
68the developer's form (header files, static libraries and
69symbolic links); in some GNU/Linux distributions (e.g. Debian)
70it constitutes a separate package.
6b61353c 71
9dc15871 72** Emacs 20 and later fails to load Lisp files at startup.
5b4ffca2 73
9dc15871 74The typical error message might be like this:
5b4ffca2 75
9dc15871 76 "Cannot open load file: fontset"
c763d515 77
9dc15871
EZ
78This could happen if you compress the file lisp/subdirs.el. That file
79tells Emacs what are the directories where it should look for Lisp
80files. Emacs cannot work with subdirs.el compressed, since the
81Auto-compress mode it needs for this will not be loaded until later,
82when your .emacs file is processed. (The package `fontset.el' is
83required to set up fonts used to display text on window systems, and
84it's loaded very early in the startup procedure.)
f1c231c4 85
9dc15871
EZ
86Similarly, any other .el file for which there's no corresponding .elc
87file could fail to load if it is compressed.
fc2938d1 88
c64233b2 89The solution is to uncompress all .el files that don't have a .elc file.
6b61353c 90
9dc15871 91Another possible reason for such failures is stale *.elc files
b7bd8478 92lurking somewhere on your load-path -- see the next section.
f0f62f71 93
9dc15871 94** Emacs prints an error at startup after upgrading from an earlier version.
f0f62f71 95
9dc15871 96An example of such an error is:
f0f62f71 97
9dc15871 98 x-complement-fontset-spec: "Wrong type argument: stringp, nil"
fc1bfc2a 99
9dc15871
EZ
100This can be another symptom of stale *.elc files in your load-path.
101The following command will print any duplicate Lisp files that are
102present in load-path:
fc1bfc2a 103
16eea16b 104 emacs -batch -f list-load-path-shadows
fc1bfc2a 105
9dc15871
EZ
106If this command prints any file names, some of these files are stale,
107and should be deleted or their directories removed from your
108load-path.
60f553d2 109
9dc15871 110** With X11R6.4, public-patch-3, Emacs crashes at startup.
3f82efb4 111
9dc15871 112Reportedly this patch in X fixes the problem.
3f82efb4 113
9dc15871
EZ
114 --- xc/lib/X11/imInt.c~ Wed Jun 30 13:31:56 1999
115 +++ xc/lib/X11/imInt.c Thu Jul 1 15:10:27 1999
116 @@ -1,4 +1,4 @@
117 -/* $TOG: imInt.c /main/5 1998/05/30 21:11:16 kaleb $ */
118 +/* $TOG: imInt.c /main/5 1998/05/30 21:11:16 kaleb $ */
119 /******************************************************************
3f82efb4 120
3256a475 121 Copyright 1992, 1993, 1994 by FUJITSU LIMITED
9dc15871
EZ
122 @@ -166,8 +166,8 @@
123 _XimMakeImName(lcd)
3256a475 124 XLCd lcd;
9dc15871
EZ
125 {
126 - char* begin;
127 - char* end;
128 + char* begin = NULL;
129 + char* end = NULL;
3256a475
RC
130 char* ret;
131 int i = 0;
132 char* ximmodifier = XIMMODIFIER;
9dc15871 133 @@ -182,7 +182,11 @@
3256a475
RC
134 }
135 ret = Xmalloc(end - begin + 2);
136 if (ret != NULL) {
137 - (void)strncpy(ret, begin, end - begin + 1);
9dc15871 138 + if (begin != NULL) {
3256a475 139 + (void)strncpy(ret, begin, end - begin + 1);
9dc15871 140 + } else {
3256a475 141 + ret[0] = '\0';
9dc15871 142 + }
3256a475
RC
143 ret[end - begin + 1] = '\0';
144 }
145 return ret;
3f82efb4 146
13673952
CY
147** Emacs crashes on startup after a glibc upgrade.
148
149This is caused by a binary incompatible change to the malloc
150implementation in glibc 2.5.90-22. As a result, Emacs binaries built
151using prior versions of glibc crash when run under 2.5.90-22.
152
0a7aab83 153This problem was first seen in pre-release versions of Fedora 7, and
13673952
CY
154may be fixed in the final Fedora 7 release. To stop the crash from
155happening, first try upgrading to the newest version of glibc; if this
156does not work, rebuild Emacs with the same version of glibc that you
157will run it under. For details, see
158
159https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344
160
9dc15871 161* Crash bugs
cc305a60 162
9978c06c 163** Emacs crashes when running in a terminal, if compiled with GCC 4.5.0
5a7f1eb1
CY
164This version of GCC is buggy: see
165
166 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6031
167 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904
168
169You can work around this error in gcc-4.5 by omitting sibling call
170optimization. To do this, configure Emacs with
171
172 CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
173
f9888580
EZ
174** Emacs compiled with GCC 4.6.1 crashes on MS-Windows when C-g is pressed
175
176This is known to happen when Emacs is compiled with MinGW GCC 4.6.1
177with the -O2 option (which is the default in the Windows build). The
178reason is a bug in MinGW GCC 4.6.1; to work around, either add the
179`-fno-omit-frame-pointer' switch to GCC or compile without
180optimizations (`--no-opt' switch to the configure.bat script).
181
9dc15871 182** Emacs crashes in x-popup-dialog.
cc305a60 183
9dc15871
EZ
184This can happen if the dialog widget cannot find the font it wants to
185use. You can work around the problem by specifying another font with
186an X resource--for example, `Emacs.dialog*.font: 9x15' (or any font that
187happens to exist on your X server).
fc2938d1 188
9dc15871 189** Emacs crashes when you use Bibtex mode.
fc2938d1 190
9dc15871
EZ
191This happens if your system puts a small limit on stack size. You can
192prevent the problem by using a suitable shell command (often `ulimit')
193to raise the stack size limit before you run Emacs.
177c0ea7 194
9dc15871
EZ
195Patches to raise the stack size limit automatically in `main'
196(src/emacs.c) on various systems would be greatly appreciated.
fc2938d1 197
9dc15871
EZ
198** Error message `Symbol's value as variable is void: x', followed by
199a segmentation fault and core dump.
c93bdf05 200
9dc15871
EZ
201This has been tracked to a bug in tar! People report that tar erroneously
202added a line like this at the beginning of files of Lisp code:
c93bdf05 203
9dc15871 204 x FILENAME, N bytes, B tape blocks
c93bdf05 205
9dc15871
EZ
206If your tar has this problem, install GNU tar--if you can manage to
207untar it :-).
c93bdf05 208
9dc15871
EZ
209** Crashes when displaying GIF images in Emacs built with version
210libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
211Configure checks for the correct version, but this problem could occur
212if a binary built against a shared libungif is run on a system with an
213older version.
4593687f 214
9dc15871 215** Emacs aborts inside the function `tparam1'.
9272ccfc 216
9dc15871
EZ
217This can happen if Emacs was built without terminfo support, but the
218terminal's capabilities use format that is only supported by terminfo.
219If your system has ncurses installed, this might happen if your
220version of ncurses is broken; upgrading to a newer version of ncurses
221and reconfiguring and rebuilding Emacs should solve this.
9272ccfc 222
9dc15871
EZ
223All modern systems support terminfo, so even if ncurses is not the
224problem, you should look for a way to configure Emacs so that it uses
225terminfo when built.
9272ccfc 226
0d774907 227** Emacs crashes when using some version of the Exceed X server.
7aa70236 228
0d774907
CY
229Upgrading to a newer version of Exceed has been reported to prevent
230these crashes. You should consider switching to a free X server, such
231as Xming or Cygwin/X.
7aa70236 232
9dc15871 233** Emacs crashes with SIGSEGV in XtInitializeWidgetClass.
7c22dc9d 234
9dc15871 235It crashes on X, but runs fine when called with option "-nw".
7c22dc9d 236
9dc15871
EZ
237This has been observed when Emacs is linked with GNU ld but without passing
238the -z nocombreloc flag. Emacs normally knows to pass the -z nocombreloc
239flag when needed, so if you come across a situation where the flag is
240necessary but missing, please report it via M-x report-emacs-bug.
7c22dc9d 241
9dc15871
EZ
242On platforms such as Solaris, you can also work around this problem by
243configuring your compiler to use the native linker instead of GNU ld.
7c22dc9d 244
365dc66c 245** When Emacs is compiled with Gtk+, closing a display kills Emacs.
1437ec2b 246
365dc66c
CY
247There is a long-standing bug in GTK that prevents it from recovering
248from disconnects: http://bugzilla.gnome.org/show_bug.cgi?id=85715.
1437ec2b 249
365dc66c
CY
250Thus, for instance, when Emacs is run as a server on a text terminal,
251and an X frame is created, and the X server for that frame crashes or
252exits unexpectedly, Emacs must exit to prevent a GTK error that would
253result in an endless loop.
c4c122cb 254
365dc66c
CY
255If you need Emacs to be able to recover from closing displays, compile
256it with the Lucid toolkit instead of GTK.
c4c122cb 257
538044ed
GM
258** Emacs crashes when you try to view a file with complex characters.
259For example, the etc/HELLO file (as shown by C-h h).
260The message "symbol lookup error: /usr/bin/emacs: undefined symbol: OTF_open"
261is shown in the terminal from which you launched Emacs.
262This problem only happens when you use a graphical display (ie not
263with -nw) and compiled Emacs with the "libotf" library for complex
264text handling.
265
266This problem occurs because unfortunately there are two libraries
267called "libotf". One is the library for handling OpenType fonts,
268http://www.m17n.org/libotf/, which is the one that Emacs expects.
269The other is a library for Open Trace Format, and is used by some
270versions of the MPI message passing interface for parallel
271programming.
272
273For example, on RHEL6 GNU/Linux, the OpenMPI rpm provides a version
274of "libotf.so" in /usr/lib/openmpi/lib. This directory is not
275normally in the ld search path, but if you want to use OpenMPI,
276you must issue the command "module load openmpi". This adds
277/usr/lib/openmpi/lib to LD_LIBRARY_PATH. If you then start Emacs from
278the same shell, you will encounter this crash.
279Ref: <URL:https://bugzilla.redhat.com/show_bug.cgi?id=806031>
280
281There is no good solution to this problem if you need to use both
282OpenMPI and Emacs with libotf support. The best you can do is use a
283wrapper shell script (or function) "emacs" that removes the offending
284element from LD_LIBRARY_PATH before starting emacs proper.
285Or you could recompile Emacs with an -Wl,-rpath option that
286gives the location of the correct libotf.
287
9dc15871 288* General runtime problems
7c22dc9d 289
9dc15871 290** Lisp problems
677e7496 291
9dc15871 292*** Changes made to .el files do not take effect.
677e7496 293
9dc15871
EZ
294You may have forgotten to recompile them into .elc files.
295Then the old .elc files will be loaded, and your changes
296will not be seen. To fix this, do M-x byte-recompile-directory
297and specify the directory that contains the Lisp files.
677e7496 298
9dc15871
EZ
299Emacs should print a warning when loading a .elc file which is older
300than the corresponding .el file.
677e7496 301
9dc15871 302*** Watch out for .emacs files and EMACSLOADPATH environment vars.
677e7496 303
9dc15871
EZ
304These control the actions of Emacs.
305~/.emacs is your Emacs init file.
c64233b2 306EMACSLOADPATH overrides which directories the function "load" will search.
677e7496 307
9dc15871
EZ
308If you observe strange problems, check for these and get rid
309of them, then try again.
9ed04369 310
9dc15871 311*** Using epop3.el package causes Emacs to signal an error.
9ed04369 312
9dc15871 313The error message might be something like this:
b87207a0 314
9dc15871 315 "Lisp nesting exceeds max-lisp-eval-depth"
b87207a0 316
9dc15871
EZ
317This happens because epop3 redefines the function gethash, which is a
318built-in primitive beginning with Emacs 21.1. We don't have a patch
319for epop3 that fixes this, but perhaps a newer version of epop3
320corrects that.
177c0ea7 321
9dc15871 322*** Buffers from `with-output-to-temp-buffer' get set up in Help mode.
177c0ea7 323
9dc15871
EZ
324Changes in Emacs 20.4 to the hooks used by that function cause
325problems for some packages, specifically BBDB. See the function's
326documentation for the hooks involved. BBDB 2.00.06 fixes the problem.
177c0ea7 327
9dc15871
EZ
328*** The Hyperbole package causes *Help* buffers not to be displayed in
329Help mode due to setting `temp-buffer-show-hook' rather than using
330`add-hook'. Using `(add-hook 'temp-buffer-show-hook
331'help-mode-maybe)' after loading Hyperbole should fix this.
177c0ea7 332
9dc15871 333** Keyboard problems
b87207a0 334
e1602f7b
CY
335*** Unable to enter the M-| key on some German keyboards.
336Some users have reported that M-| suffers from "keyboard ghosting".
337This can't be fixed by Emacs, as the keypress never gets passed to it
338at all (as can be verified using "xev"). You can work around this by
339typing `ESC |' instead.
340
9dc15871 341*** "Compose Character" key does strange things when used as a Meta key.
61638355 342
9dc15871
EZ
343If you define one key to serve as both Meta and Compose Character, you
344will get strange results. In previous Emacs versions, this "worked"
345in that the key acted as Meta--that's because the older Emacs versions
346did not try to support Compose Character. Now Emacs tries to do
347character composition in the standard X way. This means that you
348must pick one meaning or the other for any given key.
61638355 349
9dc15871
EZ
350You can use both functions (Meta, and Compose Character) if you assign
351them to two different keys.
a47a639f 352
9dc15871 353*** C-z just refreshes the screen instead of suspending Emacs.
a47a639f 354
9dc15871
EZ
355You are probably using a shell that doesn't support job control, even
356though the system itself is capable of it. Either use a different shell,
357or set the variable `cannot-suspend' to a non-nil value.
a47a639f 358
9dc15871
EZ
359*** With M-x enable-flow-control, you need to type C-\ twice
360to do incremental search--a single C-\ gets no response.
a47a639f 361
9dc15871
EZ
362This has been traced to communicating with your machine via kermit,
363with C-\ as the kermit escape character. One solution is to use
364another escape character in kermit. One user did
61638355 365
9dc15871 366 set escape-character 17
61638355 367
9dc15871 368in his .kermrc file, to make C-q the kermit escape character.
61638355 369
9dc15871 370** Mailers and other helper programs
61638355 371
9dc15871 372*** movemail compiled with POP support can't connect to the POP server.
61638355 373
9dc15871
EZ
374Make sure that the `pop' entry in /etc/services, or in the services
375NIS map if your machine uses NIS, has the same port number as the
376entry on the POP server. A common error is for the POP server to be
377listening on port 110, the assigned port for the POP3 protocol, while
378the client is trying to connect on port 109, the assigned port for the
379old POP protocol.
61638355 380
9dc15871 381*** RMAIL gets error getting new mail.
61638355 382
9dc15871
EZ
383RMAIL gets new mail from /usr/spool/mail/$USER using a program
384called `movemail'. This program interlocks with /bin/mail using
385the protocol defined by /bin/mail.
61638355 386
9dc15871
EZ
387There are two different protocols in general use. One of them uses
388the `flock' system call. The other involves creating a lock file;
389`movemail' must be able to write in /usr/spool/mail in order to do
390this. You control which one is used by defining, or not defining,
611ac47b 391the macro MAIL_USE_FLOCK in config.h.
9dc15871
EZ
392IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR
393SYSTEM, YOU CAN LOSE MAIL!
61638355 394
9dc15871
EZ
395If your system uses the lock file protocol, and fascist restrictions
396prevent ordinary users from writing the lock files in /usr/spool/mail,
397you may need to make `movemail' setgid to a suitable group such as
398`mail'. To do this, use the following commands (as root) after doing the
399make install.
61638355 400
3256a475
RC
401 chgrp mail movemail
402 chmod 2755 movemail
61638355 403
9dc15871
EZ
404Installation normally copies movemail from the build directory to an
405installation directory which is usually under /usr/local/lib. The
406installed copy of movemail is usually in the directory
407/usr/local/lib/emacs/VERSION/TARGET. You must change the group and
408mode of the installed copy; changing the group and mode of the build
409directory copy is ineffective.
61638355 410
9dc15871 411*** rcs2log gives you the awk error message "too many fields".
61638355 412
9dc15871
EZ
413This is due to an arbitrary limit in certain versions of awk.
414The solution is to use gawk (GNU awk).
61638355 415
9dc15871 416** Problems with hostname resolution
61638355 417
9dc15871
EZ
418*** Emacs fails to understand most Internet host names, even though
419the names work properly with other programs on the same system.
420*** Emacs won't work with X-windows if the value of DISPLAY is HOSTNAME:0.
20dc2215 421*** Gnus can't make contact with the specified host for nntp.
61638355 422
9dc15871
EZ
423This typically happens on Suns and other systems that use shared
424libraries. The cause is that the site has installed a version of the
425shared library which uses a name server--but has not installed a
426similar version of the unshared library which Emacs uses.
556a9fad 427
9dc15871
EZ
428The result is that most programs, using the shared library, work with
429the nameserver, but Emacs does not.
61638355 430
9dc15871
EZ
431The fix is to install an unshared library that corresponds to what you
432installed in the shared library, and then relink Emacs.
49172314 433
9dc15871 434If you have already installed the name resolver in the file libresolv.a,
1ddc2bd6 435then you need to compile Emacs to use that library.
3c418e54 436
9dc15871 437*** Emacs does not know your host's fully-qualified domain name.
3c418e54 438
53b30c38
GM
439For example, (system-name) returns some variation on
440"localhost.localdomain", rather the name you were expecting.
441
9dc15871 442You need to configure your machine with a fully qualified domain name,
53b30c38 443(i.e. a name with at least one ".") either in /etc/hosts,
c64233b2 444/etc/hostname, the NIS, or wherever your system calls for specifying this.
f9130829 445
9dc15871
EZ
446If you cannot fix the configuration, you can set the Lisp variable
447mail-host-address to the value you want.
f9130829 448
9dc15871 449** NFS and RFS
f9130829 450
9dc15871
EZ
451*** Emacs says it has saved a file, but the file does not actually
452appear on disk.
f9130829 453
9dc15871
EZ
454This can happen on certain systems when you are using NFS, if the
455remote disk is full. It is due to a bug in NFS (or certain NFS
456implementations), and there is apparently nothing Emacs can do to
457detect the problem. Emacs checks the failure codes of all the system
458calls involved in writing a file, including `close'; but in the case
459where the problem occurs, none of those system calls fails.
f9130829 460
9dc15871
EZ
461*** Editing files through RFS gives spurious "file has changed" warnings.
462It is possible that a change in Emacs 18.37 gets around this problem,
463but in case not, here is a description of how to fix the RFS bug that
464causes it.
f9130829 465
9dc15871
EZ
466 There was a serious pair of bugs in the handling of the fsync() system
467 call in the RFS server.
f9130829 468
9dc15871
EZ
469 The first is that the fsync() call is handled as another name for the
470 close() system call (!!). It appears that fsync() is not used by very
471 many programs; Emacs version 18 does an fsync() before closing files
472 to make sure that the bits are on the disk.
ed85f61d 473
9dc15871 474 This is fixed by the enclosed patch to the RFS server.
b300fd77 475
9dc15871
EZ
476 The second, more serious problem, is that fsync() is treated as a
477 non-blocking system call (i.e., it's implemented as a message that
478 gets sent to the remote system without waiting for a reply). Fsync is
479 a useful tool for building atomic file transactions. Implementing it
480 as a non-blocking RPC call (when the local call blocks until the sync
481 is done) is a bad idea; unfortunately, changing it will break the RFS
482 protocol. No fix was supplied for this problem.
b300fd77 483
9dc15871 484 (as always, your line numbers may vary)
ed85f61d 485
9dc15871
EZ
486 % rcsdiff -c -r1.2 serversyscall.c
487 RCS file: RCS/serversyscall.c,v
488 retrieving revision 1.2
489 diff -c -r1.2 serversyscall.c
490 *** /tmp/,RCSt1003677 Wed Jan 28 15:15:02 1987
491 --- serversyscall.c Wed Jan 28 15:14:48 1987
492 ***************
493 *** 163,169 ****
3256a475
RC
494 /*
495 * No return sent for close or fsync!
496 */
9dc15871 497 ! if (syscall == RSYS_close || syscall == RSYS_fsync)
3256a475
RC
498 proc->p_returnval = deallocate_fd(proc, msg->m_args[0]);
499 else
500 {
9dc15871 501 --- 166,172 ----
3256a475
RC
502 /*
503 * No return sent for close or fsync!
504 */
9dc15871 505 ! if (syscall == RSYS_close)
3256a475
RC
506 proc->p_returnval = deallocate_fd(proc, msg->m_args[0]);
507 else
508 {
ed85f61d 509
b7bd8478 510** PSGML conflicts with sgml-mode.
d0cf6c7d 511
9dc15871
EZ
512PSGML package uses the same names of some variables (like keymap)
513as built-in sgml-mode.el because it was created as a replacement
514of that package. The conflict will be shown if you load
515sgml-mode.el before psgml.el. E.g. this could happen if you edit
516HTML page and then start to work with SGML or XML file. html-mode
517(from sgml-mode.el) is used for HTML file and loading of psgml.el
518(for sgml-mode or xml-mode) will cause an error.
d0cf6c7d 519
73639601
EZ
520** PCL-CVS
521
522*** Lines are not updated or new lines are added in the buffer upon commit.
523
524When committing files located higher in the hierarchy than the examined
525directory, some versions of the CVS program return an ambiguous message
526from which PCL-CVS cannot extract the full location of the committed
527files. As a result, the corresponding lines in the PCL-CVS buffer are
528not updated with the new revision of these files, and new lines are
529added to the top-level directory.
530
531This can happen with CVS versions 1.12.8 and 1.12.9. Upgrade to CVS
5321.12.10 or newer to fix this problem.
533
9dc15871 534** Miscellaneous problems
f936978f 535
e1bf8792
GM
536*** Editing files with very long lines is slow.
537
538For example, simply moving through a file that contains hundreds of
539thousands of characters per line is slow, and consumes a lot of CPU.
540This is a known limitation of Emacs with no solution at this time.
541
f5578c7f
EZ
542*** Emacs uses 100% of CPU time
543
544This is a known problem with some versions of the Semantic package.
3f37e604
GM
545The solution is to upgrade Semantic to version 2.0pre4 (distributed
546with CEDET 1.0pre4) or later.
f5578c7f 547
9dc15871 548*** Self-documentation messages are garbled.
6fb6f3ac 549
9dc15871
EZ
550This means that the file `etc/DOC-...' doesn't properly correspond
551with the Emacs executable. Redumping Emacs and then installing the
552corresponding pair of files should fix the problem.
b87207a0 553
9dc15871
EZ
554*** Programs running under terminal emulator do not recognize `emacs'
555terminal type.
b87207a0 556
9dc15871
EZ
557The cause of this is a shell startup file that sets the TERMCAP
558environment variable. The terminal emulator uses that variable to
c64233b2 559provide the information on the special terminal type that Emacs emulates.
b87207a0 560
9dc15871
EZ
561Rewrite your shell startup file so that it does not change TERMCAP
562in such a case. You could use the following conditional which sets
563it only if it is undefined.
b87207a0 564
9dc15871 565 if ( ! ${?TERMCAP} ) setenv TERMCAP ~/my-termcap-file
e085efdb 566
9dc15871
EZ
567Or you could set TERMCAP only when you set TERM--which should not
568happen in a non-login shell.
fa99e2a4 569
9dc15871 570*** In Shell mode, you get a ^M at the end of every line.
c8d9b4ee 571
9dc15871
EZ
572This happens to people who use tcsh, because it is trying to be too
573smart. It sees that the Shell uses terminal type `unknown' and turns
574on the flag to output ^M at the end of each line. You can fix the
575problem by adding this to your .cshrc file:
fe445893 576
9dc15871 577 if ($?EMACS) then
4b1aaa8b 578 if ("$EMACS" =~ /*) then
9dc15871
EZ
579 unset edit
580 stty -icrnl -onlcr -echo susp ^Z
581 endif
582 endif
c8d9b4ee 583
9dc15871 584*** Emacs startup on GNU/Linux systems (and possibly other systems) is slow.
d9810886 585
9dc15871
EZ
586This can happen if the system is misconfigured and Emacs can't get the
587full qualified domain name, FQDN. You should have your FQDN in the
588/etc/hosts file, something like this:
a408ce18 589
9dc15871
EZ
590127.0.0.1 localhost
591129.187.137.82 nuc04.t30.physik.tu-muenchen.de nuc04
a408ce18 592
9dc15871 593The way to set this up may vary on non-GNU systems.
a38f41c4 594
9dc15871 595*** Attempting to visit remote files via ange-ftp fails.
a38f41c4 596
9dc15871
EZ
597If the error message is "ange-ftp-file-modtime: Specified time is not
598representable", then this could happen when `lukemftp' is used as the
599ftp client. This was reported to happen on Debian GNU/Linux, kernel
600version 2.4.3, with `lukemftp' 1.5-5, but might happen on other
601systems as well. To avoid this problem, switch to using the standard
602ftp client. On a Debian system, type
a38f41c4 603
9dc15871 604 update-alternatives --config ftp
a38f41c4 605
9dc15871 606and then choose /usr/bin/netkit-ftp.
a38f41c4 607
9dc15871 608*** JPEG images aren't displayed.
b87207a0 609
9dc15871
EZ
610This has been reported when Emacs is built with jpeg-6a library.
611Upgrading to jpeg-6b solves the problem. Configure checks for the
612correct version, but this problem could occur if a binary built
613against a shared libjpeg is run on a system with an older version.
b87207a0 614
9dc15871 615*** Dired is very slow.
4e0bd469
EZ
616
617This could happen if invocation of the `df' program takes a long
618time. Possible reasons for this include:
619
620 - ClearCase mounted filesystems (VOBs) that sometimes make `df'
621 response time extremely slow (dozens of seconds);
622
623 - slow automounters on some old versions of Unix;
624
625 - slow operation of some versions of `df'.
626
627To work around the problem, you could either (a) set the variable
628`directory-free-space-program' to nil, and thus prevent Emacs from
629invoking `df'; (b) use `df' from the GNU Fileutils package; or
630(c) use CVS, which is Free Software, instead of ClearCase.
631
9dc15871 632*** ps-print commands fail to find prologue files ps-prin*.ps.
cc2f2825
EZ
633
634This can happen if you use an old version of X-Symbol package: it
635defines compatibility functions which trick ps-print into thinking it
636runs in XEmacs, and look for the prologue files in a wrong directory.
637
638The solution is to upgrade X-Symbol to a later version.
639
9dc15871 640*** On systems with shared libraries you might encounter run-time errors
f4f4ee4d
GM
641from the dynamic linker telling you that it is unable to find some
642shared libraries, for instance those for Xaw3d or image support.
643These errors mean Emacs has been linked with a library whose shared
644library is not in the default search path of the dynamic linker.
645
0cb26e21
EZ
646Similar problems could prevent Emacs from building, since the build
647process invokes Emacs several times.
648
f4f4ee4d
GM
649On many systems, it is possible to set LD_LIBRARY_PATH in your
650environment to specify additional directories where shared libraries
651can be found.
652
653Other systems allow to set LD_RUN_PATH in a similar way, but before
654Emacs is linked. With LD_RUN_PATH set, the linker will include a
655specified run-time search path in the executable.
656
8643647c 657On some systems, Emacs can crash due to problems with dynamic
c31138a1
EZ
658linking. Specifically, on SGI Irix 6.5, crashes were reported with
659backtraces like this:
660
661 (dbx) where
662 0 strcmp(0xf49239d, 0x4031184, 0x40302b4, 0x12, 0xf0000000, 0xf4923aa, 0x0, 0x492ddb2) ["/xlv22/ficus-jan23/work/irix/lib/libc/libc_n32_M3_ns/strings/strcmp.s":35, 0xfb7e480]
663 1 general_find_symbol(0xf49239d, 0x0, 0x0, 0x0, 0xf0000000, 0xf4923aa, 0x0, 0x492ddb2)
664 ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld.c":2140, 0xfb65a98]
665 2 resolve_symbol(0xf49239d, 0x4031184, 0x0, 0xfbdd438, 0x0, 0xf4923aa, 0x0, 0x492ddb2)
666 ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld.c":1947, 0xfb657e4]
667 3 lazy_text_resolve(0xd18, 0x1a3, 0x40302b4, 0x12, 0xf0000000, 0xf4923aa, 0x0, 0x492ddb2)
668 ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld.c":997, 0xfb64d44]
669 4 _rld_text_resolve(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
670 ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld_bridge.s":175, 0xfb6032c]
671
8643647c
RS
672(`rld' is the dynamic linker.) We don't know yet why this
673happens, but setting the environment variable LD_BIND_NOW to 1 (which
c31138a1
EZ
674forces the dynamic linker to bind all shared objects early on) seems
675to work around the problem.
676
f4f4ee4d
GM
677Please refer to the documentation of your dynamic linker for details.
678
9dc15871
EZ
679*** You request inverse video, and the first Emacs frame is in inverse
680video, but later frames are not in inverse video.
b1739b51 681
9dc15871
EZ
682This can happen if you have an old version of the custom library in
683your search path for Lisp packages. Use M-x list-load-path-shadows to
684check whether this is true. If it is, delete the old custom library.
b1739b51 685
9dc15871 686*** When you run Ispell from Emacs, it reports a "misalignment" error.
b1739b51 687
9dc15871
EZ
688This can happen if you compiled the Ispell program to use ASCII
689characters only and then try to use it from Emacs with non-ASCII
690characters, like Latin-1. The solution is to recompile Ispell with
691support for 8-bit characters.
b1739b51 692
9dc15871
EZ
693To see whether your Ispell program supports 8-bit characters, type
694this at your shell's prompt:
b1739b51 695
9dc15871 696 ispell -vv
b1739b51 697
9dc15871
EZ
698and look in the output for the string "NO8BIT". If Ispell says
699"!NO8BIT (8BIT)", your speller supports 8-bit characters; otherwise it
700does not.
e9a52cfe 701
9dc15871
EZ
702To rebuild Ispell with 8-bit character support, edit the local.h file
703in the Ispell distribution and make sure it does _not_ define NO8BIT.
704Then rebuild the speller.
e9a52cfe 705
9dc15871
EZ
706Another possible cause for "misalignment" error messages is that the
707version of Ispell installed on your machine is old. Upgrade.
e9a52cfe 708
9dc15871
EZ
709Yet another possibility is that you are trying to spell-check a word
710in a language that doesn't fit the dictionary you choose for use by
711Ispell. (Ispell can only spell-check one language at a time, because
712it uses a single dictionary.) Make sure that the text you are
713spelling and the dictionary used by Ispell conform to each other.
e9a52cfe 714
9dc15871
EZ
715If your spell-checking program is Aspell, it has been reported that if
716you have a personal configuration file (normally ~/.aspell.conf), it
717can cause this error. Remove that file, execute `ispell-kill-ispell'
718in Emacs, and then try spell-checking again.
e9a52cfe 719
9dc15871 720* Runtime problems related to font handling
e9a52cfe 721
b1446261
CY
722** Characters are displayed as empty boxes or with wrong font under X.
723
724*** This can occur when two different versions of FontConfig are used.
725For example, XFree86 4.3.0 has one version and Gnome usually comes
726with a newer version. Emacs compiled with Gtk+ will then use the
727newer version. In most cases the problem can be temporarily fixed by
728stopping the application that has the error (it can be Emacs or any
729other application), removing ~/.fonts.cache-1, and then start the
730application again. If removing ~/.fonts.cache-1 and restarting
731doesn't help, the application with problem must be recompiled with the
732same version of FontConfig as the rest of the system uses. For KDE,
733it is sufficient to recompile Qt.
734
735*** Some fonts have a missing glyph and no default character. This is
736known to occur for character number 160 (no-break space) in some
737fonts, such as Lucida but Emacs sets the display table for the unibyte
738and Latin-1 version of this character to display a space.
739
740*** Some of the fonts called for in your fontset may not exist on your
741X server.
e9a52cfe 742
9dc15871
EZ
743Each X11 font covers just a fraction of the characters that Emacs
744supports. To display the whole range of Emacs characters requires
b1446261
CY
745many different fonts, collected into a fontset. You can remedy the
746problem by installing additional fonts.
f25eb4f7 747
9dc15871 748The intlfonts distribution includes a full spectrum of fonts that can
9222ba5e
EZ
749display all the characters Emacs supports. The etl-unicode collection
750of fonts (available from <URL:ftp://ftp.x.org/contrib/fonts/> and
751<URL:ftp://ftp.xfree86.org/pub/mirror/X.Org/contrib/fonts/>) includes
752fonts that can display many Unicode characters; they can also be used
753by ps-print and ps-mule to print Unicode characters.
f25eb4f7 754
9dc15871 755** Under X11, some characters appear improperly aligned in their lines.
f25eb4f7 756
9222ba5e 757You may have bad X11 fonts; try installing the intlfonts distribution
b1446261
CY
758or the etl-unicode collection (see above).
759
760** Under X, an unexpected monospace font is used as the default font.
761
762When compiled with XFT, Emacs tries to use a default font named
763"monospace". This is a "virtual font", which the operating system
764(Fontconfig) redirects to a suitable font such as DejaVu Sans Mono.
765On some systems, there exists a font that is actually named Monospace,
766which takes over the virtual font. This is considered an operating
767system bug; see
f25eb4f7 768
b1446261 769http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00696.html
edd7d3be 770
b1446261
CY
771If you encounter this problem, set the default font to a specific font
772in your .Xresources or initialization file. For instance, you can put
773the following in your .Xresources:
774
775Emacs.font: DejaVu Sans Mono 12
776
777** Certain fonts make each line take one pixel more than it should.
778
779This is because these fonts contain characters a little taller than
780the font's nominal height. Emacs needs to make sure that lines do not
781overlap.
edd7d3be 782
9dc15871 783** Loading fonts is very slow.
edd7d3be 784
9dc15871
EZ
785You might be getting scalable fonts instead of precomputed bitmaps.
786Known scalable font directories are "Type1" and "Speedo". A font
787directory contains scalable fonts if it contains the file
788"fonts.scale".
42303132 789
9dc15871
EZ
790If this is so, re-order your X windows font path to put the scalable
791font directories last. See the documentation of `xset' for details.
42303132 792
9dc15871
EZ
793With some X servers, it may be necessary to take the scalable font
794directories out of your path entirely, at least for Emacs 19.26.
795Changes in the future may make this unnecessary.
42303132 796
9dc15871 797** Font Lock displays portions of the buffer in incorrect faces.
42303132 798
9dc15871
EZ
799By far the most frequent cause of this is a parenthesis `(' or a brace
800`{' in column zero. Font Lock assumes that such a paren is outside of
801any comment or string. This is of course not true in general, but the
802vast majority of well-formatted program source files don't have such
803parens, and therefore this assumption is used to allow optimizations
804in Font Lock's syntactical analysis. These optimizations avoid some
805pathological cases where jit-lock, the Just-in-Time fontification
806introduced with Emacs 21.1, could significantly slow down scrolling
807through the buffer, especially scrolling backwards, and also jumping
808to the end of a very large buffer.
42303132 809
bf247b6e 810Beginning with version 22.1, a parenthesis or a brace in column zero
9dc15871
EZ
811is highlighted in bold-red face if it is inside a string or a comment,
812to indicate that it could interfere with Font Lock (and also with
813indentation) and should be moved or escaped with a backslash.
42303132 814
9dc15871
EZ
815If you don't use large buffers, or have a very fast machine which
816makes the delays insignificant, you can avoid the incorrect
817fontification by setting the variable
818`font-lock-beginning-of-syntax-function' to a nil value. (This must
819be done _after_ turning on Font Lock.)
f3d6f4ee 820
9dc15871
EZ
821Another alternative is to avoid a paren in column zero. For example,
822in a Lisp string you could precede the paren with a backslash.
f3d6f4ee 823
9dc15871
EZ
824** With certain fonts, when the cursor appears on a character, the
825character doesn't appear--you get a solid box instead.
f3d6f4ee 826
9dc15871
EZ
827One user on a Linux-based GNU system reported that this problem went
828away with installation of a new X server. The failing server was
829XFree86 3.1.1. XFree86 3.1.2 works.
f3d6f4ee 830
9dc15871 831** Emacs pauses for several seconds when changing the default font.
9f83d8b3 832
9dc15871
EZ
833This has been reported for fvwm 2.2.5 and the window manager of KDE
8342.1. The reason for the pause is Xt waiting for a ConfigureNotify
835event from the window manager, which the window manager doesn't send.
836Xt stops waiting after a default timeout of usually 5 seconds.
f29d1e75 837
9dc15871 838A workaround for this is to add something like
f29d1e75 839
9dc15871 840emacs.waitForWM: false
c24be289 841
9dc15871
EZ
842to your X resources. Alternatively, add `(wait-for-wm . nil)' to a
843frame's parameter list, like this:
c24be289 844
9dc15871 845 (modify-frame-parameters nil '((wait-for-wm . nil)))
b35319bf 846
9dc15871 847(this should go into your `.emacs' file).
b35319bf 848
9dc15871 849** Underlines appear at the wrong position.
b35319bf 850
9dc15871
EZ
851This is caused by fonts having a wrong UNDERLINE_POSITION property.
852Examples are the font 7x13 on XFree prior to version 4.1, or the jmk
6fc3871e
GM
853neep font from the Debian xfonts-jmk package prior to version 3.0.17.
854To circumvent this problem, set x-use-underline-position-properties
855to nil in your `.emacs'.
b35319bf 856
9dc15871 857To see what is the value of UNDERLINE_POSITION defined by the font,
c64233b2 858type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION property.
787994b7 859
9dc15871 860** When using Exceed, fonts sometimes appear too tall.
0a2eeca1 861
9dc15871
EZ
862When the display is set to an Exceed X-server and fonts are specified
863(either explicitly with the -fn option or implicitly with X resources)
864then the fonts may appear "too tall". The actual character sizes are
865correct but there is too much vertical spacing between rows, which
866gives the appearance of "double spacing".
0a2eeca1 867
9dc15871
EZ
868To prevent this, turn off the Exceed's "automatic font substitution"
869feature (in the font part of the configuration window).
0a2eeca1 870
405b495f
GM
871** Subscript/superscript text in TeX is hard to read.
872
873If `tex-fontify-script' is non-nil, tex-mode displays
874subscript/superscript text in the faces subscript/superscript, which
875are smaller than the normal font and lowered/raised. With some fonts,
876nested superscripts (say) can be hard to read. Switching to a
877different font, or changing your antialiasing setting (on an LCD
878screen), can both make the problem disappear. Alternatively, customize
879the following variables: tex-font-script-display (how much to
880lower/raise); tex-suscript-height-ratio (how much smaller than
881normal); tex-suscript-height-minimum (minimum height).
882
9dc15871 883* Internationalization problems
0a2eeca1 884
de25ebb8
RS
885** M-{ does not work on a Spanish PC keyboard.
886
887Many Spanish keyboards seem to ignore that combination. Emacs can't
888do anything about it.
889
b2d98113
CY
890** International characters aren't displayed under X.
891
892*** Missing X fonts
0a2eeca1 893
9dc15871
EZ
894XFree86 4 contains many fonts in iso10646-1 encoding which have
895minimal character repertoires (whereas the encoding part of the font
896name is meant to be a reasonable indication of the repertoire
897according to the XLFD spec). Emacs may choose one of these to display
898characters from the mule-unicode charsets and then typically won't be
899able to find the glyphs to display many characters. (Check with C-u
900C-x = .) To avoid this, you may need to use a fontset which sets the
901font for the mule-unicode sets explicitly. E.g. to use GNU unifont,
902include in the fontset spec:
0a2eeca1 903
9dc15871
EZ
904mule-unicode-2500-33ff:-gnu-unifont-*-iso10646-1,\
905mule-unicode-e000-ffff:-gnu-unifont-*-iso10646-1,\
906mule-unicode-0100-24ff:-gnu-unifont-*-iso10646-1
0a2eeca1 907
9dc15871 908** The UTF-8/16/7 coding systems don't encode CJK (Far Eastern) characters.
0a2eeca1 909
ce9b56fe
KH
910Emacs directly supports the Unicode BMP whose code points are in the
911ranges 0000-33ff and e000-ffff, and indirectly supports the parts of
912CJK characters belonging to these legacy charsets:
913
914 GB2312, Big5, JISX0208, JISX0212, JISX0213-1, JISX0213-2, KSC5601
915
916The latter support is done in Utf-Translate-Cjk mode (turned on by
917default). Which Unicode CJK characters are decoded into which Emacs
918charset is decided by the current language environment. For instance,
919in Chinese-GB, most of them are decoded into chinese-gb2312.
119d3665 920
9dc15871
EZ
921If you read UTF-8 data with code points outside these ranges, the
922characters appear in the buffer as raw bytes of the original UTF-8
923(composed into a single quasi-character) and they will be written back
924correctly as UTF-8, assuming you don't break the composed sequences.
925If you read such characters from UTF-16 or UTF-7 data, they are
926substituted with the Unicode `replacement character', and you lose
927information.
119d3665 928
9dc15871 929** Accented ISO-8859-1 characters are displayed as | or _.
a933dad1 930
d6b7de9b
EZ
931Try other font set sizes (S-mouse-1). If the problem persists with
932other sizes as well, your text is corrupted, probably through software
933that is not 8-bit clean. If the problem goes away with another font
934size, it's probably because some fonts pretend to be ISO-8859-1 fonts
935when they are really ASCII fonts. In particular the schumacher-clean
936fonts have this bug in some versions of X.
a933dad1 937
d6b7de9b 938To see what glyphs are included in a font, use `xfd', like this:
a933dad1 939
d6b7de9b 940 xfd -fn -schumacher-clean-medium-r-normal--12-120-75-75-c-60-iso8859-1
a933dad1 941
c64233b2 942If this shows only ASCII glyphs, the font is indeed the source of the problem.
a933dad1 943
d6b7de9b
EZ
944The solution is to remove the corresponding lines from the appropriate
945`fonts.alias' file, then run `mkfontdir' in that directory, and then run
946`xset fp rehash'.
177c0ea7 947
9dc15871 948** The `oc-unicode' package doesn't work with Emacs 21.
a933dad1 949
9dc15871
EZ
950This package tries to define more private charsets than there are free
951slots now. The current built-in Unicode support is actually more
952flexible. (Use option `utf-translate-cjk-mode' if you need CJK
953support.) Files encoded as emacs-mule using oc-unicode aren't
954generally read correctly by Emacs 21.
a933dad1 955
9dc15871 956** After a while, Emacs slips into unibyte mode.
a933dad1 957
9dc15871
EZ
958The VM mail package, which is not part of Emacs, sometimes does
959 (standard-display-european t)
960That should be changed to
961 (standard-display-european 1 t)
de121241 962
9dc15871 963* X runtime problems
de121241 964
9dc15871 965** X keyboard problems
de121241 966
9dc15871 967*** You "lose characters" after typing Compose Character key.
a933dad1 968
9dc15871
EZ
969This is because the Compose Character key is defined as the keysym
970Multi_key, and Emacs (seeing that) does the proper X11
971character-composition processing. If you don't want your Compose key
972to do that, you can redefine it with xmodmap.
a933dad1 973
9dc15871 974For example, here's one way to turn it into a Meta key:
177c0ea7 975
9dc15871 976 xmodmap -e "keysym Multi_key = Meta_L"
a933dad1 977
9dc15871
EZ
978If all users at your site of a particular keyboard prefer Meta to
979Compose, you can make the remapping happen automatically by adding the
980xmodmap command to the xdm setup script for that display.
a933dad1 981
9dc15871 982*** Using X Windows, control-shift-leftbutton makes Emacs hang.
a933dad1 983
9dc15871 984Use the shell command `xset bc' to make the old X Menu package work.
a933dad1 985
9f4f9273 986*** C-SPC fails to work on Fedora GNU/Linux (or with fcitx input method).
09352e8f
RS
987
988Fedora Core 4 steals the C-SPC key by default for the `iiimx' program
989which is the input method for some languages. It blocks Emacs users
990from using the C-SPC key for `set-mark-command'.
991
992One solutions is to remove the `<Ctrl>space' from the `Iiimx' file
993which can be found in the `/usr/lib/X11/app-defaults' directory.
994However, that requires root access.
995
996Another is to specify `Emacs*useXIM: false' in your X resources.
997
998Another is to build Emacs with the `--without-xim' configure option.
999
2fb18d13
KH
1000The same problem happens on any other system if you are using fcitx
1001(Chinese input method) which by default use C-SPC for toggling. If
1002you want to use fcitx with Emacs, you have two choices. Toggle fcitx
1003by another key (e.g. C-\) by modifying ~/.fcitx/config, or be
1004accustomed to use C-@ for `set-mark-command'.
1005
9dc15871 1006*** M-SPC seems to be ignored as input.
a933dad1 1007
9dc15871
EZ
1008See if your X server is set up to use this as a command
1009for character composition.
a933dad1 1010
9dc15871 1011*** The S-C-t key combination doesn't get passed to Emacs on X.
a933dad1 1012
9dc15871
EZ
1013This happens because some X configurations assign the Ctrl-Shift-t
1014combination the same meaning as the Multi_key. The offending
1015definition is in the file `...lib/X11/locale/iso8859-1/Compose'; there
1016might be other similar combinations which are grabbed by X for similar
1017purposes.
a933dad1 1018
9dc15871
EZ
1019We think that this can be countermanded with the `xmodmap' utility, if
1020you want to be able to bind one of these key sequences within Emacs.
a933dad1 1021
9dc15871 1022*** Under X, C-v and/or other keys don't work.
a933dad1
DL
1023
1024These may have been intercepted by your window manager. In
1025particular, AfterStep 1.6 is reported to steal C-v in its default
1026configuration. Various Meta keys are also likely to be taken by the
1027configuration of the `feel'. See the WM's documentation for how to
1028change this.
1029
9dc15871 1030*** Clicking C-mouse-2 in the scroll bar doesn't split the window.
a933dad1 1031
9dc15871
EZ
1032This currently doesn't work with scroll-bar widgets (and we don't know
1033a good way of implementing it with widgets). If Emacs is configured
1034--without-toolkit-scroll-bars, C-mouse-2 on the scroll bar does work.
a933dad1 1035
9dc15871
EZ
1036*** Inability to send an Alt-modified key, when Emacs is communicating
1037directly with an X server.
a933dad1 1038
9dc15871
EZ
1039If you have tried to bind an Alt-modified key as a command, and it
1040does not work to type the command, the first thing you should check is
1041whether the key is getting through to Emacs. To do this, type C-h c
1042followed by the Alt-modified key. C-h c should say what kind of event
1043it read. If it says it read an Alt-modified key, then make sure you
1044have made the key binding correctly.
a933dad1 1045
9dc15871
EZ
1046If C-h c reports an event that doesn't have the Alt modifier, it may
1047be because your X server has no key for the Alt modifier. The X
c64233b2 1048server that comes from MIT does not set up the Alt modifier by default.
a933dad1 1049
9dc15871 1050If your keyboard has keys named Alt, you can enable them as follows:
a933dad1 1051
9dc15871
EZ
1052 xmodmap -e 'add mod2 = Alt_L'
1053 xmodmap -e 'add mod2 = Alt_R'
a933dad1 1054
9dc15871
EZ
1055If the keyboard has just one key named Alt, then only one of those
1056commands is needed. The modifier `mod2' is a reasonable choice if you
1057are using an unmodified MIT version of X. Otherwise, choose any
1058modifier bit not otherwise used.
a933dad1 1059
9dc15871
EZ
1060If your keyboard does not have keys named Alt, you can use some other
1061keys. Use the keysym command in xmodmap to turn a function key (or
1062some other 'spare' key) into Alt_L or into Alt_R, and then use the
1063commands show above to make them modifier keys.
a933dad1 1064
9dc15871
EZ
1065Note that if you have Alt keys but no Meta keys, Emacs translates Alt
1066into Meta. This is because of the great importance of Meta in Emacs.
a933dad1 1067
9dc15871 1068** Window-manager and toolkit-related problems
a933dad1 1069
6a7ce3a2
JD
1070*** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive.
1071
1072This happens sometimes when using Metacity. Resizing Emacs or ALT-Tab:bing
1073makes the system unresponsive to the mouse or the keyboard. Killing Emacs
0a46152e 1074or shifting out from X11 and back again usually cures it (i.e. Ctrl-Alt-F1
6a7ce3a2
JD
1075and then Alt-F7). A bug for it is here:
1076https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/231034.
1077Note that a permanent fix seems to be to disable "assistive technologies".
1078
0e71e4a8
CY
1079*** Gnome: Emacs receives input directly from the keyboard, bypassing XIM.
1080
1081This seems to happen when gnome-settings-daemon version 2.12 or later
1082is running. If gnome-settings-daemon is not running, Emacs receives
1083input through XIM without any problem. Furthermore, this seems only
1084to happen in *.UTF-8 locales; zh_CN.GB2312 and zh_CN.GBK locales, for
1085example, work fine. A bug report has been filed in the Gnome
1086bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=357032
1087
9dc15871 1088*** Gnome: Emacs' xterm-mouse-mode doesn't work on the Gnome terminal.
a933dad1 1089
9dc15871
EZ
1090A symptom of this bug is that double-clicks insert a control sequence
1091into the buffer. The reason this happens is an apparent
1092incompatibility of the Gnome terminal with Xterm, which also affects
1093other programs using the Xterm mouse interface. A problem report has
1094been filed.
a933dad1 1095
9dc15871
EZ
1096*** KDE: When running on KDE, colors or fonts are not as specified for Emacs,
1097or messed up.
a933dad1 1098
9dc15871
EZ
1099For example, you could see background you set for Emacs only in the
1100empty portions of the Emacs display, while characters have some other
1101background.
a933dad1 1102
9dc15871
EZ
1103This happens because KDE's defaults apply its color and font
1104definitions even to applications that weren't compiled for KDE. The
1105solution is to uncheck the "Apply fonts and colors to non-KDE apps"
1106option in Preferences->Look&Feel->Style (KDE 2). In KDE 3, this option
1107is in the "Colors" section, rather than "Style".
a933dad1 1108
9dc15871
EZ
1109Alternatively, if you do want the KDE defaults to apply to other
1110applications, but not to Emacs, you could modify the file `Emacs.ad'
1111(should be in the `/usr/share/apps/kdisplay/app-defaults/' directory)
1112so that it doesn't set the default background and foreground only for
1113Emacs. For example, make sure the following resources are either not
1114present or commented out:
a933dad1 1115
9dc15871
EZ
1116 Emacs.default.attributeForeground
1117 Emacs.default.attributeBackground
1118 Emacs*Foreground
1119 Emacs*Background
a933dad1 1120
a3475659
JD
1121It is also reported that a bug in the gtk-engines-qt engine can cause this if
1122Emacs is compiled with Gtk+.
1123The bug is fixed in version 0.7 or newer of gtk-engines-qt.
1124
9dc15871 1125*** KDE: Emacs hangs on KDE when a large portion of text is killed.
a933dad1 1126
9dc15871
EZ
1127This is caused by a bug in the KDE applet `klipper' which periodically
1128requests the X clipboard contents from applications. Early versions
8576f724 1129of klipper don't implement the ICCCM protocol for large selections,
9dc15871 1130which leads to Emacs being flooded with selection requests. After a
b11e8823 1131while, Emacs may print a message:
a933dad1 1132
9dc15871 1133 Timed out waiting for property-notify event
a933dad1 1134
b11e8823
JD
1135A workaround is to not use `klipper'. An upgrade to the `klipper' that
1136comes with KDE 3.3 or later also solves the problem.
a933dad1 1137
9dc15871 1138*** CDE: Frames may cover dialogs they created when using CDE.
a933dad1 1139
9dc15871
EZ
1140This can happen if you have "Allow Primary Windows On Top" enabled which
1141seems to be the default in the Common Desktop Environment.
1142To change, go in to "Desktop Controls" -> "Window Style Manager"
1143and uncheck "Allow Primary Windows On Top".
d238f982 1144
9dc15871
EZ
1145*** Xaw3d : When using Xaw3d scroll bars without arrows, the very first mouse
1146click in a scroll bar might be ignored by the scroll bar widget. This
1147is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the
1148problem disappears.
d238f982 1149
9dc15871
EZ
1150*** Xaw: There are known binary incompatibilities between Xaw, Xaw3d, neXtaw,
1151XawM and the few other derivatives of Xaw. So when you compile with
1152one of these, it may not work to dynamically link with another one.
1153For example, strange problems, such as Emacs exiting when you type
1154"C-x 1", were reported when Emacs compiled with Xaw3d and libXaw was
1155used with neXtaw at run time.
d7185f9d 1156
9dc15871
EZ
1157The solution is to rebuild Emacs with the toolkit version you actually
1158want to use, or set LD_PRELOAD to preload the same toolkit version you
1159built Emacs with.
d7185f9d 1160
9dc15871 1161*** Open Motif: Problems with file dialogs in Emacs built with Open Motif.
a933dad1 1162
9dc15871
EZ
1163When Emacs 21 is built with Open Motif 2.1, it can happen that the
1164graphical file dialog boxes do not work properly. The "OK", "Filter"
1165and "Cancel" buttons do not respond to mouse clicks. Dragging the
1166file dialog window usually causes the buttons to work again.
a933dad1 1167
9dc15871
EZ
1168The solution is to use LessTif instead. LessTif is a free replacement
1169for Motif. See the file INSTALL for information on how to do this.
a933dad1 1170
9dc15871
EZ
1171Another workaround is not to use the mouse to trigger file prompts,
1172but to use the keyboard. This way, you will be prompted for a file in
1173the minibuffer instead of a graphical file dialog.
a933dad1 1174
9dc15871 1175*** LessTif: Problems in Emacs built with LessTif.
a933dad1 1176
9dc15871
EZ
1177The problems seem to depend on the version of LessTif and the Motif
1178emulation for which it is set up.
a933dad1 1179
9dc15871 1180Only the Motif 1.2 emulation seems to be stable enough in LessTif.
880ea925 1181LessTif 0.92-17's Motif 1.2 emulation seems to work okay on FreeBSD.
9dc15871
EZ
1182On GNU/Linux systems, lesstif-0.92.6 configured with "./configure
1183--enable-build-12 --enable-default-12" is reported to be the most
1184successful. The binary GNU/Linux package
1185lesstif-devel-0.92.0-1.i386.rpm was reported to have problems with
1186menu placement.
a933dad1 1187
9dc15871
EZ
1188On some systems, even with Motif 1.2 emulation, Emacs occasionally
1189locks up, grabbing all mouse and keyboard events. We still don't know
c64233b2 1190what causes these problems; they are not reproducible by Emacs developers.
a933dad1 1191
9dc15871 1192*** Motif: The Motif version of Emacs paints the screen a solid color.
a933dad1 1193
9dc15871 1194This has been observed to result from the following X resource:
a933dad1 1195
9dc15871 1196 Emacs*default.attributeFont: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
a933dad1 1197
9dc15871
EZ
1198That the resource has this effect indicates a bug in something, but we
1199do not yet know what. If it is an Emacs bug, we hope someone can
1200explain what the bug is so we can fix it. In the mean time, removing
1201the resource prevents the problem.
a933dad1 1202
9dc15871 1203** General X problems
17a37d87 1204
9dc15871 1205*** Redisplay using X11 is much slower than previous Emacs versions.
17a37d87 1206
9dc15871
EZ
1207We've noticed that certain X servers draw the text much slower when
1208scroll bars are on the left. We don't know why this happens. If this
1209happens to you, you can work around it by putting the scroll bars
1210on the right (as they were in Emacs 19).
17a37d87 1211
9dc15871 1212Here's how to do this:
17a37d87 1213
9dc15871 1214 (set-scroll-bar-mode 'right)
a933dad1 1215
9dc15871
EZ
1216If you're not sure whether (or how much) this problem affects you,
1217try that and see how much difference it makes. To set things back
1218to normal, do
a933dad1 1219
9dc15871 1220 (set-scroll-bar-mode 'left)
a933dad1 1221
9dc15871 1222*** Error messages about undefined colors on X.
a933dad1 1223
9dc15871 1224The messages might say something like this:
a933dad1 1225
9dc15871 1226 Unable to load color "grey95"
a933dad1 1227
9dc15871 1228(typically, in the `*Messages*' buffer), or something like this:
a933dad1 1229
9dc15871 1230 Error while displaying tooltip: (error Undefined color lightyellow)
a933dad1 1231
9dc15871
EZ
1232These problems could happen if some other X program has used up too
1233many colors of the X palette, leaving Emacs with insufficient system
1234resources to load all the colors it needs.
a933dad1 1235
9dc15871 1236A solution is to exit the offending X programs before starting Emacs.
a933dad1 1237
9257b627
EZ
1238"undefined color" messages can also occur if the RgbPath entry in the
1239X configuration file is incorrect, or the rgb.txt file is not where
1240X expects to find it.
1241
9dc15871 1242*** Improving performance with slow X connections.
a933dad1 1243
9dc15871
EZ
1244There are several ways to improve this performance, any subset of which can
1245be carried out at the same time:
a933dad1 1246
9dc15871
EZ
12471) If you don't need X Input Methods (XIM) for entering text in some
1248 language you use, you can improve performance on WAN links by using
1249 the X resource useXIM to turn off use of XIM. This does not affect
1250 the use of Emacs' own input methods, which are part of the Leim
1251 package.
3d00585e 1252
9dc15871 12532) If the connection is very slow, you might also want to consider
634e516b
EZ
1254 switching off scroll bars, menu bar, and tool bar. Adding the
1255 following forms to your .emacs file will accomplish that, but only
9b053e76 1256 after the initial frame is displayed:
634e516b
EZ
1257
1258 (scroll-bar-mode -1)
1259 (menu-bar-mode -1)
1260 (tool-bar-mode -1)
1261
1262 For still quicker startup, put these X resources in your .Xdefaults
1263 file:
1264
1265 Emacs.verticalScrollBars: off
1266 Emacs.menuBar: off
1267 Emacs.toolBar: off
3d00585e 1268
9dc15871
EZ
12693) Use ssh to forward the X connection, and enable compression on this
1270 forwarded X connection (ssh -XC remotehostname emacs ...).
3d00585e 1271
9dc15871
EZ
12724) Use lbxproxy on the remote end of the connection. This is an interface
1273 to the low bandwidth X extension in most modern X servers, which
1274 improves performance dramatically, at the slight expense of correctness
91af3942 1275 of the X protocol. lbxproxy achieves the performance gain by grouping
9dc15871 1276 several X requests in one TCP packet and sending them off together,
880ea925 1277 instead of requiring a round-trip for each X request in a separate
9dc15871
EZ
1278 packet. The switches that seem to work best for emacs are:
1279 -noatomsfile -nowinattr -cheaterrors -cheatevents
1280 Note that the -nograbcmap option is known to cause problems.
1281 For more about lbxproxy, see:
1282 http://www.xfree86.org/4.3.0/lbxproxy.1.html
3d00585e 1283
34431988
KS
12845) If copying and killing is slow, try to disable the interaction with the
1285 native system's clipboard by adding these lines to your .emacs file:
1286 (setq interprogram-cut-function nil)
1287 (setq interprogram-paste-function nil)
1288
9dc15871 1289*** Emacs gives the error, Couldn't find per display information.
3d00585e 1290
9dc15871
EZ
1291This can result if the X server runs out of memory because Emacs uses
1292a large number of fonts. On systems where this happens, C-h h is
1293likely to cause it.
a933dad1 1294
9dc15871 1295We do not know of a way to prevent the problem.
7838ea1b 1296
9dc15871 1297*** Emacs does not notice when you release the mouse.
a933dad1 1298
9dc15871
EZ
1299There are reports that this happened with (some) Microsoft mice and
1300that replacing the mouse made it stop.
a933dad1 1301
9dc15871 1302*** You can't select from submenus (in the X toolkit version).
a933dad1 1303
9dc15871
EZ
1304On certain systems, mouse-tracking and selection in top-level menus
1305works properly with the X toolkit, but neither of them works when you
1306bring up a submenu (such as Bookmarks or Compare or Apply Patch, in
1307the Files menu).
a933dad1 1308
9dc15871
EZ
1309This works on most systems. There is speculation that the failure is
1310due to bugs in old versions of X toolkit libraries, but no one really
1311knows. If someone debugs this and finds the precise cause, perhaps a
1312workaround can be found.
a933dad1 1313
9dc15871
EZ
1314*** An error message such as `X protocol error: BadMatch (invalid
1315parameter attributes) on protocol request 93'.
b5cb4652 1316
9dc15871
EZ
1317This comes from having an invalid X resource, such as
1318 emacs*Cursor: black
1319(which is invalid because it specifies a color name for something
1320that isn't a color.)
b5cb4652 1321
9dc15871 1322The fix is to correct your X resources.
a933dad1 1323
9dc15871 1324*** Slow startup on X11R6 with X windows.
a933dad1 1325
9dc15871
EZ
1326If Emacs takes two minutes to start up on X11R6, see if your X
1327resources specify any Adobe fonts. That causes the type-1 font
1328renderer to start up, even if the font you asked for is not a type-1
1329font.
a933dad1 1330
9dc15871
EZ
1331One way to avoid this problem is to eliminate the type-1 fonts from
1332your font path, like this:
a933dad1 1333
3256a475 1334 xset -fp /usr/X11R6/lib/X11/fonts/Type1/
a933dad1 1335
9dc15871 1336*** Pull-down menus appear in the wrong place, in the toolkit version of Emacs.
a933dad1 1337
9dc15871 1338An X resource of this form can cause the problem:
a933dad1 1339
9dc15871 1340 Emacs*geometry: 80x55+0+0
a933dad1 1341
9dc15871
EZ
1342This resource is supposed to apply, and does apply, to the menus
1343individually as well as to Emacs frames. If that is not what you
1344want, rewrite the resource.
3156909f 1345
9dc15871
EZ
1346To check thoroughly for such resource specifications, use `xrdb
1347-query' to see what resources the X server records, and also look at
1348the user's ~/.Xdefaults and ~/.Xdefaults-* files.
a933dad1 1349
9dc15871
EZ
1350*** Emacs running under X Windows does not handle mouse clicks.
1351*** `emacs -geometry 80x20' finds a file named `80x20'.
e96c5c69 1352
9dc15871
EZ
1353One cause of such problems is having (setq term-file-prefix nil) in
1354your .emacs file. Another cause is a bad value of EMACSLOADPATH in
1355the environment.
e96c5c69 1356
9dc15871 1357*** X Windows doesn't work if DISPLAY uses a hostname.
a933dad1 1358
9dc15871
EZ
1359People have reported kernel bugs in certain systems that cause Emacs
1360not to work with X Windows if DISPLAY is set using a host name. But
1361the problem does not occur if DISPLAY is set to `unix:0.0'. I think
1362the bug has to do with SIGIO or FIONREAD.
a933dad1 1363
9dc15871
EZ
1364You may be able to compensate for the bug by doing (set-input-mode nil nil).
1365However, that has the disadvantage of turning off interrupts, so that
1366you are unable to quit out of a Lisp program by typing C-g.
a933dad1 1367
3256a475
RC
1368*** Prevent double pastes in X
1369
1370The problem: a region, such as a command, is pasted twice when you copy
1371it with your mouse from GNU Emacs to an xterm or an RXVT shell in X.
1372The solution: try the following in your X configuration file,
1373/etc/X11/xorg.conf This should enable both PS/2 and USB mice for
1374single copies. You do not need any other drivers or options.
1375
1376 Section "InputDevice"
1377 Identifier "Generic Mouse"
1378 Driver "mousedev"
1379 Option "Device" "/dev/input/mice"
1380 EndSection
1381
833e48d3
GM
1382*** Emacs is slow to exit in X
1383
1384After you use e.g. C-x C-c to exit, it takes many seconds before the
1385Emacs window disappears. If Emacs was started from a terminal, you
1386see the message:
1387
1388 Error saving to X clipboard manager.
1389 If the problem persists, set `x-select-enable-clipboard-manager' to nil.
1390
1391As the message suggests, this problem occurs when Emacs thinks you
1392have a clipboard manager program running, but has trouble contacting it.
1393If you don't want to use a clipboard manager, you can set the
1394suggested variable. Or you can make Emacs not wait so long by
1395reducing the value of `x-selection-timeout', either in .emacs or with
1396X resources.
1397
1398Sometimes this problem is due to a bug in your clipboard manager.
1399Updating to the latest version of the manager can help.
1400For example, in the Xfce 4.8 desktop environment, the clipboard
1401manager in versions of xfce4-settings-helper before 4.8.2 is buggy;
1402https://bugzilla.xfce.org/show_bug.cgi?id=7588 .
1403
880ea925 1404* Runtime problems on character terminals
a933dad1 1405
def98666
CY
1406** The meta key does not work on xterm.
1407Typing M-x rings the terminal bell, and inserts a string like ";120~".
1408For recent xterm versions (>= 216), Emacs uses xterm's modifyOtherKeys
1409feature to generate strings for key combinations that are not
1410otherwise usable. One circumstance in which this can cause problems
1411is if you have specified the X resource
1412
1413 xterm*VT100.Translations
1414
1415to contain translations that use the meta key. Then xterm will not
1416use meta in modified function-keys, which confuses Emacs. To fix
1417this, you can remove the X resource or put this in your init file:
1418
1419 (xterm-remove-modify-other-keys)
1420
9dc15871 1421** Emacs spontaneously displays "I-search: " at the bottom of the screen.
a933dad1 1422
9dc15871
EZ
1423This means that Control-S/Control-Q (XON/XOFF) "flow control" is being
1424used. C-s/C-q flow control is bad for Emacs editors because it takes
1425away C-s and C-q as user commands. Since editors do not output long
1426streams of text without user commands, there is no need for a
1427user-issuable "stop output" command in an editor; therefore, a
1428properly designed flow control mechanism would transmit all possible
1429input characters without interference. Designing such a mechanism is
1430easy, for a person with at least half a brain.
a933dad1 1431
9dc15871 1432There are three possible reasons why flow control could be taking place:
a933dad1 1433
9dc15871
EZ
1434 1) Terminal has not been told to disable flow control
1435 2) Insufficient padding for the terminal in use
1436 3) Some sort of terminal concentrator or line switch is responsible
a933dad1 1437
9dc15871
EZ
1438First of all, many terminals have a set-up mode which controls whether
1439they generate XON/XOFF flow control characters. This must be set to
6e270cdb
GM
1440"no XON/XOFF" in order for Emacs to work. (For example, on a VT220
1441you may select "No XOFF" in the setup menu.) Sometimes there is an
9dc15871
EZ
1442escape sequence that the computer can send to turn flow control off
1443and on. If so, perhaps the termcap `ti' string should turn flow
1444control off, and the `te' string should turn it on.
a933dad1 1445
9dc15871
EZ
1446Once the terminal has been told "no flow control", you may find it
1447needs more padding. The amount of padding Emacs sends is controlled
1448by the termcap entry for the terminal in use, and by the output baud
1449rate as known by the kernel. The shell command `stty' will print
1450your output baud rate; `stty' with suitable arguments will set it if
1451it is wrong. Setting to a higher speed causes increased padding. If
1452the results are wrong for the correct speed, there is probably a
1453problem in the termcap entry. You must speak to a local Unix wizard
1454to fix this. Perhaps you are just using the wrong terminal type.
a933dad1 1455
9dc15871
EZ
1456For terminals that lack a "no flow control" mode, sometimes just
1457giving lots of padding will prevent actual generation of flow control
1458codes. You might as well try it.
a933dad1 1459
9dc15871
EZ
1460If you are really unlucky, your terminal is connected to the computer
1461through a concentrator which sends XON/XOFF flow control to the
1462computer, or it insists on sending flow control itself no matter how
1463much padding you give it. Unless you can figure out how to turn flow
1464control off on this concentrator (again, refer to your local wizard),
1465you are screwed! You should have the terminal or concentrator
1466replaced with a properly designed one. In the mean time, some drastic
1467measures can make Emacs semi-work.
4c635a29 1468
9dc15871
EZ
1469You can make Emacs ignore C-s and C-q and let the operating system
1470handle them. To do this on a per-session basis, just type M-x
1471enable-flow-control RET. You will see a message that C-\ and C-^ are
1472now translated to C-s and C-q. (Use the same command M-x
1473enable-flow-control to turn *off* this special mode. It toggles flow
1474control handling.)
a933dad1 1475
9dc15871
EZ
1476If C-\ and C-^ are inconvenient for you (for example, if one of them
1477is the escape character of your terminal concentrator), you can choose
1478other characters by setting the variables flow-control-c-s-replacement
1479and flow-control-c-q-replacement. But choose carefully, since all
1480other control characters are already used by emacs.
a933dad1 1481
9dc15871
EZ
1482IMPORTANT: if you type C-s by accident while flow control is enabled,
1483Emacs output will freeze, and you will have to remember to type C-q in
1484order to continue.
a933dad1 1485
9dc15871
EZ
1486If you work in an environment where a majority of terminals of a
1487certain type are flow control hobbled, you can use the function
1488`enable-flow-control-on' to turn on this flow control avoidance scheme
1489automatically. Here is an example:
a933dad1 1490
9dc15871 1491(enable-flow-control-on "vt200" "vt300" "vt101" "vt131")
a933dad1 1492
9dc15871
EZ
1493If this isn't quite correct (e.g. you have a mixture of flow-control hobbled
1494and good vt200 terminals), you can still run enable-flow-control
1495manually.
a933dad1 1496
9dc15871
EZ
1497I have no intention of ever redesigning the Emacs command set for the
1498assumption that terminals use C-s/C-q flow control. XON/XOFF flow
1499control technique is a bad design, and terminals that need it are bad
1500merchandise and should not be purchased. Now that X is becoming
1501widespread, XON/XOFF seems to be on the way out. If you can get some
1502use out of GNU Emacs on inferior terminals, more power to you, but I
1503will not make Emacs worse for properly designed systems for the sake
1504of inferior systems.
a933dad1 1505
9dc15871 1506** Control-S and Control-Q commands are ignored completely.
a933dad1 1507
9dc15871
EZ
1508For some reason, your system is using brain-damaged C-s/C-q flow
1509control despite Emacs's attempts to turn it off. Perhaps your
1510terminal is connected to the computer through a concentrator
1511that wants to use flow control.
a933dad1 1512
9dc15871
EZ
1513You should first try to tell the concentrator not to use flow control.
1514If you succeed in this, try making the terminal work without
1515flow control, as described in the preceding section.
a933dad1 1516
9dc15871
EZ
1517If that line of approach is not successful, map some other characters
1518into C-s and C-q using keyboard-translate-table. The example above
1519shows how to do this with C-^ and C-\.
a933dad1 1520
9dc15871 1521** Screen is updated wrong, but only on one kind of terminal.
a933dad1 1522
9dc15871
EZ
1523This could mean that the termcap entry you are using for that
1524terminal is wrong, or it could mean that Emacs has a bug handing
1525the combination of features specified for that terminal.
a933dad1 1526
9dc15871
EZ
1527The first step in tracking this down is to record what characters
1528Emacs is sending to the terminal. Execute the Lisp expression
1529(open-termscript "./emacs-script") to make Emacs write all
1530terminal output into the file ~/emacs-script as well; then do
1531what makes the screen update wrong, and look at the file
1532and decode the characters using the manual for the terminal.
1533There are several possibilities:
a933dad1 1534
9dc15871 15351) The characters sent are correct, according to the terminal manual.
a933dad1 1536
9dc15871
EZ
1537In this case, there is no obvious bug in Emacs, and most likely you
1538need more padding, or possibly the terminal manual is wrong.
a933dad1 1539
9dc15871 15402) The characters sent are incorrect, due to an obscure aspect
c64233b2 1541 of the terminal behavior not described in an obvious way by termcap.
a933dad1 1542
9dc15871
EZ
1543This case is hard. It will be necessary to think of a way for
1544Emacs to distinguish between terminals with this kind of behavior
1545and other terminals that behave subtly differently but are
1546classified the same by termcap; or else find an algorithm for
1547Emacs to use that avoids the difference. Such changes must be
1548tested on many kinds of terminals.
a933dad1 1549
9dc15871 15503) The termcap entry is wrong.
a933dad1 1551
9dc15871
EZ
1552See the file etc/TERMS for information on changes
1553that are known to be needed in commonly used termcap entries
1554for certain terminals.
a933dad1 1555
9dc15871
EZ
15564) The characters sent are incorrect, and clearly cannot be
1557 right for any terminal with the termcap entry you were using.
a933dad1 1558
9dc15871
EZ
1559This is unambiguously an Emacs bug, and can probably be fixed
1560in termcap.c, tparam.c, term.c, scroll.c, cm.c or dispnew.c.
a933dad1 1561
9dc15871 1562** Control-S and Control-Q commands are ignored completely on a net connection.
a933dad1 1563
9dc15871
EZ
1564Some versions of rlogin (and possibly telnet) do not pass flow
1565control characters to the remote system to which they connect.
1566On such systems, emacs on the remote system cannot disable flow
c64233b2 1567control on the local system. Sometimes `rlogin -8' will avoid this problem.
a933dad1 1568
9dc15871
EZ
1569One way to cure this is to disable flow control on the local host
1570(the one running rlogin, not the one running rlogind) using the
1571stty command, before starting the rlogin process. On many systems,
6e270cdb 1572"stty start u stop u" will do this. On some systems, use
0a46152e 1573"stty -ixon" instead.
a933dad1 1574
9dc15871
EZ
1575Some versions of tcsh will prevent even this from working. One way
1576around this is to start another shell before starting rlogin, and
1577issue the stty command to disable flow control from that shell.
a933dad1 1578
9dc15871
EZ
1579If none of these methods work, the best solution is to type
1580M-x enable-flow-control at the beginning of your emacs session, or
1581if you expect the problem to continue, add a line such as the
1582following to your .emacs (on the host running rlogind):
a933dad1 1583
9dc15871 1584(enable-flow-control-on "vt200" "vt300" "vt101" "vt131")
a933dad1 1585
c64233b2 1586See the entry about spontaneous display of I-search (above) for more info.
a933dad1 1587
9dc15871 1588** Output from Control-V is slow.
a933dad1 1589
9dc15871
EZ
1590On many bit-map terminals, scrolling operations are fairly slow.
1591Often the termcap entry for the type of terminal in use fails
1592to inform Emacs of this. The two lines at the bottom of the screen
1593before a Control-V command are supposed to appear at the top after
1594the Control-V command. If Emacs thinks scrolling the lines is fast,
1595it will scroll them to the top of the screen.
a933dad1 1596
9dc15871
EZ
1597If scrolling is slow but Emacs thinks it is fast, the usual reason is
1598that the termcap entry for the terminal you are using does not
1599specify any padding time for the `al' and `dl' strings. Emacs
1600concludes that these operations take only as much time as it takes to
1601send the commands at whatever line speed you are using. You must
1602fix the termcap entry to specify, for the `al' and `dl', as much
1603time as the operations really take.
a933dad1 1604
9dc15871
EZ
1605Currently Emacs thinks in terms of serial lines which send characters
1606at a fixed rate, so that any operation which takes time for the
1607terminal to execute must also be padded. With bit-map terminals
1608operated across networks, often the network provides some sort of
1609flow control so that padding is never needed no matter how slow
1610an operation is. You must still specify a padding time if you want
1611Emacs to realize that the operation takes a long time. This will
1612cause padding characters to be sent unnecessarily, but they do
1613not really cost much. They will be transmitted while the scrolling
1614is happening and then discarded quickly by the terminal.
a933dad1 1615
9dc15871
EZ
1616Most bit-map terminals provide commands for inserting or deleting
1617multiple lines at once. Define the `AL' and `DL' strings in the
1618termcap entry to say how to do these things, and you will have
1619fast output without wasted padding characters. These strings should
1620each contain a single %-spec saying how to send the number of lines
1621to be scrolled. These %-specs are like those in the termcap
1622`cm' string.
a933dad1 1623
9dc15871
EZ
1624You should also define the `IC' and `DC' strings if your terminal
1625has a command to insert or delete multiple characters. These
1626take the number of positions to insert or delete as an argument.
a933dad1 1627
9dc15871
EZ
1628A `cs' string to set the scrolling region will reduce the amount
1629of motion you see on the screen when part of the screen is scrolled.
a933dad1 1630
9dc15871 1631** You type Control-H (Backspace) expecting to delete characters.
a933dad1 1632
9dc15871
EZ
1633Put `stty dec' in your .login file and your problems will disappear
1634after a day or two.
a933dad1 1635
9dc15871
EZ
1636The choice of Backspace for erasure was based on confusion, caused by
1637the fact that backspacing causes erasure (later, when you type another
1638character) on most display terminals. But it is a mistake. Deletion
1639of text is not the same thing as backspacing followed by failure to
1640overprint. I do not wish to propagate this confusion by conforming
1641to it.
a933dad1 1642
9dc15871
EZ
1643For this reason, I believe `stty dec' is the right mode to use,
1644and I have designed Emacs to go with that. If there were a thousand
1645other control characters, I would define Control-h to delete as well;
1646but there are not very many other control characters, and I think
1647that providing the most mnemonic possible Help character is more
1648important than adapting to people who don't use `stty dec'.
a933dad1 1649
9dc15871
EZ
1650If you are obstinate about confusing buggy overprinting with deletion,
1651you can redefine Backspace in your .emacs file:
1652 (global-set-key "\b" 'delete-backward-char)
1653You can probably access help-command via f1.
a933dad1 1654
9dc15871 1655** Colors are not available on a tty or in xterm.
a933dad1 1656
9dc15871
EZ
1657Emacs 21 supports colors on character terminals and terminal
1658emulators, but this support relies on the terminfo or termcap database
1659entry to specify that the display supports color. Emacs looks at the
1660"Co" capability for the terminal to find out how many colors are
1661supported; it should be non-zero to activate the color support within
1662Emacs. (Most color terminals support 8 or 16 colors.) If your system
1663uses terminfo, the name of the capability equivalent to "Co" is
1664"colors".
a933dad1 1665
9dc15871
EZ
1666In addition to the "Co" capability, Emacs needs the "op" (for
1667``original pair'') capability, which tells how to switch the terminal
1668back to the default foreground and background colors. Emacs will not
1669use colors if this capability is not defined. If your terminal entry
1670doesn't provide such a capability, try using the ANSI standard escape
1671sequence \E[00m (that is, define a new termcap/terminfo entry and make
1672it use your current terminal's entry plus \E[00m for the "op"
1673capability).
a933dad1 1674
9dc15871
EZ
1675Finally, the "NC" capability (terminfo name: "ncv") tells Emacs which
1676attributes cannot be used with colors. Setting this capability
1677incorrectly might have the effect of disabling colors; try setting
1678this capability to `0' (zero) and see if that helps.
a933dad1 1679
9dc15871
EZ
1680Emacs uses the database entry for the terminal whose name is the value
1681of the environment variable TERM. With `xterm', a common terminal
1682entry that supports color is `xterm-color', so setting TERM's value to
1683`xterm-color' might activate the color support on an xterm-compatible
1684emulator.
a933dad1 1685
bf247b6e 1686Beginning with version 22.1, Emacs supports the --color command-line
9dc15871
EZ
1687option which may be used to force Emacs to use one of a few popular
1688modes for getting colors on a tty. For example, --color=ansi8 sets up
1689for using the ANSI-standard escape sequences that support 8 colors.
a933dad1 1690
9dc15871
EZ
1691Some modes do not use colors unless you turn on the Font-lock mode.
1692Some people have long ago set their `~/.emacs' files to turn on
1693Font-lock on X only, so they won't see colors on a tty. The
1694recommended way of turning on Font-lock is by typing "M-x
1695global-font-lock-mode RET" or by customizing the variable
1696`global-font-lock-mode'.
a933dad1 1697
40f86458
GM
1698** Unexpected characters inserted into the buffer when you start Emacs.
1699See eg http://debbugs.gnu.org/11129
1700
1701This can happen when you start Emacs in -nw mode in an Xterm.
1702For example, in the *scratch* buffer, you might see something like:
1703
1704 0;276;0c
1705
1706This is more likely to happen if you are using Emacs over a slow
1707connection, and begin typing before Emacs is ready to respond.
1708
1709This occurs when Emacs tries to query the terminal to see what
1710capabilities it supports, and gets confused by the answer.
1711To avoid it, set xterm-extra-capabilities to a value other than
1712`check' (the default). See that variable's documentation (in
1713term/xterm.el) for more details.
1714
9dc15871 1715* Runtime problems specific to individual Unix variants
f1e54ce1 1716
9dc15871 1717** GNU/Linux
f1e54ce1 1718
f77e4514
KS
1719*** GNU/Linux: Process output is corrupted.
1720
1721There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to
1722read corrupted process output.
1723
1724*** GNU/Linux: Remote access to CVS with SSH causes file corruption.
1725
1726If you access a remote CVS repository via SSH, files may be corrupted
1727due to bad interaction between CVS, SSH, and libc.
1728
1729To fix the problem, save the following script into a file, make it
1730executable, and set CVS_RSH environment variable to the file name of
1731the script:
1732
1733#!/bin/bash
1734exec 2> >(exec cat >&2 2>/dev/null)
1735exec ssh "$@"
1736
9d760d75
GM
1737*** GNU/Linux: Truncated svn annotate output with SSH.
1738http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791
1739
1740The symptoms are: you are accessing a svn repository over SSH.
1741You use vc-annotate on a large (several thousand line) file, and the
1742result is truncated around the 1000 line mark. It works fine with
1743other access methods (eg http), or from outside Emacs.
1744
1745This may be a similar libc/SSH issue to the one mentioned above for CVS.
1746A similar workaround seems to be effective: create a script with the
1747same contents as the one used above for CVS_RSH, and set the SVN_SSH
1748environment variable to point to it.
1749
9dc15871
EZ
1750*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
17515.4.22, Emacs crashes at startup with a segmentation fault.
a933dad1 1752
9dc15871
EZ
1753This problem happens if libc defines the symbol __malloc_initialized.
1754One known solution is to upgrade to a newer libc version. 5.4.33 is
1755known to work.
a933dad1 1756
9dc15871
EZ
1757*** GNU/Linux: After upgrading to a newer version of Emacs,
1758the Meta key stops working.
a01325b8 1759
9dc15871
EZ
1760This was reported to happen on a GNU/Linux system distributed by
1761Mandrake. The reason is that the previous version of Emacs was
1762modified by Mandrake to make the Alt key act as the Meta key, on a
1763keyboard where the Windows key is the one which produces the Meta
1764modifier. A user who started using a newer version of Emacs, which
1765was not hacked by Mandrake, expected the Alt key to continue to act as
1766Meta, and was astonished when that didn't happen.
a01325b8 1767
9dc15871
EZ
1768The solution is to find out what key on your keyboard produces the Meta
1769modifier, and use that key instead. Try all of the keys to the left
1770and to the right of the space bar, together with the `x' key, and see
1771which combination produces "M-x" in the echo area. You can also use
1772the `xmodmap' utility to show all the keys which produce a Meta
1773modifier:
a933dad1 1774
9dc15871 1775 xmodmap -pk | egrep -i "meta|alt"
a933dad1 1776
9dc15871
EZ
1777A more convenient way of finding out which keys produce a Meta modifier
1778is to use the `xkbprint' utility, if it's available on your system:
a01325b8 1779
9dc15871 1780 xkbprint 0:0 /tmp/k.ps
a933dad1 1781
9dc15871
EZ
1782This produces a PostScript file `/tmp/k.ps' with a picture of your
1783keyboard; printing that file on a PostScript printer will show what
1784keys can serve as Meta.
a933dad1 1785
9dc15871
EZ
1786The `xkeycaps' also shows a visual representation of the current
1787keyboard settings. It also allows to modify them.
a933dad1 1788
ff3e9dbc 1789*** GNU/Linux: slow startup on Linux-based GNU systems.
a933dad1 1790
9dc15871
EZ
1791People using systems based on the Linux kernel sometimes report that
1792startup takes 10 to 15 seconds longer than `usual'.
a933dad1 1793
9dc15871
EZ
1794This is because Emacs looks up the host name when it starts.
1795Normally, this takes negligible time; the extra delay is due to
1796improper system configuration. This problem can occur for both
1797networked and non-networked machines.
a933dad1 1798
9dc15871 1799Here is how to fix the configuration. It requires being root.
a933dad1 1800
9dc15871 1801**** Networked Case.
a933dad1 1802
9dc15871
EZ
1803First, make sure the files `/etc/hosts' and `/etc/host.conf' both
1804exist. The first line in the `/etc/hosts' file should look like this
1805(replace HOSTNAME with your host name):
a933dad1 1806
9dc15871 1807 127.0.0.1 HOSTNAME
a933dad1 1808
9dc15871
EZ
1809Also make sure that the `/etc/host.conf' files contains the following
1810lines:
1dd8b979 1811
9dc15871
EZ
1812 order hosts, bind
1813 multi on
10a763e5 1814
9dc15871
EZ
1815Any changes, permanent and temporary, to the host name should be
1816indicated in the `/etc/hosts' file, since it acts a limited local
1817database of addresses and names (e.g., some SLIP connections
1818dynamically allocate ip addresses).
1dd8b979 1819
9dc15871 1820**** Non-Networked Case.
a933dad1 1821
9dc15871
EZ
1822The solution described in the networked case applies here as well.
1823However, if you never intend to network your machine, you can use a
1824simpler solution: create an empty `/etc/host.conf' file. The command
1825`touch /etc/host.conf' suffices to create the file. The `/etc/hosts'
1826file is not necessary with this approach.
a933dad1 1827
9dc15871 1828*** GNU/Linux: Emacs on a tty switches the cursor to large blinking block.
a933dad1 1829
9dc15871
EZ
1830This was reported to happen on some GNU/Linux systems which use
1831ncurses version 5.0, but could be relevant for other versions as well.
1832These versions of ncurses come with a `linux' terminfo entry, where
1833the "cvvis" capability (termcap "vs") is defined as "\E[?25h\E[?8c"
1834(show cursor, change size). This escape sequence switches on a
1835blinking hardware text-mode cursor whose size is a full character
1836cell. This blinking cannot be stopped, since a hardware cursor
1837always blinks.
3d00585e 1838
9dc15871
EZ
1839A work-around is to redefine the "cvvis" capability so that it
1840enables a *software* cursor. The software cursor works by inverting
1841the colors of the character at point, so what you see is a block
1842cursor that doesn't blink. For this to work, you need to redefine
1843the "cnorm" capability as well, so that it operates on the software
1844cursor instead of the hardware cursor.
3d00585e 1845
9dc15871
EZ
1846To this end, run "infocmp linux > linux-term", edit the file
1847`linux-term' to make both the "cnorm" and "cvvis" capabilities send
1848the sequence "\E[?25h\E[?17;0;64c", and then run "tic linux-term" to
1849produce a modified terminfo entry.
3d00585e 1850
9dc15871
EZ
1851Alternatively, if you want a blinking underscore as your Emacs cursor,
1852change the "cvvis" capability to send the "\E[?25h\E[?0c" command.
a933dad1 1853
9dc15871 1854*** GNU/Linux: Error messages `internal facep []' happen on GNU/Linux systems.
a933dad1
DL
1855
1856There is a report that replacing libc.so.5.0.9 with libc.so.5.2.16
1857caused this to start happening. People are not sure why, but the
1858problem seems unlikely to be in Emacs itself. Some suspect that it
1859is actually Xlib which won't work with libc.so.5.2.16.
1860
1861Using the old library version is a workaround.
1862
9dc15871 1863** FreeBSD
a933dad1 1864
9dc15871
EZ
1865*** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other
1866directories that have the +t bit.
a933dad1 1867
9dc15871
EZ
1868This is because of a kernel bug in FreeBSD 2.1.5 (fixed in 2.2).
1869Emacs uses symbolic links to implement file locks. In a directory
1870with +t bit, the directory owner becomes the owner of the symbolic
1871link, so that it cannot be removed by anyone else.
a933dad1 1872
172bedef
GM
1873If you don't like those useless links, you can customize
1874the option `create-lockfiles'.
a933dad1 1875
9dc15871 1876*** FreeBSD: Getting a Meta key on the console.
a933dad1 1877
9dc15871
EZ
1878By default, neither Alt nor any other key acts as a Meta key on
1879FreeBSD, but this can be changed using kbdcontrol(1). Dump the
1880current keymap to a file with the command
a933dad1 1881
9dc15871 1882 $ kbdcontrol -d >emacs.kbd
a933dad1 1883
9dc15871
EZ
1884Edit emacs.kbd, and give the key you want to be the Meta key the
1885definition `meta'. For instance, if your keyboard has a ``Windows''
1886key with scan code 105, change the line for scan code 105 in emacs.kbd
1887to look like this
a933dad1 1888
9dc15871 1889 105 meta meta meta meta meta meta meta meta O
a933dad1 1890
9dc15871 1891to make the Windows key the Meta key. Load the new keymap with
a933dad1 1892
9dc15871 1893 $ kbdcontrol -l emacs.kbd
a933dad1 1894
9dc15871 1895** HP-UX
a933dad1 1896
9dc15871 1897*** HP/UX : Shell mode gives the message, "`tty`: Ambiguous".
a933dad1 1898
9dc15871 1899christos@theory.tn.cornell.edu says:
a933dad1 1900
9dc15871
EZ
1901The problem is that in your .cshrc you have something that tries to
1902execute `tty`. If you are not running the shell on a real tty then
1903tty will print "not a tty". Csh expects one word in some places,
1904but tty is giving it back 3.
a933dad1 1905
9dc15871
EZ
1906The solution is to add a pair of quotes around `tty` to make it a single
1907word:
a933dad1 1908
9dc15871 1909if (`tty` == "/dev/console")
a933dad1 1910
9dc15871 1911should be changed to:
a933dad1 1912
9dc15871 1913if ("`tty`" == "/dev/console")
a933dad1 1914
9dc15871
EZ
1915Even better, move things that set up terminal sections out of .cshrc
1916and into .login.
a933dad1 1917
9dc15871 1918*** HP/UX: `Pid xxx killed due to text modification or page I/O error'.
a933dad1 1919
9dc15871
EZ
1920On HP/UX, you can get that error when the Emacs executable is on an NFS
1921file system. HP/UX responds this way if it tries to swap in a page and
1922does not get a response from the server within a timeout whose default
1923value is just ten seconds.
a933dad1 1924
9dc15871 1925If this happens to you, extend the timeout period.
a933dad1 1926
9dc15871
EZ
1927*** HP/UX: The right Alt key works wrong on German HP keyboards (and perhaps
1928other non-English HP keyboards too).
a933dad1 1929
9dc15871
EZ
1930This is because HP-UX defines the modifiers wrong in X. Here is a
1931shell script to fix the problem; be sure that it is run after VUE
1932configures the X server.
a933dad1 1933
9dc15871
EZ
1934 xmodmap 2> /dev/null - << EOF
1935 keysym Alt_L = Meta_L
1936 keysym Alt_R = Meta_R
1937 EOF
a933dad1 1938
9dc15871
EZ
1939 xmodmap - << EOF
1940 clear mod1
1941 keysym Mode_switch = NoSymbol
1942 add mod1 = Meta_L
1943 keysym Meta_R = Mode_switch
1944 add mod2 = Mode_switch
1945 EOF
a933dad1 1946
9dc15871
EZ
1947*** HP/UX: "Cannot find callback list" messages from dialog boxes in
1948Emacs built with Motif.
a933dad1 1949
9dc15871
EZ
1950This problem resulted from a bug in GCC 2.4.5. Newer GCC versions
1951such as 2.7.0 fix the problem.
a933dad1 1952
9dc15871 1953*** HP/UX: Emacs does not recognize the AltGr key.
a933dad1 1954
9dc15871
EZ
1955To fix this, set up a file ~/.dt/sessions/sessionetc with executable
1956rights, containing this text:
a933dad1 1957
9dc15871
EZ
1958--------------------------------
1959xmodmap 2> /dev/null - << EOF
1960keysym Alt_L = Meta_L
1961keysym Alt_R = Meta_R
1962EOF
a933dad1 1963
9dc15871
EZ
1964xmodmap - << EOF
1965clear mod1
1966keysym Mode_switch = NoSymbol
1967add mod1 = Meta_L
1968keysym Meta_R = Mode_switch
1969add mod2 = Mode_switch
1970EOF
1971--------------------------------
a933dad1 1972
9dc15871 1973*** HP/UX 11.0: Emacs makes HP/UX 11.0 crash.
a933dad1 1974
9dc15871 1975This is a bug in HPUX; HPUX patch PHKL_16260 is said to fix it.
a933dad1 1976
9dc15871 1977** AIX
a933dad1 1978
9dc15871 1979*** AIX: Trouble using ptys.
a933dad1 1980
9dc15871
EZ
1981People often install the pty devices on AIX incorrectly.
1982Use `smit pty' to reinstall them properly.
a933dad1 1983
9dc15871 1984*** AIXterm: Your Delete key sends a Backspace to the terminal.
a933dad1 1985
9dc15871 1986The solution is to include in your .Xdefaults the lines:
a933dad1 1987
9dc15871
EZ
1988 *aixterm.Translations: #override <Key>BackSpace: string(0x7f)
1989 aixterm*ttyModes: erase ^?
a933dad1 1990
9dc15871 1991This makes your Backspace key send DEL (ASCII 127).
a933dad1 1992
9dc15871
EZ
1993*** AIX: If linking fails because libXbsd isn't found, check if you
1994are compiling with the system's `cc' and CFLAGS containing `-O5'. If
1995so, you have hit a compiler bug. Please make sure to re-configure
1996Emacs so that it isn't compiled with `-O5'.
a933dad1 1997
9dc15871 1998*** AIX 4.3.x or 4.4: Compiling fails.
a933dad1 1999
9dc15871
EZ
2000This could happen if you use /bin/c89 as your compiler, instead of
2001the default `cc'. /bin/c89 treats certain warnings, such as benign
2002redefinitions of macros, as errors, and fails the build. A solution
2003is to use the default compiler `cc'.
a933dad1 2004
9dc15871
EZ
2005*** AIX 4: Some programs fail when run in a Shell buffer
2006with an error message like No terminfo entry for "unknown".
a933dad1 2007
9dc15871
EZ
2008On AIX, many terminal type definitions are not installed by default.
2009`unknown' is one of them. Install the "Special Generic Terminal
2010Definitions" to make them defined.
a933dad1 2011
9dc15871 2012** Solaris
a933dad1 2013
c64233b2
GM
2014We list bugs in current versions here. See also the section on legacy
2015systems.
a933dad1 2016
9dc15871 2017*** On Solaris, C-x doesn't get through to Emacs when you use the console.
a933dad1 2018
9dc15871
EZ
2019This is a Solaris feature (at least on Intel x86 cpus). Type C-r
2020C-r C-t, to toggle whether C-x gets through to Emacs.
a933dad1 2021
9dc15871 2022*** Problem with remote X server on Suns.
a933dad1 2023
9dc15871
EZ
2024On a Sun, running Emacs on one machine with the X server on another
2025may not work if you have used the unshared system libraries. This
2026is because the unshared libraries fail to use YP for host name lookup.
2027As a result, the host name you specify may not be recognized.
a933dad1 2028
c64233b2 2029*** Solaris 2.6: Emacs crashes with SIGBUS or SIGSEGV on Solaris after you delete a frame.
a933dad1 2030
0a4dd4e4
EZ
2031We suspect that this is a bug in the X libraries provided by
2032Sun. There is a report that one of these patches fixes the bug and
2033makes the problem stop:
a933dad1 2034
0a4dd4e4
EZ
2035105216-01 105393-01 105518-01 105621-01 105665-01 105615-02 105216-02
2036105667-01 105401-08 105615-03 105621-02 105686-02 105736-01 105755-03
2037106033-01 105379-01 105786-01 105181-04 105379-03 105786-04 105845-01
2038105284-05 105669-02 105837-01 105837-02 105558-01 106125-02 105407-01
a933dad1 2039
0a4dd4e4
EZ
2040Another person using a newer system (kernel patch level Generic_105181-06)
2041suspects that the bug was fixed by one of these more recent patches:
a933dad1 2042
0a4dd4e4
EZ
2043106040-07 SunOS 5.6: X Input & Output Method patch
2044106222-01 OpenWindows 3.6: filemgr (ff.core) fixes
2045105284-12 Motif 1.2.7: sparc Runtime library patch
a933dad1 2046
0a4dd4e4 2047*** Solaris 7 or 8: Emacs reports a BadAtom error (from X)
a933dad1 2048
0a4dd4e4
EZ
2049This happens when Emacs was built on some other version of Solaris.
2050Rebuild it on Solaris 8.
a933dad1 2051
9dc15871
EZ
2052*** When using M-x dbx with the SparcWorks debugger, the `up' and `down'
2053commands do not move the arrow in Emacs.
a933dad1 2054
9dc15871 2055You can fix this by adding the following line to `~/.dbxinit':
a933dad1 2056
9dc15871 2057 dbxenv output_short_file_name off
a933dad1 2058
0a4dd4e4
EZ
2059*** On Solaris, CTRL-t is ignored by Emacs when you use
2060the fr.ISO-8859-15 locale (and maybe other related locales).
a933dad1 2061
0a4dd4e4 2062You can fix this by editing the file:
a933dad1 2063
3256a475 2064 /usr/openwin/lib/locale/iso8859-15/Compose
a933dad1 2065
0a4dd4e4 2066Near the bottom there is a line that reads:
a933dad1 2067
3256a475 2068 Ctrl<t> <quotedbl> <Y> : "\276" threequarters
a933dad1 2069
0a4dd4e4 2070that should read:
a933dad1 2071
3256a475 2072 Ctrl<T> <quotedbl> <Y> : "\276" threequarters
a933dad1 2073
0a4dd4e4 2074Note the lower case <t>. Changing this line should make C-t work.
a933dad1 2075
1b6406b3
CY
2076*** On Solaris, Emacs fails to set menu-bar-update-hook on startup, with error
2077"Error in menu-bar-update-hook: (error Point before start of properties)".
2078This seems to be a GCC optimization bug that occurs for GCC 4.1.2 (-g
2079and -g -O2) and GCC 4.2.3 (-g -O and -g -O2). You can fix this by
2080compiling with GCC 4.2.3 or CC 5.7, with no optimizations.
2081
0a4dd4e4 2082** Irix
a933dad1 2083
9dc15871 2084*** Irix 6.5: Emacs crashes on the SGI R10K, when compiled with GCC.
a933dad1 2085
9dc15871 2086This seems to be fixed in GCC 2.95.
a933dad1 2087
0a4dd4e4 2088*** Irix: Trouble using ptys, or running out of ptys.
a933dad1 2089
9dc15871
EZ
2090The program mkpts (which may be in `/usr/adm' or `/usr/sbin') needs to
2091be set-UID to root, or non-root programs like Emacs will not be able
2092to allocate ptys reliably.
a933dad1 2093
9dc15871 2094* Runtime problems specific to MS-Windows
a933dad1 2095
62e466d0
JB
2096** PATH can contain unexpanded environment variables
2097
2098Old releases of TCC (version 9) and 4NT (up to version 8) do not correctly
2099expand App Paths entries of type REG_EXPAND_SZ. When Emacs is run from TCC
2100and such an entry exists for emacs.exe, exec-path will contain the
2101unexpanded entry. This has been fixed in TCC 10. For more information,
2102see bug#2062.
2103
d9b0e161
EZ
2104** Setting w32-pass-rwindow-to-system and w32-pass-lwindow-to-system to nil
2105does not prevent the Start menu from popping up when the left or right
2106``Windows'' key is pressed.
2107
2108This was reported to happen when XKeymacs is installed. At least with
2109XKeymacs Version 3.47, deactivating XKeymacs when Emacs is active is
2110not enough to avoid its messing with the keyboard input. Exiting
2111XKeymacs completely is reported to solve the problem.
2112
ade79051
KS
2113** Windows 95 and networking.
2114
2115To support server sockets, Emacs 22.1 loads ws2_32.dll. If this file
2116is missing, all Emacs networking features are disabled.
2117
2118Old versions of Windows 95 may not have the required DLL. To use
2119Emacs' networking features on Windows 95, you must install the
2120"Windows Socket 2" update available from MicroSoft's support Web.
2121
9dc15871 2122** Emacs exits with "X protocol error" when run with an X server for MS-Windows.
a933dad1 2123
9dc15871
EZ
2124A certain X server for Windows had a bug which caused this.
2125Supposedly the newer 32-bit version of this server doesn't have the
2126problem.
177c0ea7 2127
b6ec0fa0
JR
2128** Emacs crashes when opening a file with a UNC path and rails-mode is loaded.
2129
2130Loading rails-mode seems to interfere with UNC path handling. This has been
2131reported as a bug against both Emacs and rails-mode, so look for an updated
2132rails-mode that avoids this crash, or avoid using UNC paths if using
2133rails-mode.
2134
2135** Known problems with the MS-Windows port of Emacs 22.3
de66e883 2136
117402b8
JR
2137M-x term does not work on MS-Windows. TTY emulation on Windows is
2138undocumented, and programs such as stty which are used on posix platforms
2139to control tty emulation do not exist for native windows terminals.
2140
de66e883
JR
2141Using create-fontset-from-ascii-font or the --font startup parameter
2142with a Chinese, Japanese or Korean font leads to display problems.
2143Use a Latin-only font as your default font. If you want control over
2144which font is used to display Chinese, Japanese or Korean character,
2145use create-fontset-from-fontset-spec to define a fontset.
a933dad1 2146
9dc15871
EZ
2147Frames are not refreshed while the File or Font dialog or a pop-up menu
2148is displayed. This also means help text for pop-up menus is not
2149displayed at all. This is because message handling under Windows is
2150synchronous, so we cannot handle repaint (or any other) messages while
2151waiting for a system function to return the result of the dialog or
2152pop-up menu interaction.
a933dad1 2153
9dc15871
EZ
2154Windows 95 and Windows NT up to version 4.0 do not support help text
2155for menus. Help text is only available in later versions of Windows.
a933dad1 2156
af71f3ce
EZ
2157When "ClearType" method is selected as the "method to smooth edges of
2158screen fonts" (in Display Properties, Appearance tab, under
2159"Effects"), there are various problems related to display of
f396bf16
JR
2160characters: Bold fonts can be hard to read, small portions of some
2161characters could appear chopped, etc. This happens because, under
2162ClearType, characters are drawn outside their advertised bounding box.
2163Emacs 21 disabled the use of ClearType, whereas Emacs 22 allows it and
2164has some code to enlarge the width of the bounding box. Apparently,
2165this display feature needs more changes to get it 100% right. A
2166workaround is to disable ClearType.
af71f3ce 2167
9dc15871
EZ
2168There are problems with display if mouse-tracking is enabled and the
2169mouse is moved off a frame, over another frame then back over the first
2170frame. A workaround is to click the left mouse button inside the frame
2171after moving back into it.
a933dad1 2172
9dc15871
EZ
2173Some minor flickering still persists during mouse-tracking, although
2174not as severely as in 21.1.
a933dad1 2175
9dc15871
EZ
2176An inactive cursor remains in an active window after the Windows
2177Manager driven switch of the focus, until a key is pressed.
a933dad1 2178
4ed1bce5 2179Windows input methods are not recognized by Emacs. However, some
9dc15871
EZ
2180of these input methods cause the keyboard to send characters encoded
2181in the appropriate coding system (e.g., ISO 8859-1 for Latin-1
4ed1bce5
EZ
2182characters, ISO 8859-8 for Hebrew characters, etc.). To make these
2183input methods work with Emacs, set the keyboard coding system to the
2184appropriate value after you activate the Windows input method. For
2185example, if you activate the Hebrew input method, type this:
2186
2187 C-x RET k hebrew-iso-8bit RET
2188
2189(Emacs ought to recognize the Windows language-change event and set up
2190the appropriate keyboard encoding automatically, but it doesn't do
2191that yet.) In addition, to use these Windows input methods, you
2192should set your "Language for non-Unicode programs" (on Windows XP,
2193this is on the Advanced tab of Regional Settings) to the language of
2194the input method.
a933dad1 2195
868c31fe
EZ
2196To bind keys that produce non-ASCII characters with modifiers, you
2197must specify raw byte codes. For instance, if you want to bind
2198META-a-grave to a command, you need to specify this in your `~/.emacs':
2199
2200 (global-set-key [?\M-\340] ...)
2201
2202The above example is for the Latin-1 environment where the byte code
2203of the encoded a-grave is 340 octal. For other environments, use the
2204encoding appropriate to that environment.
a933dad1 2205
9dc15871
EZ
2206The %b specifier for format-time-string does not produce abbreviated
2207month names with consistent widths for some locales on some versions
2208of Windows. This is caused by a deficiency in the underlying system
2209library function.
a933dad1 2210
cdc9f5c2
JR
2211The function set-time-zone-rule gives incorrect results for many
2212non-US timezones. This is due to over-simplistic handling of
2213daylight savings switchovers by the Windows libraries.
9f1bc31f 2214
365b9257
EZ
2215Files larger than 4GB cause overflow in the size (represented as a
221632-bit integer) reported by `file-attributes'. This affects Dired as
2217well, since the Windows port uses a Lisp emulation of `ls' that relies
2218on `file-attributes'.
2219
56dc0646
EZ
2220Sound playing is not supported with the `:data DATA' key-value pair.
2221You _must_ use the `:file FILE' method.
2222
0a4dd4e4 2223** Typing Alt-Shift has strange effects on MS-Windows.
a933dad1 2224
0a4dd4e4
EZ
2225This combination of keys is a command to change keyboard layout. If
2226you proceed to type another non-modifier key before you let go of Alt
2227and Shift, the Alt and Shift act as modifiers in the usual way. A
2228more permanent work around is to change it to another key combination,
d169ccbd
EZ
2229or disable it in the "Regional and Language Options" applet of the
2230Control Panel. (The exact sequence of mouse clicks in the "Regional
2231and Language Options" applet needed to find the key combination that
2232changes the keyboard layout depends on your Windows version; for XP,
2233in the Languages tab, click "Details" and then "Key Settings".)
a933dad1 2234
0a4dd4e4 2235** Interrupting Cygwin port of Bash from Emacs doesn't work.
a933dad1 2236
0a4dd4e4
EZ
2237Cygwin 1.x builds of the ported Bash cannot be interrupted from the
2238MS-Windows version of Emacs. This is due to some change in the Bash
2239port or in the Cygwin library which apparently make Bash ignore the
2240keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports
2241of Bash, up to b20.1, did receive SIGINT from Emacs.)
a933dad1 2242
0a4dd4e4 2243** Accessing remote files with ange-ftp hangs the MS-Windows version of Emacs.
a933dad1 2244
0a4dd4e4
EZ
2245If the FTP client is the Cygwin port of GNU `ftp', this appears to be
2246due to some bug in the Cygwin DLL or some incompatibility between it
2247and the implementation of asynchronous subprocesses in the Windows
2248port of Emacs. Specifically, some parts of the FTP server responses
2249are not flushed out, apparently due to buffering issues, which
2250confuses ange-ftp.
a933dad1 2251
0a4dd4e4
EZ
2252The solution is to downgrade to an older version of the Cygwin DLL
2253(version 1.3.2 was reported to solve the problem), or use the stock
2254Windows FTP client, usually found in the `C:\WINDOWS' or 'C:\WINNT'
2255directory. To force ange-ftp use the stock Windows client, set the
2256variable `ange-ftp-ftp-program-name' to the absolute file name of the
2257client's executable. For example:
a933dad1 2258
9dc15871 2259 (setq ange-ftp-ftp-program-name "c:/windows/ftp.exe")
a933dad1 2260
9dc15871
EZ
2261If you want to stick with the Cygwin FTP client, you can work around
2262this problem by putting this in your `.emacs' file:
a933dad1 2263
9dc15871 2264 (setq ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v" "--prompt" "")
a933dad1 2265
9dc15871 2266** lpr commands don't work on MS-Windows with some cheap printers.
a933dad1 2267
9dc15871
EZ
2268This problem may also strike other platforms, but the solution is
2269likely to be a global one, and not Emacs specific.
a933dad1 2270
9dc15871
EZ
2271Many cheap inkjet, and even some cheap laser printers, do not
2272print plain text anymore, they will only print through graphical
2273printer drivers. A workaround on MS-Windows is to use Windows' basic
2274built in editor to print (this is possibly the only useful purpose it
2275has):
a933dad1 2276
251c2719
GM
2277(setq printer-name "") ; notepad takes the default
2278(setq lpr-command "notepad") ; notepad
2279(setq lpr-switches nil) ; not needed
2280(setq lpr-printer-switch "/P") ; run notepad as batch printer
a933dad1 2281
9dc15871 2282** Antivirus software interacts badly with the MS-Windows version of Emacs.
a933dad1 2283
9dc15871
EZ
2284The usual manifestation of these problems is that subprocesses don't
2285work or even wedge the entire system. In particular, "M-x shell RET"
2286was reported to fail to work. But other commands also sometimes don't
2287work when an antivirus package is installed.
a933dad1 2288
9dc15871
EZ
2289The solution is to switch the antivirus software to a less aggressive
2290mode (e.g., disable the ``auto-protect'' feature), or even uninstall
2291or disable it entirely.
a933dad1 2292
9dc15871 2293** Pressing the mouse button on MS-Windows does not give a mouse-2 event.
a933dad1 2294
9dc15871
EZ
2295This is usually a problem with the mouse driver. Because most Windows
2296programs do not do anything useful with the middle mouse button, many
2297mouse drivers allow you to define the wheel press to do something
2298different. Some drivers do not even have the option to generate a
2299middle button press. In such cases, setting the wheel press to
2300"scroll" sometimes works if you press the button twice. Trying a
2301generic mouse driver might help.
a933dad1 2302
9dc15871 2303** Scrolling the mouse wheel on MS-Windows always scrolls the top window.
a933dad1 2304
9dc15871
EZ
2305This is another common problem with mouse drivers. Instead of
2306generating scroll events, some mouse drivers try to fake scroll bar
2307movement. But they are not intelligent enough to handle multiple
2308scroll bars within a frame. Trying a generic mouse driver might help.
a933dad1 2309
9dc15871
EZ
2310** Mail sent through Microsoft Exchange in some encodings appears to be
2311mangled and is not seen correctly in Rmail or Gnus. We don't know
2312exactly what happens, but it isn't an Emacs problem in cases we've
2313seen.
a933dad1 2314
9dc15871
EZ
2315** On MS-Windows, you cannot use the right-hand ALT key and the left-hand
2316CTRL key together to type a Control-Meta character.
a933dad1 2317
9dc15871 2318This is a consequence of a misfeature beyond Emacs's control.
a933dad1 2319
9dc15871
EZ
2320Under Windows, the AltGr key on international keyboards generates key
2321events with the modifiers Right-Alt and Left-Ctrl. Since Emacs cannot
2322distinguish AltGr from an explicit Right-Alt and Left-Ctrl
2323combination, whenever it sees Right-Alt and Left-Ctrl it assumes that
2324AltGr has been pressed. The variable `w32-recognize-altgr' can be set
2325to nil to tell Emacs that AltGr is really Ctrl and Alt.
a933dad1 2326
9dc15871 2327** Under some X-servers running on MS-Windows, Emacs' display is incorrect.
a933dad1 2328
9dc15871
EZ
2329The symptoms are that Emacs does not completely erase blank areas of the
2330screen during scrolling or some other screen operations (e.g., selective
2331display or when killing a region). M-x recenter will cause the screen
2332to be completely redisplayed and the "extra" characters will disappear.
a933dad1 2333
9dc15871
EZ
2334This is known to occur under Exceed 6, and possibly earlier versions
2335as well; it is reportedly solved in version 6.2.0.16 and later. The
2336problem lies in the X-server settings.
a933dad1 2337
9dc15871
EZ
2338There are reports that you can solve the problem with Exceed by
2339running `Xconfig' from within NT, choosing "X selection", then
2340un-checking the boxes "auto-copy X selection" and "auto-paste to X
2341selection".
a933dad1 2342
9dc15871
EZ
2343Of this does not work, please inform bug-gnu-emacs@gnu.org. Then
2344please call support for your X-server and see if you can get a fix.
c64233b2 2345If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here.
a933dad1 2346
9dc15871 2347* Build-time problems
a933dad1 2348
9dc15871 2349** Configuration
a933dad1 2350
9dc15871 2351*** The `configure' script doesn't find the jpeg library.
a933dad1 2352
9dc15871
EZ
2353There are reports that this happens on some systems because the linker
2354by default only looks for shared libraries, but jpeg distribution by
2355default only installs a nonshared version of the library, `libjpeg.a'.
a933dad1 2356
9dc15871
EZ
2357If this is the problem, you can configure the jpeg library with the
2358`--enable-shared' option and then rebuild libjpeg. This produces a
2359shared version of libjpeg, which you need to install. Finally, rerun
2360the Emacs configure script, which should now find the jpeg library.
2361Alternatively, modify the generated src/Makefile to link the .a file
2362explicitly, and edit src/config.h to define HAVE_JPEG.
a933dad1 2363
f4b84ef4
GM
2364*** `configure' warns ``accepted by the compiler, rejected by the preprocessor''.
2365
2366This indicates a mismatch between the C compiler and preprocessor that
2367configure is using. For example, on Solaris 10 trying to use
2368CC=/opt/SUNWspro/bin/cc (the Sun Studio compiler) together with
2369CPP=/usr/ccs/lib/cpp can result in errors of this form (you may also
2370see the error ``"/usr/include/sys/isa_defs.h", line 500: undefined control'').
2371
2372The solution is to tell configure to use the correct C preprocessor
2373for your C compiler (CPP="/opt/SUNWspro/bin/cc -E" in the above
2374example).
2375
9dc15871 2376** Compilation
a933dad1 2377
9dc15871 2378*** Building Emacs over NFS fails with ``Text file busy''.
a933dad1 2379
9dc15871 2380This was reported to happen when building Emacs on a GNU/Linux system
880ea925 2381(Red Hat Linux 6.2) using a build directory automounted from Solaris
9dc15871
EZ
2382(SunOS 5.6) file server, but it might not be limited to that
2383configuration alone. Presumably, the NFS server doesn't commit the
2384files' data to disk quickly enough, and the Emacs executable file is
2385left ``busy'' for several seconds after Emacs has finished dumping
2386itself. This causes the subsequent commands which invoke the dumped
2387Emacs executable to fail with the above message.
a933dad1 2388
9dc15871
EZ
2389In some of these cases, a time skew between the NFS server and the
2390machine where Emacs is built is detected and reported by GNU Make
2391(it says that some of the files have modification time in the future).
2392This might be a symptom of NFS-related problems.
a933dad1 2393
9dc15871
EZ
2394If the NFS server runs on Solaris, apply the Solaris patch 105379-05
2395(Sunos 5.6: /kernel/misc/nfssrv patch). If that doesn't work, or if
2396you have a different version of the OS or the NFS server, you can
2397force the NFS server to use 1KB blocks, which was reported to fix the
2398problem albeit at a price of slowing down file I/O. You can force 1KB
2399blocks by specifying the "-o rsize=1024,wsize=1024" options to the
2400`mount' command, or by adding ",rsize=1024,wsize=1024" to the mount
2401options in the appropriate system configuration file, such as
2402`/etc/auto.home'.
a933dad1 2403
9dc15871
EZ
2404Alternatively, when Make fails due to this problem, you could wait for
2405a few seconds and then invoke Make again. In one particular case,
2406waiting for 10 or more seconds between the two Make invocations seemed
2407to work around the problem.
a933dad1 2408
9dc15871
EZ
2409Similar problems can happen if your machine NFS-mounts a directory
2410onto itself. Suppose the Emacs sources live in `/usr/local/src' and
2411you are working on the host called `marvin'. Then an entry in the
2412`/etc/fstab' file like the following is asking for trouble:
a933dad1 2413
9dc15871 2414 marvin:/usr/local/src /usr/local/src ...options.omitted...
a933dad1 2415
9dc15871 2416The solution is to remove this line from `etc/fstab'.
a933dad1 2417
745377e8
GM
2418*** Building a 32-bit executable on a 64-bit GNU/Linux architecture.
2419
2420First ensure that the necessary 32-bit system libraries and include
2421files are installed. Then use:
2422
2423 env CC="gcc -m32" ./configure --build=i386-linux-gnu \
2424 --x-libraries=/usr/X11R6/lib
2425
2426(using the location of the 32-bit X libraries on your system).
2427
024681aa
KB
2428*** Building Emacs for Cygwin can fail with GCC 3
2429
2430As of Emacs 22.1, there have been stability problems with Cygwin
2431builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4.
9c9f0081 2432
4f35b2e8
KB
2433*** Building Emacs 23.3 and later will fail under Cygwin 1.5.19
2434
2435This is a consequence of a change to src/dired.c on 2010-07-27. The
2436issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'.
2437See
2438
2439 http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01266.html
2440
5660c0f5
EZ
2441*** Building the native MS-Windows port fails due to unresolved externals
2442
2443The linker error messages look like this:
2444
2445 oo-spd/i386/ctags.o:ctags.c:(.text+0x156e): undefined reference to `_imp__re_set_syntax'
2446 collect2: ld returned 1 exit status
2447
2448This happens because GCC finds an incompatible header regex.h
2449somewhere on the include path, before the version of regex.h supplied
2450with Emacs. One such incompatible version of regex.h is part of the
2451GnuWin32 Regex package.
2452
2453The solution is to remove the incompatible regex.h from the include
2454path, when compiling Emacs. Alternatively, re-run the configure.bat
2455script with the "-isystem C:/GnuWin32/include" switch (adapt for your
2456system's place where you keep the GnuWin32 include files) -- this will
2457cause the compiler to search headers in the directories specified by
2458the Emacs Makefile _before_ it looks in the GnuWin32 include
2459directories.
2460
9c9f0081 2461*** Building the native MS-Windows port with Cygwin GCC can fail.
a933dad1 2462
ad05a5de 2463Emacs may not build using some Cygwin builds of GCC, such as Cygwin
9dc15871
EZ
2464version 1.1.8, using the default configure settings. It appears to be
2465necessary to specify the -mwin32 flag when compiling, and define
2466__MSVCRT__, like so:
a933dad1 2467
9dc15871 2468 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__
a933dad1 2469
9dc15871 2470*** Building the MS-Windows port fails with a CreateProcess failure.
a933dad1 2471
9dc15871
EZ
2472Some versions of mingw32 make on some versions of Windows do not seem
2473to detect the shell correctly. Try "make SHELL=cmd.exe", or if that
2474fails, try running make from Cygwin bash instead.
a933dad1 2475
9dc15871 2476*** Building `ctags' for MS-Windows with the MinGW port of GCC fails.
a933dad1 2477
9dc15871
EZ
2478This might happen due to a bug in the MinGW header assert.h, which
2479defines the `assert' macro with a trailing semi-colon. The following
2480patch to assert.h should solve this:
a933dad1 2481
0cc69e7d
EZ
2482 *** include/assert.h.orig Sun Nov 7 02:41:36 1999
2483 --- include/assert.h Mon Jan 29 11:49:10 2001
2484 ***************
2485 *** 41,47 ****
2486 /*
2487 * If not debugging, assert does nothing.
2488 */
2489 ! #define assert(x) ((void)0);
2490
2491 #else /* debugging enabled */
2492
2493 --- 41,47 ----
2494 /*
2495 * If not debugging, assert does nothing.
2496 */
2497 ! #define assert(x) ((void)0)
2498
2499 #else /* debugging enabled */
a933dad1 2500
a933dad1 2501
3e7c244e 2502*** Building the MS-Windows port with Visual Studio 2005 fails.
a933dad1 2503
3e7c244e
JR
2504Microsoft no longer ships the single threaded version of the C library
2505with their compiler, and the multithreaded static library is missing
0cc69e7d 2506some functions that Microsoft have deemed non-threadsafe. The
3e7c244e
JR
2507dynamically linked C library has all the functions, but there is a
2508conflict between the versions of malloc in the DLL and in Emacs, which
2509is not resolvable due to the way Windows does dynamic linking.
a933dad1 2510
8c4fae51 2511We recommend the use of the MinGW port of GCC for compiling Emacs, as
3e7c244e
JR
2512not only does it not suffer these problems, but it is also Free
2513software like Emacs.
a933dad1 2514
8c4fae51
JR
2515*** Building the MS-Windows port with Visual Studio fails compiling emacs.rc
2516
2517If the build fails with the following message then the problem
2518described here most likely applies:
2519
2520../nt/emacs.rc(1) : error RC2176 : old DIB in icons\emacs.ico; pass it
2521through SDKPAINT
2522
2523The Emacs icon contains a high resolution PNG icon for Vista, which is
2524not recognized by older versions of the resource compiler. There are
2525several workarounds for this problem:
2526 1. Use Free MinGW tools to compile, which do not have this problem.
2527 2. Install the latest Windows SDK.
2528 3. Replace emacs.ico with an older or edited icon.
2529
0a46152e
JB
2530*** Building the MS-Windows port complains about unknown escape sequences.
2531
2532Errors and warnings can look like this:
2533
2534 w32.c:1959:27: error: \x used with no following hex digits
2535 w32.c:1959:27: warning: unknown escape sequence '\i'
2536
2537This happens when paths using backslashes are passed to the compiler or
2538linker (via -I and possibly other compiler flags); when these paths are
2539included in source code, the backslashes are interpreted as escape sequences.
2540See http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html
2541
2542The fix is to use forward slashes in all paths passed to the compiler.
2543
9dc15871 2544** Linking
a933dad1 2545
9dc15871
EZ
2546*** Building Emacs with a system compiler fails to link because of an
2547undefined symbol such as __eprintf which does not appear in Emacs.
a933dad1 2548
9dc15871
EZ
2549This can happen if some of the libraries linked into Emacs were built
2550with GCC, but Emacs itself is being linked with a compiler other than
2551GCC. Object files compiled with GCC might need some helper functions
2552from libgcc.a, the library which comes with GCC, but the system
2553compiler does not instruct the linker to search libgcc.a during the
2554link stage.
a933dad1 2555
9dc15871 2556A solution is to link with GCC, like this:
a933dad1 2557
3256a475 2558 make CC=gcc
a933dad1 2559
9dc15871
EZ
2560Since the .o object files already exist, this will not recompile Emacs
2561with GCC, but just restart by trying again to link temacs.
a933dad1 2562
9dc15871 2563*** Sun with acc: Link failure when using acc on a Sun.
a933dad1 2564
9dc15871 2565To use acc, you need additional options just before the libraries, such as
a933dad1 2566
9dc15871 2567 /usr/lang/SC2.0.1/values-Xt.o -L/usr/lang/SC2.0.1/cg87 -L/usr/lang/SC2.0.1
a933dad1 2568
9dc15871 2569and you need to add -lansi just before -lc.
a933dad1 2570
9dc15871
EZ
2571The precise file names depend on the compiler version, so we
2572cannot easily arrange to supply them.
a933dad1 2573
9dc15871 2574*** Linking says that the functions insque and remque are undefined.
a933dad1 2575
9dc15871 2576Change oldXMenu/Makefile by adding insque.o to the variable OBJS.
a933dad1 2577
9dc15871 2578*** `tparam' reported as a multiply-defined symbol when linking with ncurses.
a933dad1 2579
9dc15871
EZ
2580This problem results from an incompatible change in ncurses, in
2581version 1.9.9e approximately. This version is unable to provide a
2582definition of tparm without also defining tparam. This is also
2583incompatible with Terminfo; as a result, the Emacs Terminfo support
2584does not work with this version of ncurses.
a933dad1 2585
9dc15871 2586The fix is to install a newer version of ncurses, such as version 4.2.
a933dad1 2587
d7ef7cd4
GM
2588** Bootstrapping
2589
2590Bootstrapping (compiling the .el files) is normally only necessary
c64233b2 2591with development builds, since the .elc files are pre-compiled in releases.
d7ef7cd4
GM
2592
2593*** "No rule to make target" with Ubuntu 8.04 make 3.81-3build1
2594
2595Compiling the lisp files fails at random places, complaining:
2596"No rule to make target `/path/to/some/lisp.elc'".
2597The causes of this problem are not understood. Using GNU make 3.81 compiled
2598from source, rather than the Ubuntu version, worked. See Bug#327,821.
2599
9dc15871 2600** Dumping
a933dad1 2601
9dc15871 2602*** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel.
a933dad1 2603
880ea925 2604With certain recent Linux kernels (like the one of Red Hat Fedora Core
cf14a51c 26051 and newer), the new "Exec-shield" functionality is enabled by default, which
ed214edf
JD
2606creates a different memory layout that breaks the emacs dumper. Emacs tries
2607to handle this at build time, but if the workaround used fails, these
2608instructions can be useful.
cf14a51c
JD
2609The work-around explained here is not enough on Fedora Core 4 (and possible
2610newer). Read the next item.
a933dad1 2611
1f02a4ba
JD
2612Configure can overcome the problem of exec-shield if the architecture is
2613x86 and the program setarch is present. On other architectures no
2614workaround is known.
2615
9dc15871 2616You can check the Exec-shield state like this:
a933dad1 2617
9dc15871 2618 cat /proc/sys/kernel/exec-shield
a933dad1 2619
1f02a4ba 2620It returns non-zero when Exec-shield is enabled, 0 otherwise. Please
9dc15871 2621read your system documentation for more details on Exec-shield and
1f02a4ba
JD
2622associated commands. Exec-shield can be turned off with this command:
2623
2624 echo "0" > /proc/sys/kernel/exec-shield
a933dad1 2625
9dc15871
EZ
2626When Exec-shield is enabled, building Emacs will segfault during the
2627execution of this command:
a933dad1 2628
1f02a4ba 2629 ./temacs --batch --load loadup [dump|bootstrap]
a933dad1 2630
9dc15871 2631To work around this problem, it is necessary to temporarily disable
1f02a4ba
JD
2632Exec-shield while building Emacs, or, on x86, by using the `setarch'
2633command when running temacs like this:
2634
2635 setarch i386 ./temacs --batch --load loadup [dump|bootstrap]
a933dad1 2636
ade79051 2637
ff0ab406
RS
2638*** Fedora Core 4 GNU/Linux: Segfault during dumping.
2639
2640In addition to exec-shield explained above "Linux: Segfault during
2641`make bootstrap' under certain recent versions of the Linux kernel"
2642item, Linux kernel shipped with Fedora Core 4 randomizes the virtual
cf14a51c
JD
2643address space of a process. As the result dumping may fail even if
2644you turn off exec-shield. In this case, use the -R option to the setarch
ff0ab406
RS
2645command:
2646
25fd144d 2647 setarch i386 -R ./temacs --batch --load loadup [dump|bootstrap]
ff0ab406
RS
2648
2649or
2650
ade79051 2651 setarch i386 -R make bootstrap
a933dad1 2652
9dc15871 2653*** Fatal signal in the command temacs -l loadup inc dump.
a933dad1
DL
2654
2655This command is the final stage of building Emacs. It is run by the
7c2fb837 2656Makefile in the src subdirectory.
a933dad1
DL
2657
2658It has been known to get fatal errors due to insufficient swapping
2659space available on the machine.
2660
9dc15871 2661On 68000s, it has also happened because of bugs in the
a933dad1
DL
2662subroutine `alloca'. Verify that `alloca' works right, even
2663for large blocks (many pages).
2664
9dc15871
EZ
2665*** test-distrib says that the distribution has been clobbered.
2666*** or, temacs prints "Command key out of range 0-127".
2667*** or, temacs runs and dumps emacs, but emacs totally fails to work.
2668*** or, temacs gets errors dumping emacs.
a933dad1
DL
2669
2670This can be because the .elc files have been garbled. Do not be
2671fooled by the fact that most of a .elc file is text: these are
2672binary files and can contain all 256 byte values.
2673
2674In particular `shar' cannot be used for transmitting GNU Emacs.
2675It typically truncates "lines". What appear to be "lines" in
2676a binary file can of course be of any length. Even once `shar'
2677itself is made to work correctly, `sh' discards null characters
2678when unpacking the shell archive.
2679
2680I have also seen character \177 changed into \377. I do not know
2681what transfer means caused this problem. Various network
2682file transfer programs are suspected of clobbering the high bit.
2683
2684If you have a copy of Emacs that has been damaged in its
2685nonprinting characters, you can fix them:
2686
2687 1) Record the names of all the .elc files.
2688 2) Delete all the .elc files.
2689 3) Recompile alloc.c with a value of PURESIZE twice as large.
2690 (See puresize.h.) You might as well save the old alloc.o.
2691 4) Remake emacs. It should work now.
2692 5) Running emacs, do Meta-x byte-compile-file repeatedly
2693 to recreate all the .elc files that used to exist.
2694 You may need to increase the value of the variable
2695 max-lisp-eval-depth to succeed in running the compiler interpreted
2696 on certain .el files. 400 was sufficient as of last report.
2697 6) Reinstall the old alloc.o (undoing changes to alloc.c if any)
2698 and remake temacs.
2699 7) Remake emacs. It should work now, with valid .elc files.
2700
9dc15871 2701*** temacs prints "Pure Lisp storage exhausted".
a933dad1 2702
c64233b2
GM
2703This means that the Lisp code loaded from the .elc and .el files
2704during temacs -l loadup inc dump took up more space than was allocated.
a933dad1
DL
2705
2706This could be caused by
2707 1) adding code to the preloaded Lisp files
2708 2) adding more preloaded files in loadup.el
2709 3) having a site-init.el or site-load.el which loads files.
2710 Note that ANY site-init.el or site-load.el is nonstandard;
c64233b2
GM
2711 if you have received Emacs from some other site and it contains a
2712 site-init.el or site-load.el file, consider deleting that file.
a933dad1
DL
2713 4) getting the wrong .el or .elc files
2714 (not from the directory you expected).
2715 5) deleting some .elc files that are supposed to exist.
2716 This would cause the source files (.el files) to be
2717 loaded instead. They take up more room, so you lose.
c64233b2 2718 6) a bug in the Emacs distribution which underestimates the space required.
a933dad1
DL
2719
2720If the need for more space is legitimate, change the definition
2721of PURESIZE in puresize.h.
2722
2723But in some of the cases listed above, this problem is a consequence
c64233b2 2724of something else that is wrong. Be sure to check and fix the real problem.
a933dad1 2725
0bce976c
GM
2726*** OpenBSD 4.0 macppc: Segfault during dumping.
2727
2728The build aborts with signal 11 when the command `./temacs --batch
14395431 2729--load loadup bootstrap' tries to load files.el. A workaround seems
464df798 2730to be to reduce the level of compiler optimization used during the
14395431
GM
2731build (from -O2 to -O1). It is possible this is an OpenBSD
2732GCC problem specific to the macppc architecture, possibly only
2733occurring with older versions of GCC (e.g. 3.3.5).
0bce976c 2734
ce46543c
GM
2735*** openSUSE 10.3: Segfault in bcopy during dumping.
2736
2737This is due to a bug in the bcopy implementation in openSUSE 10.3.
2738It is/will be fixed in an openSUSE update.
2739
9dc15871 2740** Installation
a933dad1 2741
9dc15871 2742*** Installing Emacs gets an error running `install-info'.
a933dad1 2743
9dc15871
EZ
2744You need to install a recent version of Texinfo; that package
2745supplies the `install-info' command.
a933dad1 2746
6afdff63
GM
2747*** Installing to a directory with spaces in the name fails.
2748
2749For example, if you call configure with a directory-related option
2750with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'.
2751Using directory paths with spaces is not supported at this time: you
2752must re-configure without using spaces.
2753
6c06422c
CY
2754*** Installing to a directory with non-ASCII characters in the name fails.
2755
2756Installation may fail, or the Emacs executable may not start
2757correctly, if a directory name containing non-ASCII characters is used
2758as a `configure' argument (e.g. `--prefix'). The problem can also
2759occur if a non-ASCII directory is specified in the EMACSLOADPATH
2760envvar.
2761
2f6e7d3f
GM
2762*** On Solaris, use GNU Make when installing an out-of-tree build
2763
2764The Emacs configuration process allows you to configure the
2765build environment so that you can build emacs in a directory
2766outside of the distribution tree. When installing Emacs from an
2767out-of-tree build directory on Solaris, you may need to use GNU
2768make. The make programs bundled with Solaris support the VPATH
2769macro but use it differently from the way the VPATH macro is
2770used by GNU make. The differences will cause the "make install"
2771step to fail, leaving you with an incomplete emacs
2772installation. GNU make is available in /usr/sfw/bin on Solaris
277310 and can be installed as /opt/sfw/bin/gmake from the Solaris 9
2774Software Companion CDROM.
2775
2776The problems due to the VPATH processing differences affect only
2777out of tree builds so, if you are on a Solaris installation
2778without GNU make, you can install Emacs completely by installing
2779from a build environment using the original emacs distribution tree.
2780
9dc15871 2781** First execution
a933dad1 2782
9dc15871 2783*** Emacs binary is not in executable format, and cannot be run.
a933dad1 2784
9dc15871
EZ
2785This was reported to happen when Emacs is built in a directory mounted
2786via NFS, for some combinations of NFS client and NFS server.
2787Usually, the file `emacs' produced in these cases is full of
2788binary null characters, and the `file' utility says:
a933dad1 2789
9dc15871 2790 emacs: ASCII text, with no line terminators
a933dad1 2791
9dc15871
EZ
2792We don't know what exactly causes this failure. A work-around is to
2793build Emacs in a directory on a local disk.
a933dad1 2794
9dc15871 2795*** The dumped Emacs crashes when run, trying to write pure data.
a933dad1 2796
ba93a187 2797On a system where getpagesize is not a system call, it is defined
29cf3e20 2798as a macro. If the definition (in both unex*.c and malloc.c) is wrong,
a933dad1
DL
2799it can cause problems like this. You might be able to find the correct
2800value in the man page for a.out (5).
2801
9dc15871 2802* Runtime problems on legacy systems
a933dad1 2803
9dc15871
EZ
2804This section covers bugs reported on very old hardware or software.
2805If you are using hardware and an operating system shipped after 2000,
2806it is unlikely you will see any of these.
a933dad1 2807
c64233b2 2808*** OPENSTEP 4.2: Compiling syntax.c with gcc 2.7.2.1 fails.
a933dad1 2809
9dc15871
EZ
2810The compiler was reported to crash while compiling syntax.c with the
2811following message:
a933dad1 2812
9dc15871 2813 cc: Internal compiler error: program cc1obj got fatal signal 11
a933dad1 2814
9dc15871
EZ
2815To work around this, replace the macros UPDATE_SYNTAX_TABLE_FORWARD,
2816INC_BOTH, and INC_FROM with functions. To this end, first define 3
2817functions, one each for every macro. Here's an example:
a933dad1 2818
9dc15871
EZ
2819 static int update_syntax_table_forward(int from)
2820 {
2821 return(UPDATE_SYNTAX_TABLE_FORWARD(from));
2822 }/*update_syntax_table_forward*/
a933dad1 2823
9dc15871
EZ
2824Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c
2825with a call to the function update_syntax_table_forward.
a933dad1 2826
9dc15871 2827*** Solaris 2.x
a933dad1 2828
9dc15871 2829**** Strange results from format %d in a few cases, on a Sun.
a933dad1 2830
9dc15871
EZ
2831Sun compiler version SC3.0 has been found to miscompile part of
2832editfns.c. The workaround is to compile with some other compiler such
2833as GCC.
a933dad1 2834
9dc15871 2835**** On Solaris, Emacs dumps core if lisp-complete-symbol is called.
a933dad1 2836
9dc15871
EZ
2837If you compile Emacs with the -fast or -xO4 option with version 3.0.2
2838of the Sun C compiler, Emacs dumps core when lisp-complete-symbol is
2839called. The problem does not happen if you compile with GCC.
a933dad1 2840
9dc15871 2841**** On Solaris, Emacs crashes if you use (display-time).
a933dad1 2842
9dc15871
EZ
2843This can happen if you configure Emacs without specifying the precise
2844version of Solaris that you are using.
a933dad1 2845
9dc15871 2846**** Solaris 2.x: GCC complains "64 bit integer types not supported".
a933dad1 2847
9dc15871
EZ
2848This suggests that GCC is not installed correctly. Most likely you
2849are using GCC 2.7.2.3 (or earlier) on Solaris 2.6 (or later); this
2850does not work without patching. To run GCC 2.7.2.3 on Solaris 2.6 or
2851later, you must patch fixinc.svr4 and reinstall GCC from scratch as
2852described in the Solaris FAQ
2853<http://www.wins.uva.nl/pub/solaris/solaris2.html>. A better fix is
2854to upgrade to GCC 2.8.1 or later.
a933dad1 2855
9dc15871
EZ
2856**** Solaris 2.7: Building Emacs with WorkShop Compilers 5.0 98/12/15
2857C 5.0 failed, apparently with non-default CFLAGS, most probably due to
2858compiler bugs. Using Sun Solaris 2.7 Sun WorkShop 6 update 1 C
2859release was reported to work without problems. It worked OK on
2860another system with Solaris 8 using apparently the same 5.0 compiler
2861and the default CFLAGS.
a933dad1 2862
9dc15871 2863**** Solaris 2.x: Emacs dumps core when built with Motif.
a933dad1 2864
9dc15871
EZ
2865The Solaris Motif libraries are buggy, at least up through Solaris 2.5.1.
2866Install the current Motif runtime library patch appropriate for your host.
2867(Make sure the patch is current; some older patch versions still have the bug.)
2868You should install the other patches recommended by Sun for your host, too.
2869You can obtain Sun patches from ftp://sunsolve.sun.com/pub/patches/;
2870look for files with names ending in `.PatchReport' to see which patches
2871are currently recommended for your host.
a933dad1 2872
9dc15871
EZ
2873On Solaris 2.6, Emacs is said to work with Motif when Solaris patch
2874105284-12 is installed, but fail when 105284-15 is installed.
2875105284-18 might fix it again.
a933dad1 2876
0a4dd4e4 2877**** Solaris 2.6 and 7: the Compose key does not work.
a933dad1 2878
9dc15871
EZ
2879This is a bug in Motif in Solaris. Supposedly it has been fixed for
2880the next major release of Solaris. However, if someone with Sun
2881support complains to Sun about the bug, they may release a patch.
2882If you do this, mention Sun bug #4188711.
a933dad1 2883
9dc15871
EZ
2884One workaround is to use a locale that allows non-ASCII characters.
2885For example, before invoking emacs, set the LC_ALL environment
2886variable to "en_US" (American English). The directory /usr/lib/locale
2887lists the supported locales; any locale other than "C" or "POSIX"
2888should do.
a933dad1 2889
9dc15871 2890pen@lysator.liu.se says (Feb 1998) that the Compose key does work
c64233b2 2891if you link with the MIT X11 libraries instead of the Solaris X11 libraries.
0a4dd4e4 2892
0a4dd4e4
EZ
2893*** HP/UX: Emacs is slow using X11R5.
2894
2895This happens if you use the MIT versions of the X libraries--it
2896doesn't run as fast as HP's version. People sometimes use the version
2897because they see the HP version doesn't have the libraries libXaw.a,
2898libXmu.a, libXext.a and others. HP/UX normally doesn't come with
2899those libraries installed. To get good performance, you need to
2900install them and rebuild Emacs.
2901
c64233b2 2902*** UnixWare 2.1: Error 12 (virtual memory exceeded) when dumping Emacs.
0a4dd4e4
EZ
2903
2904Paul Abrahams (abrahams@acm.org) reports that with the installed
2905virtual memory settings for UnixWare 2.1.2, an Error 12 occurs during
2906the "make" that builds Emacs, when running temacs to dump emacs. That
2907error indicates that the per-process virtual memory limit has been
2908exceeded. The default limit is probably 32MB. Raising the virtual
2909memory limit to 40MB should make it possible to finish building Emacs.
2910
2911You can do this with the command `ulimit' (sh) or `limit' (csh).
2912But you have to be root to do it.
2913
2914According to Martin Sohnius, you can also retune this in the kernel:
2915
2916 # /etc/conf/bin/idtune SDATLIM 33554432 ## soft data size limit
2917 # /etc/conf/bin/idtune HDATLIM 33554432 ## hard "
2918 # /etc/conf/bin/idtune SVMMSIZE unlimited ## soft process size limit
2919 # /etc/conf/bin/idtune HVMMSIZE unlimited ## hard "
2920 # /etc/conf/bin/idbuild -B
2921
2922(He recommends you not change the stack limit, though.)
2923These changes take effect when you reboot.
2924
c64233b2 2925** MS-Windows 95, 98, ME, and NT
0a4dd4e4
EZ
2926
2927*** MS-Windows NT/95: Problems running Perl under Emacs
2928
2929`perl -de 0' just hangs when executed in an Emacs subshell.
2930The fault lies with Perl (indirectly with Windows NT/95).
2931
2932The problem is that the Perl debugger explicitly opens a connection to
2933"CON", which is the DOS/NT equivalent of "/dev/tty", for interacting
2934with the user.
2935
2936On Unix, this is okay, because Emacs (or the shell?) creates a
2937pseudo-tty so that /dev/tty is really the pipe Emacs is using to
2938communicate with the subprocess.
2939
2940On NT, this fails because CON always refers to the handle for the
2941relevant console (approximately equivalent to a tty), and cannot be
2942redirected to refer to the pipe Emacs assigned to the subprocess as
2943stdin.
2944
2945A workaround is to modify perldb.pl to use STDIN/STDOUT instead of CON.
2946
2947For Perl 4:
2948
2949 *** PERL/LIB/PERLDB.PL.orig Wed May 26 08:24:18 1993
2950 --- PERL/LIB/PERLDB.PL Mon Jul 01 15:28:16 1996
2951 ***************
2952 *** 68,74 ****
3256a475 2953 $rcfile=".perldb";
0a4dd4e4
EZ
2954 }
2955 else {
2956 ! $console = "con";
3256a475 2957 $rcfile="perldb.ini";
0a4dd4e4
EZ
2958 }
2959
2960 --- 68,74 ----
3256a475 2961 $rcfile=".perldb";
0a4dd4e4
EZ
2962 }
2963 else {
2964 ! $console = "";
3256a475 2965 $rcfile="perldb.ini";
0a4dd4e4
EZ
2966 }
2967
2968
2969 For Perl 5:
2970 *** perl/5.001/lib/perl5db.pl.orig Sun Jun 04 21:13:40 1995
2971 --- perl/5.001/lib/perl5db.pl Mon Jul 01 17:00:08 1996
2972 ***************
2973 *** 22,28 ****
3256a475 2974 $rcfile=".perldb";
0a4dd4e4
EZ
2975 }
2976 elsif (-e "con") {
2977 ! $console = "con";
3256a475 2978 $rcfile="perldb.ini";
0a4dd4e4
EZ
2979 }
2980 else {
2981 --- 22,28 ----
3256a475 2982 $rcfile=".perldb";
0a4dd4e4
EZ
2983 }
2984 elsif (-e "con") {
2985 ! $console = "";
3256a475 2986 $rcfile="perldb.ini";
0a4dd4e4
EZ
2987 }
2988 else {
2989
2990*** MS-Windows 95: Alt-f6 does not get through to Emacs.
2991
2992This character seems to be trapped by the kernel in Windows 95.
2993You can enter M-f6 by typing ESC f6.
2994
2995*** MS-Windows 95/98/ME: subprocesses do not terminate properly.
2996
2997This is a limitation of the Operating System, and can cause problems
2998when shutting down Windows. Ensure that all subprocesses are exited
2999cleanly before exiting Emacs. For more details, see the FAQ at
3000http://www.gnu.org/software/emacs/windows/.
3001
3002*** MS-Windows 95/98/ME: crashes when Emacs invokes non-existent programs.
3003
3004When a program you are trying to run is not found on the PATH,
3005Windows might respond by crashing or locking up your system. In
3006particular, this has been reported when trying to compile a Java
c64233b2 3007program in JDEE when javac.exe is installed, but not on the system PATH.
0a4dd4e4 3008
9dc15871 3009** MS-DOS
a933dad1 3010
bde76d3e 3011*** When compiling with DJGPP on MS-Windows NT or later, "config msdos" fails.
a933dad1 3012
9dc15871
EZ
3013If the error message is "VDM has been already loaded", this is because
3014Windows has a program called `redir.exe' that is incompatible with a
3015program by the same name supplied with DJGPP, which is used by
3016config.bat. To resolve this, move the DJGPP's `bin' subdirectory to
3017the front of your PATH environment variable.
a933dad1 3018
dbf9702e
EZ
3019*** When Emacs compiled with DJGPP runs on Windows 2000 and later, it cannot
3020find your HOME directory.
3021
3022This was reported to happen when you click on "Save for future
3023sessions" button in a Customize buffer. You might see an error
3024message like this one:
3025
3026 basic-save-buffer-2: c:/FOO/BAR/~dosuser/: no such directory
3027
3028(The telltale sign is the "~USER" part at the end of the directory
3029Emacs complains about, where USER is your username or the literal
3030string "dosuser", which is the default username set up by the DJGPP
3031startup file DJGPP.ENV.)
3032
3033This happens when the functions `user-login-name' and
3034`user-real-login-name' return different strings for your username as
3035Emacs sees it. To correct this, make sure both USER and USERNAME
3036environment variables are set to the same value. Windows 2000 and
3037later sets USERNAME, so if you want to keep that, make sure USER is
3038set to the same value. If you don't want to set USER globally, you
3039can do it in the [emacs] section of your DJGPP.ENV file.
3040
bde76d3e
EZ
3041*** When Emacs compiled with DJGPP runs on Vista, it runs out of memory.
3042
3043If Emacs running on Vista displays "!MEM FULL!" in the mode line, you
3044are hitting the memory allocation bugs in the Vista DPMI server. See
3045msdos/INSTALL for how to work around these bugs (search for "Vista").
3046
9dc15871
EZ
3047*** When compiling with DJGPP on MS-Windows 95, Make fails for some targets
3048like make-docfile.
a933dad1 3049
9dc15871
EZ
3050This can happen if long file name support (the setting of environment
3051variable LFN) when Emacs distribution was unpacked and during
bde76d3e
EZ
3052compilation are not the same. See msdos/INSTALL for the explanation
3053of how to avoid this problem.
a933dad1 3054
9dc15871 3055*** Emacs compiled with DJGPP complains at startup:
a933dad1 3056
9dc15871 3057 "Wrong type of argument: internal-facep, msdos-menu-active-face"
a933dad1 3058
9dc15871
EZ
3059This can happen if you define an environment variable `TERM'. Emacs
3060on MSDOS uses an internal terminal emulator which is disabled if the
3061value of `TERM' is anything but the string "internal". Emacs then
3062works as if its terminal were a dumb glass teletype that doesn't
3063support faces. To work around this, arrange for `TERM' to be
3064undefined when Emacs runs. The best way to do that is to add an
3065[emacs] section to the DJGPP.ENV file which defines an empty value for
3066`TERM'; this way, only Emacs gets the empty value, while the rest of
3067your system works as before.
a933dad1 3068
9dc15871 3069*** MS-DOS: Emacs crashes at startup.
a933dad1 3070
9dc15871 3071Some users report that Emacs 19.29 requires dpmi memory management,
c64233b2 3072and crashes on startup if the system does not have it. We don't
9dc15871
EZ
3073know why this happens--perhaps these machines don't have enough real
3074memory, or perhaps something is wrong in Emacs or the compiler.
3075However, arranging to use dpmi support is a workaround.
a933dad1 3076
9dc15871
EZ
3077You can find out if you have a dpmi host by running go32 without
3078arguments; it will tell you if it uses dpmi memory. For more
3079information about dpmi memory, consult the djgpp FAQ. (djgpp
3080is the GNU C compiler as packaged for MSDOS.)
a933dad1 3081
9dc15871
EZ
3082Compiling Emacs under MSDOS is extremely sensitive for proper memory
3083configuration. If you experience problems during compilation, consider
3084removing some or all memory resident programs (notably disk caches)
3085and make sure that your memory managers are properly configured. See
3086the djgpp faq for configuration hints.
a933dad1 3087
9dc15871
EZ
3088*** Emacs compiled with DJGPP for MS-DOS/MS-Windows cannot access files
3089in the directory with the special name `dev' under the root of any
3090drive, e.g. `c:/dev'.
a933dad1 3091
9dc15871
EZ
3092This is an unfortunate side-effect of the support for Unix-style
3093device names such as /dev/null in the DJGPP runtime library. A
3094work-around is to rename the problem directory to another name.
a933dad1 3095
c64233b2 3096*** MS-DOS+DJGPP: Problems on MS-DOS if DJGPP v2.0 is used to compile Emacs.
a933dad1 3097
9dc15871 3098There are two DJGPP library bugs which cause problems:
a933dad1 3099
9dc15871
EZ
3100 * Running `shell-command' (or `compile', or `grep') you get
3101 `Searching for program: permission denied (EACCES), c:/command.com';
3102 * After you shell to DOS, Ctrl-Break kills Emacs.
a933dad1 3103
9dc15871
EZ
3104To work around these bugs, you can use two files in the msdos
3105subdirectory: `is_exec.c' and `sigaction.c'. Compile them and link
3106them into the Emacs executable `temacs'; then they will replace the
3107incorrect library functions.
a933dad1 3108
9dc15871
EZ
3109*** MS-DOS: Emacs compiled for MSDOS cannot find some Lisp files, or other
3110run-time support files, when long filename support is enabled.
a933dad1 3111
9dc15871
EZ
3112Usually, this problem will manifest itself when Emacs exits
3113immediately after flashing the startup screen, because it cannot find
3114the Lisp files it needs to load at startup. Redirect Emacs stdout
3115and stderr to a file to see the error message printed by Emacs.
a933dad1 3116
9dc15871 3117Another manifestation of this problem is that Emacs is unable to load
c64233b2 3118the support for editing program sources in languages such as C and Lisp.
a933dad1 3119
9dc15871
EZ
3120This can happen if the Emacs distribution was unzipped without LFN
3121support, thus causing long filenames to be truncated to the first 6
3122characters and a numeric tail that Windows 95 normally attaches to it.
3123You should unzip the files again with a utility that supports long
3124filenames (such as djtar from DJGPP or InfoZip's UnZip program
bde76d3e
EZ
3125compiled with DJGPP v2). The file msdos/INSTALL explains this issue
3126in more detail.
a933dad1 3127
9dc15871
EZ
3128Another possible reason for such failures is that Emacs compiled for
3129MSDOS is used on Windows NT, where long file names are not supported
3130by this version of Emacs, but the distribution was unpacked by an
3131unzip program that preserved the long file names instead of truncating
3132them to DOS 8+3 limits. To be useful on NT, the MSDOS port of Emacs
3133must be unzipped by a DOS utility, so that long file names are
3134properly truncated.
a933dad1 3135
9dc15871 3136** Archaic window managers and toolkits
a933dad1 3137
9dc15871 3138*** OpenLook: Under OpenLook, the Emacs window disappears when you type M-q.
a933dad1 3139
9dc15871
EZ
3140Some versions of the Open Look window manager interpret M-q as a quit
3141command for whatever window you are typing at. If you want to use
3142Emacs with that window manager, you should try to configure the window
3143manager to use some other command. You can disable the
3144shortcut keys entirely by adding this line to ~/.OWdefaults:
a933dad1 3145
9dc15871 3146 OpenWindows.WindowMenuAccelerators: False
a933dad1 3147
c64233b2 3148*** twm: A position you specified in .Xdefaults is ignored, using twm.
a933dad1 3149
9dc15871
EZ
3150twm normally ignores "program-specified" positions.
3151You can tell it to obey them with this command in your `.twmrc' file:
a933dad1 3152
9dc15871 3153 UsePPosition "on" #allow clients to request a position
a933dad1 3154
9dc15871 3155** Bugs related to old DEC hardware
a933dad1 3156
9dc15871 3157*** The Compose key on a DEC keyboard does not work as Meta key.
a933dad1 3158
9dc15871 3159This shell command should fix it:
a933dad1 3160
9dc15871 3161 xmodmap -e 'keycode 0xb1 = Meta_L'
a933dad1 3162
9dc15871
EZ
3163*** Keyboard input gets confused after a beep when using a DECserver
3164as a concentrator.
a933dad1 3165
9dc15871
EZ
3166This problem seems to be a matter of configuring the DECserver to use
31677 bit characters rather than 8 bit characters.
53854552 3168\f
5b87ad55 3169This file is part of GNU Emacs.
fe6b4873 3170
ab73e885 3171GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 3172it under the terms of the GNU General Public License as published by
ab73e885
GM
3173the Free Software Foundation, either version 3 of the License, or
3174(at your option) any later version.
fe6b4873 3175
5b87ad55
GM
3176GNU Emacs is distributed in the hope that it will be useful,
3177but WITHOUT ANY WARRANTY; without even the implied warranty of
3178MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3179GNU General Public License for more details.
3180
3181You should have received a copy of the GNU General Public License
ab73e885 3182along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
5b87ad55
GM
3183
3184\f
53854552
EZ
3185Local variables:
3186mode: outline
3256a475 3187paragraph-separate: "[ \f]*$"
53854552 3188end: