diff options
| author | Chong Yidong | 2008-10-29 04:57:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-29 04:57:56 +0000 |
| commit | c409d2f31c7a65e2db20765fe6bd50fd6761c278 (patch) | |
| tree | 10aef2109aafc46cb20455a14d4e19cabdc4ec0a | |
| parent | 8bd3f7efa7a721016ebfab2232f6e7129a15eb9a (diff) | |
| download | emacs-c409d2f31c7a65e2db20765fe6bd50fd6761c278.tar.gz emacs-c409d2f31c7a65e2db20765fe6bd50fd6761c278.zip | |
Documented emacsclient changes.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -115,7 +115,7 @@ The Emacs 22 icon is available as `emacs22.png' in the same location. | |||
| 115 | * Changes in Emacs 23.1 | 115 | * Changes in Emacs 23.1 |
| 116 | 116 | ||
| 117 | ** Improved X Window System support | 117 | ** Improved X Window System support |
| 118 | 118 | +++ | |
| 119 | *** Emacs now supports using both X displays and ttys in one session. | 119 | *** Emacs now supports using both X displays and ttys in one session. |
| 120 | With an Emacs server active (M-x server-start), `emacsclient -t' | 120 | With an Emacs server active (M-x server-start), `emacsclient -t' |
| 121 | creates a tty frame connected to the running emacs server. You can | 121 | creates a tty frame connected to the running emacs server. You can |
| @@ -124,12 +124,12 @@ frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set). | |||
| 124 | 124 | ||
| 125 | You can test for the presence of this feature in your Lisp code by | 125 | You can test for the presence of this feature in your Lisp code by |
| 126 | testing for the `multi-tty' feature. | 126 | testing for the `multi-tty' feature. |
| 127 | 127 | +++ | |
| 128 | **** Emacsclient can now open new terminal frames. | 128 | **** Emacsclient can now open new terminal frames. |
| 129 | Now, the default behavior is to open a new Emacs frame by default. | 129 | Now, the default behavior is to open a new Emacs frame by default. |
| 130 | Use the -c option to get the old behavior of opening files in the | 130 | Use the -c option to get the old behavior of opening files in the |
| 131 | currently selected Emacs frame. | 131 | currently selected Emacs frame. |
| 132 | 132 | +++ | |
| 133 | *** Emacs can now start in background, as a daemon when using the | 133 | *** Emacs can now start in background, as a daemon when using the |
| 134 | --daemon command line argument. It disconnects from the terminal and | 134 | --daemon command line argument. It disconnects from the terminal and |
| 135 | starts the server. Clients can connect and create graphical or | 135 | starts the server. Clients can connect and create graphical or |