aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el
Commit message (Expand)AuthorAgeFilesLines
* (server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.Juanma Barranquero2006-11-121-1/+2
* (server-visit-files): Bind `minibuffer-auto-raise' to the value ofJuanma Barranquero2006-11-111-1/+2
* (server-raise-frame): New option.Juanma Barranquero2006-11-101-6/+12
* (server-start): Save also the Emacs pid in the server authentication file.Juanma Barranquero2006-11-071-0/+1
* *** empty log message ***Juanma Barranquero2006-11-031-16/+16
* (server-auth-key): Remove. Replace by a process-property.Stefan Monnier2006-11-021-52/+51
* (server-visit-files): Use `when'.Juanma Barranquero2006-11-021-62/+59
* Try and fit within 80 columns.Stefan Monnier2006-11-011-23/+28
* Add support for TCP sockets.Juanma Barranquero2006-10-301-68/+141
* (server-select-display): Use a dummy buffer to detect whenStefan Monnier2006-10-301-14/+32
* * server.el (server-select-display): Don't make the temp frameChong Yidong2006-07-061-10/+12
* * server.el (server-edit): No-op if no server buffers exist.Chong Yidong2006-06-111-5/+7
* (server-start): Only create a directory if needed.Stefan Monnier2006-05-161-5/+7
* (server-visit-files): Use add-to-history.Kim F. Storm2006-05-051-1/+1
* (server-process-filter): Handle errors duringAndreas Schwab2006-03-041-1/+5
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (server-sentinel): Set query-on-exit flag to nil on new client processesRomain Francoise2005-10-241-0/+5
* Message format spec fixes (1)Deepak Goel2005-09-181-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Bind "C-x #" in a way that works even if C-x is redefined to a command key,Eli Zaretskii2005-07-161-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-3/+3
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* * server.el (server-process-filter): Suppress `error', too.Masatake YAMATO2004-12-301-1/+2
* (server-unload-hook): Set as a variable with add-hook.Richard M. Stallman2004-10-171-0/+2
* (server-process-filter): Wrap `process-send-region'Masatake YAMATO2004-10-081-1/+5
* (server-process-filter): Delete temp frame.Stefan Monnier2004-03-191-2/+5
* (server-name): New var.Stefan Monnier2004-03-111-5/+9
* (server-socket-name): Don't use the hostname in theStefan Monnier2004-01-271-3/+2
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (server-start): Check `server-process' is non-nilJohn Paul Wallington2003-07-251-1/+2
* (server-start): Use letf.Stefan Monnier2003-04-121-14/+10
* (server-socket-name): Use new safe location for socket.Stefan Monnier2003-04-121-10/+22
* (server-previous-strings): Remove.Stefan Monnier2003-02-101-12/+5
* (server-window): Customize.Dave Love2003-01-151-12/+41
* (server-process-filter): Use `minibufferp' to testJohn Paul Wallington2003-01-131-10/+10
* (server-process-filter): Comment out -eval.Richard M. Stallman2003-01-131-6/+8
* (server-sentinel): Kill buffers if applicable.Stefan Monnier2002-11-021-56/+64
* (server-switch-buffer): Say when no server buffers remain.Richard M. Stallman2002-10-291-1/+2
* (server-socket-name): Always use /tmp and non-qualified hostname.Stefan Monnier2002-09-271-5/+2
* (server-select-display): New function.Stefan Monnier2002-09-271-45/+81
* Use built-in network primitives.Stefan Monnier2002-09-251-129/+116
* (server-done): Fix harmlessly wrong arg to save-buffer.Stefan Monnier2002-09-181-31/+38
* (server-log): Add `client' arg.Stefan Monnier2002-09-181-37/+36
* (server-process-filter): Simplify code.Richard M. Stallman2002-08-151-40/+42
* (server-unload-hook): New function.Dave Love2001-12-181-0/+5
* (server-process-filter): Run pore/post-comment-hookStefan Monnier2001-11-151-0/+2
* (server-edit, server-done): Doc fix.Richard M. Stallman2001-11-131-4/+6
* (server-buffer-done): Test of server-existing-buffer was backwards.Richard M. Stallman2001-11-111-4/+6
* (server-switch-buffer): Use get-window-with-predicate.Gerd Moellmann2001-09-071-2/+3