Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | acd284d43ca1 |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
445 installation directory which is usually under /usr/local/lib. The | 445 installation directory which is usually under /usr/local/lib. The |
446 installed copy of movemail is usually in the directory | 446 installed copy of movemail is usually in the directory |
447 /usr/local/lib/emacs/VERSION/TARGET. You must change the group and | 447 /usr/local/lib/emacs/VERSION/TARGET. You must change the group and |
448 mode of the installed copy; changing the group and mode of the build | 448 mode of the installed copy; changing the group and mode of the build |
449 directory copy is ineffective. | 449 directory copy is ineffective. |
450 | |
451 ** XEmacs crashes on Digital Unix when dealing with large compilation | |
452 buffers. | |
453 | |
454 This is a known problem with the regexp code, that uses alloca | |
455 extensively, and overflows the stack in case of complex regexp | |
456 matches. As a workaround, you can recompile with REGEX_MALLOC | |
457 defined. | |
450 | 458 |
451 ** On Solaris, C-x doesn't get through to Emacs when you use the console. | 459 ** On Solaris, C-x doesn't get through to Emacs when you use the console. |
452 | 460 |
453 This is a Solaris feature (at least on Intel x86 cpus). Type C-r | 461 This is a Solaris feature (at least on Intel x86 cpus). Type C-r |
454 C-r C-t, to toggle whether C-x gets through to Emacs. | 462 C-r C-t, to toggle whether C-x gets through to Emacs. |