aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge changes from emacs-23 branchChong Yidong2010-08-081-2/+2
|\
| * * server.el (server-start): Force IPv4 and use literal 127.0.0.1.Juanma Barranquero2010-08-031-2/+2
* | * server.el (server-start): Simplify loop.Leo Liu2010-08-031-1/+1
* | Add --parent-id argument to emacsclient.Chong Yidong2010-05-291-14/+24
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-1/+1
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-2/+1
* | Avoid using trash for certain temp files (Bug#6070).Chong Yidong2010-04-301-3/+7
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* This fixes bug#4197 (merged to bug#865, though not identical).Juanma Barranquero2009-09-191-5/+30
* * server.el (server-ensure-safe-dir): Pass 'integerJuanma Barranquero2009-09-181-2/+2
* Use default-value rather than default-enable-multibyte-characters.Glenn Morris2009-09-031-1/+1
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-2/+4
* * server.el (server-buffer-done): Prevent kill-buffer fromChong Yidong2009-06-291-0/+5
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-101-1/+1
* Rename `system-process-attributes' to `process-attributes'Miles Bader2009-02-231-1/+1
* (server-start): Make the warning more verbose (Bug#2395).Chong Yidong2009-02-201-3/+8
* * server.el (server-with-environment): Don't fail for negative entries in ENV.Juanma Barranquero2009-02-111-3/+3
* Add comment.Chong Yidong2009-02-071-0/+2
* (server-execute): Enable quit.Stefan Monnier2009-02-071-33/+41
* (server-name): Make it a defcustom.Chong Yidong2009-01-231-1/+7
* * frame.el (make-frame-on-tty): Remove function, inline contentsDan Nicolaescu2009-01-221-15/+21
* (server-start): Allow server to shut down when no frames are availableChong Yidong2009-01-211-5/+11
* (server-save-buffers-kill-terminal): Args changed. Handle nowaitChong Yidong2009-01-111-13/+21
* Delete incorrect comment.Chong Yidong2009-01-111-2/+0
* Revert previous change (commit mistake).Chong Yidong2009-01-101-20/+16
* * gs.el: File removed.Chong Yidong2009-01-101-16/+20
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (server-running-p): Remove interactive spec. FixAndreas Schwab2008-12-301-4/+1
* * server.el (server-start): If unable to start the server,Juanma Barranquero2008-12-161-2/+5
* * server.el (server-sentinel): Uncomment code to delete connection file.Juanma Barranquero2008-12-121-28/+67
* * server.el (server-temp-file-p): Use `string-match-p'.Juanma Barranquero2008-11-181-15/+18
* * server.el (server-process-filter): Fix typos and reflow docstring.Juanma Barranquero2008-11-111-7/+7
* (server-process-filter): Only default to emacsclient's terminal inChong Yidong2008-11-051-2/+3
* (server-process-filter): Don't call server-create-tty-frame when noChong Yidong2008-11-041-6/+8
* (server-process-filter): In daemon mode, default to emacsclient's ttyChong Yidong2008-10-301-8/+20
* * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.Juanma Barranquero2008-10-291-1/+2
* New function `locate-user-emacs-file'.Juanma Barranquero2008-10-241-1/+1
* (server-buffer-done): Avoid changing the buffer when deleting theChong Yidong2008-09-241-1/+7
* (server-switch-buffer): New arg.Chong Yidong2008-09-061-5/+13
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (server-start): Also don't get confused by CRs since weStefan Monnier2008-04-231-2/+3
* (server-switch-buffer): Also consider clients in theAndreas Schwab2008-04-201-2/+4
* Undo part of the multi-tty change, which is only needed if server.el isStefan Monnier2008-04-051-6/+2
* (server-log-time-function): Doc fix.Juanma Barranquero2008-01-271-4/+4
* * server.el (server-process-filter): Check for non-nil before callingDan Nicolaescu2008-01-271-1/+2
* (server-buffer): New const.Stefan Monnier2008-01-261-15/+31
* (server-process-filter): Don't force the authenticationJuanma Barranquero2008-01-251-1/+1