diff options
| -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. |