comparison etc/PROBLEMS @ 77139:8658cdd16704

Fix some typos.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Apr 2007 04:16:47 +0000
parents 9bc027540c27
children e1068b61ec58
comparison
equal deleted inserted replaced
77138:a97a103d97c7 77139:8658cdd16704
1196 1196
1197 The problems seem to depend on the version of LessTif and the Motif 1197 The problems seem to depend on the version of LessTif and the Motif
1198 emulation for which it is set up. 1198 emulation for which it is set up.
1199 1199
1200 Only the Motif 1.2 emulation seems to be stable enough in LessTif. 1200 Only the Motif 1.2 emulation seems to be stable enough in LessTif.
1201 Lesstif 0.92-17's Motif 1.2 emulation seems to work okay on FreeBSD. 1201 LessTif 0.92-17's Motif 1.2 emulation seems to work okay on FreeBSD.
1202 On GNU/Linux systems, lesstif-0.92.6 configured with "./configure 1202 On GNU/Linux systems, lesstif-0.92.6 configured with "./configure
1203 --enable-build-12 --enable-default-12" is reported to be the most 1203 --enable-build-12 --enable-default-12" is reported to be the most
1204 successful. The binary GNU/Linux package 1204 successful. The binary GNU/Linux package
1205 lesstif-devel-0.92.0-1.i386.rpm was reported to have problems with 1205 lesstif-devel-0.92.0-1.i386.rpm was reported to have problems with
1206 menu placement. 1206 menu placement.
1293 4) Use lbxproxy on the remote end of the connection. This is an interface 1293 4) Use lbxproxy on the remote end of the connection. This is an interface
1294 to the low bandwidth X extension in most modern X servers, which 1294 to the low bandwidth X extension in most modern X servers, which
1295 improves performance dramatically, at the slight expense of correctness 1295 improves performance dramatically, at the slight expense of correctness
1296 of the X protocol. lbxproxy acheives the performance gain by grouping 1296 of the X protocol. lbxproxy acheives the performance gain by grouping
1297 several X requests in one TCP packet and sending them off together, 1297 several X requests in one TCP packet and sending them off together,
1298 instead of requiring a round-trip for each X request in a seperate 1298 instead of requiring a round-trip for each X request in a separate
1299 packet. The switches that seem to work best for emacs are: 1299 packet. The switches that seem to work best for emacs are:
1300 -noatomsfile -nowinattr -cheaterrors -cheatevents 1300 -noatomsfile -nowinattr -cheaterrors -cheatevents
1301 Note that the -nograbcmap option is known to cause problems. 1301 Note that the -nograbcmap option is known to cause problems.
1302 For more about lbxproxy, see: 1302 For more about lbxproxy, see:
1303 http://www.xfree86.org/4.3.0/lbxproxy.1.html 1303 http://www.xfree86.org/4.3.0/lbxproxy.1.html
1399 1399
1400 (setq x-sigio-bug t) 1400 (setq x-sigio-bug t)
1401 1401
1402 in your site-init.el file. 1402 in your site-init.el file.
1403 1403
1404 * Runtime problems on character termunals 1404 * Runtime problems on character terminals
1405 1405
1406 ** Emacs spontaneously displays "I-search: " at the bottom of the screen. 1406 ** Emacs spontaneously displays "I-search: " at the bottom of the screen.
1407 1407
1408 This means that Control-S/Control-Q (XON/XOFF) "flow control" is being 1408 This means that Control-S/Control-Q (XON/XOFF) "flow control" is being
1409 used. C-s/C-q flow control is bad for Emacs editors because it takes 1409 used. C-s/C-q flow control is bad for Emacs editors because it takes
2350 ** Compilation 2350 ** Compilation
2351 2351
2352 *** Building Emacs over NFS fails with ``Text file busy''. 2352 *** Building Emacs over NFS fails with ``Text file busy''.
2353 2353
2354 This was reported to happen when building Emacs on a GNU/Linux system 2354 This was reported to happen when building Emacs on a GNU/Linux system
2355 (RedHat Linux 6.2) using a build directory automounted from Solaris 2355 (Red Hat Linux 6.2) using a build directory automounted from Solaris
2356 (SunOS 5.6) file server, but it might not be limited to that 2356 (SunOS 5.6) file server, but it might not be limited to that
2357 configuration alone. Presumably, the NFS server doesn't commit the 2357 configuration alone. Presumably, the NFS server doesn't commit the
2358 files' data to disk quickly enough, and the Emacs executable file is 2358 files' data to disk quickly enough, and the Emacs executable file is
2359 left ``busy'' for several seconds after Emacs has finished dumping 2359 left ``busy'' for several seconds after Emacs has finished dumping
2360 itself. This causes the subsequent commands which invoke the dumped 2360 itself. This causes the subsequent commands which invoke the dumped
2598 2598
2599 ** Dumping 2599 ** Dumping
2600 2600
2601 *** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel. 2601 *** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel.
2602 2602
2603 With certain recent Linux kernels (like the one of Redhat Fedora Core 2603 With certain recent Linux kernels (like the one of Red Hat Fedora Core
2604 1 and newer), the new "Exec-shield" functionality is enabled by default, which 2604 1 and newer), the new "Exec-shield" functionality is enabled by default, which
2605 creates a different memory layout that breaks the emacs dumper. Emacs tries 2605 creates a different memory layout that breaks the emacs dumper. Emacs tries
2606 to handle this at build time, but if the workaround used fails, these 2606 to handle this at build time, but if the workaround used fails, these
2607 instructions can be useful. 2607 instructions can be useful.
2608 The work-around explained here is not enough on Fedora Core 4 (and possible 2608 The work-around explained here is not enough on Fedora Core 4 (and possible