diff options
| author | Jan Djärv | 2009-03-28 16:03:03 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-03-28 16:03:03 +0000 |
| commit | e390f3a3fcf19db0056619837a4ecd30483e262a (patch) | |
| tree | 3a58849eeda5954714cb0f97eb1b19c02bcd5714 | |
| parent | c986813b273acbeec45cb03210e51644d048235b (diff) | |
| download | emacs-e390f3a3fcf19db0056619837a4ecd30483e262a.tar.gz emacs-e390f3a3fcf19db0056619837a4ecd30483e262a.zip | |
Point to etc/PROBLEMS for Gtk+ and display exit problem.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -122,6 +122,8 @@ With an Emacs server active (M-x server-start), `emacsclient -t' | |||
| 122 | creates a tty frame connected to the running emacs server. You can | 122 | creates a tty frame connected to the running emacs server. You can |
| 123 | use any number of different ttys. `emacsclient -c' creates a new X11 | 123 | use any number of different ttys. `emacsclient -c' creates a new X11 |
| 124 | frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set). | 124 | frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set). |
| 125 | There may be problems if a display exits unexpectedly and Emacs is compiled | ||
| 126 | with Gtk+, see etc/PROBLEMS. | ||
| 125 | 127 | ||
| 126 | You can test for the presence of this feature in your Lisp code by | 128 | You can test for the presence of this feature in your Lisp code by |
| 127 | testing for the `multi-tty' feature. | 129 | testing for the `multi-tty' feature. |