diff options
| author | Glenn Morris | 2011-03-02 23:01:32 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 23:01:32 -0800 |
| commit | d862b746f59929e71569c288ed761d08eccebba0 (patch) | |
| tree | 36498c83a28a8cb790b634d945bd0c9548c53c82 | |
| parent | 0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f (diff) | |
| download | emacs-d862b746f59929e71569c288ed761d08eccebba0.tar.gz emacs-d862b746f59929e71569c288ed761d08eccebba0.zip | |
* etc/NEWS: Mention emacsclient -q.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -67,10 +67,13 @@ from load-path. -Q now implies this. | |||
| 67 | 67 | ||
| 68 | ** emacsclient changes | 68 | ** emacsclient changes |
| 69 | 69 | ||
| 70 | +++ | ||
| 70 | *** New emacsclient argument --parent-id ID can be used to open a | 71 | *** New emacsclient argument --parent-id ID can be used to open a |
| 71 | client frame in parent X window ID, via XEmbed. This works like the | 72 | client frame in parent X window ID, via XEmbed. This works like the |
| 72 | --parent-id argument to Emacs. | 73 | --parent-id argument to Emacs. |
| 73 | 74 | ||
| 75 | *** New emacsclient argument -q/--quiet suppresses some status messages. | ||
| 76 | |||
| 74 | *** If emacsclient shuts down as a result of Emacs signalling an | 77 | *** If emacsclient shuts down as a result of Emacs signalling an |
| 75 | error, its exit status is 1. | 78 | error, its exit status is 1. |
| 76 | 79 | ||