summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (server-log-time-function): New function.Juanma Barranquero2008-01-211-4/+7
* (server-process-filter): Replace lineno and columnnnoStefan Monnier2008-01-161-37/+34
* (server-create-window-system-frame): Remove workaround forStefan Monnier2008-01-031-5/+1
* (server-save-buffers-kill-terminal): Check the `proc' is indeed a process.Stefan Monnier2007-12-231-9/+13
* (server-select-display): Fix important typo.Stefan Monnier2007-12-101-4/+4
* * server.el (server-process-filter): Use `command-line-args-left'David Kastrup2007-11-231-38/+32
* Fix last change (synch from the EMACS_22_BASE branch).Juanma Barranquero2007-11-091-4/+0
* Merge from emacs--rel--22Miles Bader2007-11-091-0/+4
|\
| * (server-unload-function): Unbind `server-edit' from `C-x #'.Juanma Barranquero2007-10-301-1/+1
| * (server-unload-function): Rename from `server-unload-hook' andJuanma Barranquero2007-10-291-5/+9
| * Chris Moore <dooglus at gmail.com>Glenn Morris2007-10-061-3/+3
* | (server-start): Only register cleanup after server wasAndreas Schwab2007-11-071-1/+1
* | (server-unload-function): Rename from `server-unload-hook' andJuanma Barranquero2007-10-291-7/+8
* | (server-process-filter): Fix typo in docstring.Juanma Barranquero2007-10-281-17/+15
* | (server-select-display): Nop if we do not support m-f-o-d.Stefan Monnier2007-10-171-6/+5