diff options
| author | Drake Wilson | 2011-03-02 23:00:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 23:00:23 -0800 |
| commit | 0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f (patch) | |
| tree | 23d0a55326d7bfb257d72757ee726a1d636911ba /doc | |
| parent | a915d7a1e55a887ff5bd628369ca9f2c3b2fa367 (diff) | |
| download | emacs-0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f.tar.gz emacs-0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f.zip | |
Add --quiet option for emacsclient (bug#663) (tiny change)
* lib-src/emacsclient.c (longopts): Add quiet.
(decode_options): Handle q/quiet.
(print_help_and_exit): Add q/quiet.
(main): Suppress some messages if quiet option is used.
* doc/emacs/misc.texi (emacsclient Options): Add q/quiet.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5481e7f51dc..dc43450110f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change) | ||
| 2 | |||
| 3 | * misc.texi (emacsclient Options): Add q/quiet. | ||
| 4 | |||
| 1 | 2011-03-02 Glenn Morris <rgm@gnu.org> | 5 | 2011-03-02 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * mule.texi (Communication Coding) <x-select-request-type>: | 7 | * mule.texi (Communication Coding) <x-select-request-type>: |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index d7143d1498a..1299895a06e 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1672,6 +1672,11 @@ all server buffers are finished. You can take as long as you like to | |||
| 1672 | edit the server buffers within Emacs, and they are @emph{not} killed | 1672 | edit the server buffers within Emacs, and they are @emph{not} killed |
| 1673 | when you type @kbd{C-x #} in them. | 1673 | when you type @kbd{C-x #} in them. |
| 1674 | 1674 | ||
| 1675 | @item -q | ||
| 1676 | @itemx --quiet | ||
| 1677 | Do not let @command{emacsclient} display messages about waiting for | ||
| 1678 | Emacs or connecting to remote server sockets. | ||
| 1679 | |||
| 1675 | @item -s @var{server-name} | 1680 | @item -s @var{server-name} |
| 1676 | @itemx --socket-name=@var{server-name} | 1681 | @itemx --socket-name=@var{server-name} |
| 1677 | Connect to the Emacs server named @var{server-name}. The server name | 1682 | Connect to the Emacs server named @var{server-name}. The server name |