summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Expand)AuthorAge
* lisp/server.el: Catch quit and close the connection (bug#8942).Juanma Barranquero2011-07-05
* lisp/server.el (server-eval-and-print): Return any result, even nil.Juanma Barranquero2011-07-04
* Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann2011-06-25
* Silence various byte-compiler warnings.Stefan Monnier2011-06-01
* Decode &_ => SPC in the reply.Lars Magne Ingebrigtsen2011-05-02
* Implement and document `server-eval-at'.Lars Magne Ingebrigtsen2011-05-02
* Merge from trunkStefan Monnier2011-03-21
|\
| * Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-12
| |\
| | * Fix comparisons of file ownership on MS-Windows for the Administrator user.Eli Zaretskii2011-03-11
* | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-01
* | | Merge from trunkStefan Monnier2011-02-11
|\| |
| * | * lisp/server.el (server-process-filter): Use pcase.Stefan Monnier2011-02-10
* | | * lisp/emacs-lisp/cconv.el: New file.Igor Kuzmin2011-02-10
|/ /
* | Refill some long/short copyright headers.Glenn Morris2011-01-26
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* | Merge from emacs-23Stefan Monnier2011-01-14
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Merge from emacs-23Stefan Monnier2010-11-17
|\|
| * * lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).Ulrich Mueller2010-11-16
* | Merge from emacs-23Stefan Monnier2010-11-09
|\|
| * Prevent server-mode from issuing a prompt in kill-emacs-hook.Chong Yidong2010-10-31
* | * server.el (server-host, server-port, server-auth-dir): Autoload risky.Glenn Morris2010-10-26
* | Add server-port option. (Bug#854)Peter Oliver2010-10-26
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-08
|\|
| * lisp/server.el (server-process-filter): Doc fix.Juanma Barranquero2010-09-29
* | * lisp/server.el (server-process-filter, server-return-error): GiveChong Yidong2010-10-02
* | lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T0...Juanma Barranquero2010-10-01
* | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero2010-09-30
* | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".Juanma Barranquero2010-09-25
* | server.el (server-visit-files): Run pre-command-hook andDavid Reitter2010-08-26
* | Merge changes from emacs-23 branchChong Yidong2010-08-08
|\|
| * * server.el (server-start): Force IPv4 and use literal 127.0.0.1.Juanma Barranquero2010-08-03
* | * server.el (server-start): Simplify loop.Leo Liu2010-08-03
* | Add --parent-id argument to emacsclient.Chong Yidong2010-05-29
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-27
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-03
* | Avoid using trash for certain temp files (Bug#6070).Chong Yidong2010-04-30
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* This fixes bug#4197 (merged to bug#865, though not identical).Juanma Barranquero2009-09-19
* * server.el (server-ensure-safe-dir): Pass 'integerJuanma Barranquero2009-09-18
* Use default-value rather than default-enable-multibyte-characters.Glenn Morris2009-09-03
* Use forward-line rather than goto-line.Glenn Morris2009-08-22
* * server.el (server-buffer-done): Prevent kill-buffer fromChong Yidong2009-06-29
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-10
* Rename `system-process-attributes' to `process-attributes'Miles Bader2009-02-23
* (server-start): Make the warning more verbose (Bug#2395).Chong Yidong2009-02-20
* * server.el (server-with-environment): Don't fail for negative entries in ENV.Juanma Barranquero2009-02-11
* Add comment.Chong Yidong2009-02-07
* (server-execute): Enable quit.Stefan Monnier2009-02-07
* (server-name): Make it a defcustom.Chong Yidong2009-01-23