summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Expand)AuthorAgeFilesLines
* Fix emacsclient/server behavior under --without-x.Chong Yidong2012-04-201-3/+5
* * lisp/server.el (server-execute): Respect initial-buffer-choiceChong Yidong2012-04-201-11/+9
* Merge from emacs-24 branchChong Yidong2012-04-201-0/+7
|\
| * Move "emacsclient -t -n" handling from emacsclient.c to server.el.Chong Yidong2012-04-151-0/+7
* | lisp/server.el (server-ensure-safe-dir): Simplify.Juanma Barranquero2012-04-171-23/+19
* | * lisp/server.el: Doc fixes.Juanma Barranquero2012-04-141-23/+21
* | (server-generate-key): `called-interactively-p' requires a parameter.Lars Ingebrigtsen2012-04-141-1/+1
* | Allow using `server-auth-key' to set a permanent shared keyMichal Nazarewicz2012-04-141-7/+54
|/
* * lisp/server.el (server--on-display-p): New function.Stefan Monnier2012-04-041-3/+12
* * server.el (server-eval-at): Handle non-tcp connections. DecodeAndreas Schwab2012-03-111-28/+34
* Define -print-nonl client commandAndreas Schwab2012-03-111-11/+38
* Fix last fix of server-unselect-displayMartin Rudalics2012-02-081-7/+7
* In server-unselect-display make sure that buffer is live before killing itMartin Rudalics2012-02-081-8/+9
* In server-unselect-display don't inadvertently kill current buffer. (Bug#10729)Martin Rudalics2012-02-081-10/+12
* server.el doc fixesGlenn Morris2012-02-011-1/+10
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix emacsclient bug where "-n -c" does not open a new frame on Windows.Juanma Barranquero2011-12-041-6/+12
* * lisp/server.el (server-eval-and-print): Allow C-g.Stefan Monnier2011-11-221-1/+8
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-2/+6
* * lisp/server.el (server-port): Doc fix.Chong Yidong2011-08-281-1/+4
* lisp/server.el: Catch quit and close the connection (bug#8942).Juanma Barranquero2011-07-051-1/+4
* lisp/server.el (server-eval-and-print): Return any result, even nil.Juanma Barranquero2011-07-041-4/+4
* Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann2011-06-251-3/+17
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-6/+9
* Decode &_ => SPC in the reply.Lars Magne Ingebrigtsen2011-05-021-4/+8
* Implement and document `server-eval-at'.Lars Magne Ingebrigtsen2011-05-021-0/+35
* Merge from trunkStefan Monnier2011-03-211-1/+7
|\
| * Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-1/+7
| |\
| | * Fix comparisons of file ownership on MS-Windows for the Administrator user.Eli Zaretskii2011-03-111-1/+7
* | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-011-7/+8
* | | Merge from trunkStefan Monnier2011-02-111-119/+114
|\ \ \ | |/ /
| * | * lisp/server.el (server-process-filter): Use pcase.Stefan Monnier2011-02-101-117/+113
* | | * lisp/emacs-lisp/cconv.el: New file.Igor Kuzmin2011-02-101-176/+168
|/ /
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-171-1/+1
|\ \ | |/
| * * lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).Ulrich Mueller2010-11-161-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-091-9/+19
|\ \ | |/
| * Prevent server-mode from issuing a prompt in kill-emacs-hook.Chong Yidong2010-10-311-9/+19
* | * server.el (server-host, server-port, server-auth-dir): Autoload risky.Glenn Morris2010-10-261-2/+4
* | Add server-port option. (Bug#854)Peter Oliver2010-10-261-1/+10
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-1/+1
|\ \ | |/
| * lisp/server.el (server-process-filter): Doc fix.Juanma Barranquero2010-09-291-1/+1
* | * lisp/server.el (server-process-filter, server-return-error): GiveChong Yidong2010-10-021-0/+6
* | lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T0...Juanma Barranquero2010-10-011-0/+1
* | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero2010-09-301-4/+3
* | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".Juanma Barranquero2010-09-251-1/+1
* | server.el (server-visit-files): Run pre-command-hook andDavid Reitter2010-08-261-5/+10