summaryrefslogtreecommitdiff
path: root/doc/man/emacsclient.1
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvements to emacsclient man pageStefan Kangas2020-10-181-12/+12
| | | | | * doc/man/emacsclient.1: Make flag descriptions into full sentences to be more consistent.
* Move emacsclient.1 file history further downStefan Kangas2020-10-151-5/+4
| | | | | * doc/man/emacsclient.1: Move file history further down; it doesn't need to be prominently displayed in the introductory paragraph.
* Fix man page title lines and timestampsStefan Kangas2020-10-121-1/+5
| | | | | | | | | | * doc/man/ebrowse.1: * doc/man/emacs.1.in: * doc/man/emacsclient.1: * doc/man/etags.1: Update date to match last significant change. Set file local variable time-stamp-pattern. Fix title line to match the recommendations in "man man-pages". Ref: https://lists.gnu.org/r/emacs-devel/2020-09/msg01002.html
* Document that --eval makes emacsclient ignore -nLars Ingebrigtsen2019-08-021-0/+1
| | | | | * doc/man/emacsclient.1: Mention that -n is ignored if --eval is given (bug#20524).
* Add support in emacsclient for EMACS_SOCKET_NAMEDaniel Pittman2018-10-271-0/+1
| | | | | | | | | | | | | | | | | | | If the '--socket-name' argument is unspecified, the environment variable 'EMACS_SOCKET_NAME' is now consulted with the same semantics. This mirrors the behavior of the '--server-file' argument, and allows for easier configuration of emacsclient when the socket is in a location other than 'TMPDIR' or '/tmp'. * emacsclient.c (set_socket): Add support for the EMACS_SOCKET_NAME environment variable. (Bug#33095) * misc.texi (emacsclient Options): * emacsclient.1: Document the EMACS_SOCKET_NAME environment variable. * etc/NEWS: Announce the new feature. Copyright-paperwork-exempt: yes
* Fix typos in documentationEli Zaretskii2018-09-271-1/+1
| | | | | | | | | | | | | | | | | | * doc/misc/vhdl-mode.texi (Custom Indentation Functions): * doc/misc/url.texi (Customization): * doc/misc/tramp.texi (Overview): * doc/misc/srecode.texi (Developing Template Functions): * doc/misc/sieve.texi (Sieve Mode): * doc/misc/reftex.texi (Options - Creating Citations): * doc/misc/org.texi (Cooperation, Conflicts): * doc/misc/gnus.texi (Misc Group Stuff): * doc/misc/eshell.texi (Bugs and ideas): * doc/misc/calc.texi (Summary): * doc/man/emacsclient.1: * doc/lispref/os.texi (Security Considerations): * doc/lispref/control.texi (pcase Macro): * CONTRIBUTE: Fix typos. Reported by Mak Kolybabi <mak@kolybabi.com> (Bug#32853)
* Add support for arguments in emacsclient's ALTERNATE_EDITOR (Bug #25082)Reuben Thomas2017-08-301-3/+3
| | | | | | | | | | | | | | | | * lib-src/emacsclient.c (fail): Parse ALTERNATE_EDITOR, or corresponding command-line argument, into quote- or space-separated tokens. If a token starts with a quote, then it naturally is expected to end with a quote; escaping is not supported. This is enough to cope with the typical case of requiring the initial path to be quoted, common on Windows where it may contain spaces. * etc/NEWS: Document. * doc/emacs/misc.texi: Likewise. * doc/man/emacsclient.1: Tweak to remove the implication that only an editor can be specified (the manual already mentions a “command”). Fix a small error where “EDITOR” is referred to rather than “ALTERNATE_EDITOR”. * test/lib-src/emacsclient-tests.el: Add tests.
* * doc/man/emacsclient.1: Document +line:column option.Paul Eggert2016-03-291-1/+11
|
* Prefer double-quote to accent-grave in man pagesPaul Eggert2015-04-071-15/+17
|
* * doc/man/emacsclient.1: Tiny markup fixGlenn Morris2014-10-301-1/+1
|
* Document exactly how emacsclient's -a "" starts the daemon.Chong Yidong2011-10-061-2/+2
| | | | | | | | | * doc/emacs/misc.texi (emacsclient Options): Document how emacsclient runs the Emacs daemon. * doc/man/emacsclient.1: Document how -a "" starts the daemon. Fixes: debbugs:9674
* Document several Emacs 24 changes.Chong Yidong2011-07-111-0/+3
| | | | | | | | | | | | | | * doc/emacs/cmdargs.texi (Initial Options): Document --no-site-lisp. (Misc X): Document --parent-id. * doc/emacs/frames.texi (Frame Commands): Note that focus-follows-mouse now defaults to nil. * doc/emacs/misc.texi (emacsclient Options): Document --parent-id. * doc/emacs/msdog.texi (Windows HOME): Document _emacs as obsolete. * doc/man/emacsclient.1: Document exit status.
* Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann2011-06-251-0/+3
| | | | | | | | | | | | * lib-src/emacsclient.c (longopts, decode_options, main): Add frame-parameters. * lisp/server.el (server-create-window-system-frame): Add parameters arg. (server-process-filter): Doc fix. Handle frame-parameters. * doc/emacs/misc.texi (emacsclient Options): Mention --frame-parameters. * doc/man/emacsclient.1: Mention --frame-parameters. * etc/NEWS: Mention this.
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* * emacsclient.1: Arrange options alphabetically (Bug#7620).Jari Aalto2010-12-291-15/+15
|
* Comment.Glenn Morris2008-12-131-0/+1
|
* * misc.texi (emacsclient Options): Describe what an empty stringDan Nicolaescu2008-12-101-0/+2
| | | | | | | | | | | | | | argument does for --alternate-editor. * emacsclient.1: Describe what an empty string argument does for --alternate-editor. * emacsclient.c (print_help_and_exit): Describe what an empty string argument does for --alternate-editor. (set_socket): Make it possible to not exit in case of an error. (start_daemon_and_retry_set_socket): New function. (main): Use it. Restore the NULL value for socket_name and server_file after the set_socket call.
* Mention -nw and -c. Fix the character for --help.Dan Nicolaescu2008-11-271-4/+10
| | | | Swap the order of -e and -n to follow the order displayed by --help.
* Move here from ../../etc/Glenn Morris2007-09-061-0/+88