Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 677f6a0ee643 |
children | 727739f917cb |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
412 prove enlightening. | 412 prove enlightening. |
413 | 413 |
414 | 414 |
415 * Problems with running XEmacs | 415 * Problems with running XEmacs |
416 ============================== | 416 ============================== |
417 | |
418 ** `C-z', or `M-x suspend-emacs' hangs instead of suspending. | |
419 | |
420 If you build with `gpm' support on Linux, you cannot suspend XEmacs | |
421 because gpm installs a buggy SIGTSTP handler. Either compile with | |
422 `--with-gpm=no', or don't suspend XEmacs on the Linux console until | |
423 this bug is fixed. | |
417 | 424 |
418 ** You type Control-H (Backspace) expecting to delete characters. | 425 ** You type Control-H (Backspace) expecting to delete characters. |
419 | 426 |
420 Emacs has traditionally used Control-H for help; unfortunately this | 427 Emacs has traditionally used Control-H for help; unfortunately this |
421 interferes with its use as Backspace on TTY's. One way to solve this | 428 interferes with its use as Backspace on TTY's. One way to solve this |