aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2009-03-28 16:03:03 +0000
committerJan Djärv2009-03-28 16:03:03 +0000
commite390f3a3fcf19db0056619837a4ecd30483e262a (patch)
tree3a58849eeda5954714cb0f97eb1b19c02bcd5714
parentc986813b273acbeec45cb03210e51644d048235b (diff)
downloademacs-e390f3a3fcf19db0056619837a4ecd30483e262a.tar.gz
emacs-e390f3a3fcf19db0056619837a4ecd30483e262a.zip
Point to etc/PROBLEMS for Gtk+ and display exit problem.
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 56c7726b560..16e0892dee0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -122,6 +122,8 @@ With an Emacs server active (M-x server-start), `emacsclient -t'
122creates a tty frame connected to the running emacs server. You can 122creates a tty frame connected to the running emacs server. You can
123use any number of different ttys. `emacsclient -c' creates a new X11 123use any number of different ttys. `emacsclient -c' creates a new X11
124frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set). 124frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set).
125There may be problems if a display exits unexpectedly and Emacs is compiled
126with Gtk+, see etc/PROBLEMS.
125 127
126You can test for the presence of this feature in your Lisp code by 128You can test for the presence of this feature in your Lisp code by
127testing for the `multi-tty' feature. 129testing for the `multi-tty' feature.