| Commit message (Expand) | Author | Age | Files | Lines |
* | * server.el (server-eval-at): Handle non-tcp connections. Decode | Andreas Schwab | 2012-03-11 | 1 | -28/+34 |
* | Define -print-nonl client command | Andreas Schwab | 2012-03-11 | 1 | -11/+38 |
* | Fix last fix of server-unselect-display | Martin Rudalics | 2012-02-08 | 1 | -7/+7 |
* | In server-unselect-display make sure that buffer is live before killing it | Martin Rudalics | 2012-02-08 | 1 | -8/+9 |
* | In server-unselect-display don't inadvertently kill current buffer. (Bug#10729) | Martin Rudalics | 2012-02-08 | 1 | -10/+12 |
* | server.el doc fixes | Glenn Morris | 2012-02-01 | 1 | -1/+10 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Fix emacsclient bug where "-n -c" does not open a new frame on Windows. | Juanma Barranquero | 2011-12-04 | 1 | -6/+12 |
* | * lisp/server.el (server-eval-and-print): Allow C-g. | Stefan Monnier | 2011-11-22 | 1 | -1/+8 |
* | Fix minor mode docstrings for the new meaning of a nil ARG. | Chong Yidong | 2011-10-19 | 1 | -2/+6 |
* | * lisp/server.el (server-port): Doc fix. | Chong Yidong | 2011-08-28 | 1 | -1/+4 |
* | lisp/server.el: Catch quit and close the connection (bug#8942). | Juanma Barranquero | 2011-07-05 | 1 | -1/+4 |
* | lisp/server.el (server-eval-and-print): Return any result, even nil. | Juanma Barranquero | 2011-07-04 | 1 | -4/+4 |
* | Allow emacsclient to set parameters of new graphical frames (bug#5864) | Andreas Rottmann | 2011-06-25 | 1 | -3/+17 |
* | Silence various byte-compiler warnings. | Stefan Monnier | 2011-06-01 | 1 | -6/+9 |
* | Decode &_ => SPC in the reply. | Lars Magne Ingebrigtsen | 2011-05-02 | 1 | -4/+8 |
* | Implement and document `server-eval-at'. | Lars Magne Ingebrigtsen | 2011-05-02 | 1 | -0/+35 |
* | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -1/+7 |
|\ |
|
| * | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu | Glenn Morris | 2011-03-12 | 1 | -1/+7 |
| |\ |
|
| | * | Fix comparisons of file ownership on MS-Windows for the Administrator user. | Eli Zaretskii | 2011-03-11 | 1 | -1/+7 |
* | | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind. | Stefan Monnier | 2011-03-01 | 1 | -7/+8 |
* | | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -119/+114 |
|\ \ \
| |/ / |
|
| * | | * lisp/server.el (server-process-filter): Use pcase. | Stefan Monnier | 2011-02-10 | 1 | -117/+113 |
* | | | * lisp/emacs-lisp/cconv.el: New file. | Igor Kuzmin | 2011-02-10 | 1 | -176/+168 |
|/ / |
|
* | | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+1 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409). | Ulrich Mueller | 2010-11-16 | 1 | -1/+1 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-09 | 1 | -9/+19 |
|\ \
| |/ |
|
| * | Prevent server-mode from issuing a prompt in kill-emacs-hook. | Chong Yidong | 2010-10-31 | 1 | -9/+19 |
* | | * server.el (server-host, server-port, server-auth-dir): Autoload risky. | Glenn Morris | 2010-10-26 | 1 | -2/+4 |
* | | Add server-port option. (Bug#854) | Peter Oliver | 2010-10-26 | 1 | -1/+10 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lisp/server.el (server-process-filter): Doc fix. | Juanma Barranquero | 2010-09-29 | 1 | -1/+1 |
* | | * lisp/server.el (server-process-filter, server-return-error): Give | Chong Yidong | 2010-10-02 | 1 | -0/+6 |
* | | lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T0... | Juanma Barranquero | 2010-10-01 | 1 | -0/+1 |
* | | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient. | Juanma Barranquero | 2010-09-30 | 1 | -4/+3 |
* | | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost". | Juanma Barranquero | 2010-09-25 | 1 | -1/+1 |
* | | server.el (server-visit-files): Run pre-command-hook and | David Reitter | 2010-08-26 | 1 | -5/+10 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | * server.el (server-start): Force IPv4 and use literal 127.0.0.1. | Juanma Barranquero | 2010-08-03 | 1 | -2/+2 |
* | | * server.el (server-start): Simplify loop. | Leo Liu | 2010-08-03 | 1 | -1/+1 |
* | | Add --parent-id argument to emacsclient. | Chong Yidong | 2010-05-29 | 1 | -14/+24 |
* | | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing. | Chong Yidong | 2010-05-27 | 1 | -1/+1 |
* | | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 2010-05-03 | 1 | -2/+1 |
* | | Avoid using trash for certain temp files (Bug#6070). | Chong Yidong | 2010-04-30 | 1 | -3/+7 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | This fixes bug#4197 (merged to bug#865, though not identical). | Juanma Barranquero | 2009-09-19 | 1 | -5/+30 |