diff options
Diffstat (limited to 'PROBLEMS')
| -rw-r--r-- | PROBLEMS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,6 +1,15 @@ | |||
| 1 | This file describes various problems that have been encountered | 1 | This file describes various problems that have been encountered |
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | * `Pid xxx killed due to text modification or page I/O error' | ||
| 5 | |||
| 6 | On HP/UX, you can get that error when the Emacs executable is on an NFS | ||
| 7 | file system. HP/UX responds this way if it tries to swap in a page and | ||
| 8 | does not get a response from the server within a timeout whose default | ||
| 9 | value is just ten seconds. | ||
| 10 | |||
| 11 | If this happens to you, extend the timeout period. | ||
| 12 | |||
| 4 | * `expand-file-name' fails to work on any but the machine you dumped Emacs on. | 13 | * `expand-file-name' fails to work on any but the machine you dumped Emacs on. |
| 5 | 14 | ||
| 6 | On some systems, if you use any of the functions which look up | 15 | On some systems, if you use any of the functions which look up |