Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 464:5aa1854ad537 r21-2-47
Import from CVS: tag r21-2-47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:45:51 +0200 |
parents | d7a9135ec789 |
children | 1f4790508db6 |
comparison
equal
deleted
inserted
replaced
463:a158004111cd | 464:5aa1854ad537 |
---|---|
1 -*- mode:outline -*- | 1 -*- mode:outline -*- |
2 | 2 |
3 This file describes various problems that have been encountered | 3 This file describes various problems that have been encountered |
4 in compiling, installing and running XEmacs. It has been updated for | 4 in compiling, installing and running XEmacs. It has been updated for |
5 XEmacs 21.0. | 5 XEmacs 21.4. |
6 | 6 |
7 This file is rather large, but we have tried to sort the entries by | 7 This file is rather large, but we have tried to sort the entries by |
8 their respective relevance for XEmacs, but may have not succeeded | 8 their respective relevance for XEmacs, but may have not succeeded |
9 completely in that task. The file is divided into four parts: | 9 completely in that task. The file is divided into four parts: |
10 | 10 |
609 | 609 |
610 | 610 |
611 * Problems with running XEmacs | 611 * Problems with running XEmacs |
612 ============================== | 612 ============================== |
613 ** General | 613 ** General |
614 *** gnuserv is running, some clients can connect, but others cannot. | |
615 | |
616 The code in gnuslib.c respects the value of TMPDIR. If the server and | |
617 the client have different values in their environment, you lose. | |
618 One program known to set TMPDIR and manifest this problem is exmh. | |
619 You can defeat the use of TMPDIR by unsetting USE_TMPDIR at the top of | |
620 gnuserv.h at build time. | |
621 | |
614 *** C-z just refreshes the screen instead of suspending Emacs. | 622 *** C-z just refreshes the screen instead of suspending Emacs. |
615 | 623 |
616 You are probably using a shell that doesn't support job control, even | 624 You are probably using a shell that doesn't support job control, even |
617 though the system itself is capable of it. Try using a different | 625 though the system itself is capable of it. Try using a different |
618 shell. | 626 shell. |