Mercurial > emacs
comparison etc/PROBLEMS @ 90650:02cf29720f31
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 490-504)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 161-163)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 07 Nov 2006 23:22:48 +0000 |
parents | bb0e318b7c53 dde3145743e4 |
children | bc10a33dd40b |
comparison
equal
deleted
inserted
replaced
90649:d53934e7ddef | 90650:02cf29720f31 |
---|---|
1282 -noatomsfile -nowinattr -cheaterrors -cheatevents | 1282 -noatomsfile -nowinattr -cheaterrors -cheatevents |
1283 Note that the -nograbcmap option is known to cause problems. | 1283 Note that the -nograbcmap option is known to cause problems. |
1284 For more about lbxproxy, see: | 1284 For more about lbxproxy, see: |
1285 http://www.xfree86.org/4.3.0/lbxproxy.1.html | 1285 http://www.xfree86.org/4.3.0/lbxproxy.1.html |
1286 | 1286 |
1287 5) If copying and killing is slow, try to disable the interaction with the | |
1288 native system's clipboard by adding these lines to your .emacs file: | |
1289 (setq interprogram-cut-function nil) | |
1290 (setq interprogram-paste-function nil) | |
1291 | |
1287 *** Emacs gives the error, Couldn't find per display information. | 1292 *** Emacs gives the error, Couldn't find per display information. |
1288 | 1293 |
1289 This can result if the X server runs out of memory because Emacs uses | 1294 This can result if the X server runs out of memory because Emacs uses |
1290 a large number of fonts. On systems where this happens, C-h h is | 1295 a large number of fonts. On systems where this happens, C-h h is |
1291 likely to cause it. | 1296 likely to cause it. |
2324 | 2329 |
2325 This results from a bug in a VERY old version of GNU Sed. To solve | 2330 This results from a bug in a VERY old version of GNU Sed. To solve |
2326 the problem, install the current version of GNU Sed, then rerun | 2331 the problem, install the current version of GNU Sed, then rerun |
2327 Emacs's configure script. | 2332 Emacs's configure script. |
2328 | 2333 |
2329 *** Building the MS-Windows port with Cygwin GCC can fail. | 2334 *** Building the Cygwin port for MS-Windows can fail with some GCC version |
2335 | |
2336 Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is | |
2337 reported to either fail or cause Emacs to segfault at run time. In | |
2338 addition, the Cygwin GCC 3.4.4-2 has problems with generating debug | |
2339 info. Cygwin users are advised not to use these versions of GCC for | |
2340 compiling Emacs. GCC versions 4.0.3 and 4.1.1 reportedly build a | |
2341 working Cygwin binary of Emacs, so we recommend these GCC versions. | |
2342 | |
2343 *** Building the native MS-Windows port with Cygwin GCC can fail. | |
2330 | 2344 |
2331 Emacs may not build using recent Cygwin builds of GCC, such as Cygwin | 2345 Emacs may not build using recent Cygwin builds of GCC, such as Cygwin |
2332 version 1.1.8, using the default configure settings. It appears to be | 2346 version 1.1.8, using the default configure settings. It appears to be |
2333 necessary to specify the -mwin32 flag when compiling, and define | 2347 necessary to specify the -mwin32 flag when compiling, and define |
2334 __MSVCRT__, like so: | 2348 __MSVCRT__, like so: |