summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Collapse)AuthorAgeFilesLines
* (server-process-filter): If a client visits no buffers,Karl Heuer1999-08-161-6/+13
| | | | close it immediately before recording it.
* (server-start): Set coding system for the serverKenichi Handa1999-03-131-0/+10
| | | | | process to raw-text. (server-process-filter): Decode file names if necessary.
* (server-buffer-done): Bind server-kill-buffer-runningRichard M. Stallman1998-05-051-9/+20
| | | | | | | | | | around places that might kill the buffer. Do something reasonable if server-done-hook kills the buffer. (server-kill-buffer-running): Doc fix. (server-kill-buffer): Do nothing unless server-buffer-clients. (server-done): Doc fix. (server-buffer-done): Test of for-killing was backwards.
* Customized.Richard M. Stallman1997-08-181-14/+28
|
* (server-kill-buffer): Prevent infinite recursion.Richard M. Stallman1997-05-311-2/+9
| | | | (server-kill-buffer-running): New variable.
* Comment change.Richard M. Stallman1997-05-271-0/+1
|
* (server-kill-buffer): Act only when there is a server process.Richard M. Stallman1997-05-141-1/+2
|
* (server-buffer-done): New arg FOR-KILLING.Richard M. Stallman1997-05-101-5/+11
| | | | (server-kill-buffer): New fn, to inform clients when buffer is killed.
* (server-done): If buffer visits no file, don't offer save.Richard M. Stallman1997-04-131-0/+1
|
* (server-process-filter): Let-bind `pos'.Richard M. Stallman1997-01-021-2/+2
|
* (server-start): Don't delete ~/.emacs-server.Richard M. Stallman1996-12-301-6/+12
| | | | | Instead, delete the names emacsserver really uses if compiled with SERVER_HOME_DIR.
* (server-process-filter): Quote with &, not \.Richard M. Stallman1996-09-021-3/+3
|
* (server-process-filter): Undo the quoting withRichard M. Stallman1996-09-021-1/+12
| | | | | backslashes that emacsclient now does for special characters. Delete some debugging code accidentally left in.
* (server-visit-files): New argument NOWAIT.Richard M. Stallman1996-08-281-16/+24
| | | | | | Don't record on server-buffer-clienjts if NOWAIT. (server-process-filter): Pass NOWAIT arg based on data from server. Don't record in server-clients if NOWAIT.
* (server-process-filter): Use command-line-normalize-file-name.Richard M. Stallman1996-02-281-5/+2
|
* (server-process-filter): Don't collapse // at start of file name.Richard M. Stallman1996-02-281-1/+2
|
* (server-process-filter): In file name, collapse multiple slashes to one.Richard M. Stallman1996-01-261-0/+6
|
* (server-process-filter): Pass proper format string to message.Karl Heuer1996-01-251-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-37/+38
|
* (server-log): Record the current time.Richard M. Stallman1995-11-101-2/+2
| | | | End with newline whenever STRING doesn't end with one.
* (server-start): Try both full hostname and shortenedRichard M. Stallman1995-10-081-3/+12
| | | | hostname when deleting the socket file.
* (server-process-filter): Ignore lines that don't startRichard M. Stallman1995-09-241-20/+21
| | | | with `Error:' or `Client:'.
* (server-buffer-done): Pause between client commands,Richard M. Stallman1995-08-101-4/+6
| | | | but not after the last one.
* (server-process-filter): Detect error messages from server.Richard M. Stallman1995-06-281-21/+23
|
* (server-switch-buffer): Make first arg optional too;Roland McGrath1995-04-091-1/+1
| | | | server-edit might pass no args, since server-done might return nil.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (server-buffer-done): Return a listRichard M. Stallman1995-03-111-11/+21
| | | | | | | | | | (NEXT-BUFFER KILLED). KILLED is t if we killed the buffer. (server-edit): Values from server-done is now list of args for server-switch-buffer. (server-switch-buffer): Likewise. (server-switch-buffer): New optional arg KILLED-ONE. Avoid the other-buffer at the end in that case.
* (server-process-filter): Process each line separately.Richard M. Stallman1994-12-291-15/+29
| | | | | | (server-buffer-done): Delete dead buffers from CLIENT list. Wait a while after sending a command to emacsclient. Verify that BUFFER is a buffer.
* (server-switch-buffer): Cope with dead frames and windows.Richard M. Stallman1994-12-231-1/+4
|
* Comment change.Richard M. Stallman1994-11-101-3/+4
|
* (server-switch-buffer): Don't go to an invisible frame.Richard M. Stallman1994-10-041-2/+7
| | | | | Move to a non-dedicated window if possible. Otherwise, make the window non-dedicated.
* (server-start): Always use pipes for communication.Richard M. Stallman1994-09-141-1/+4
|
* (server-start): Try both possible socket file names for the file to delete.Richard M. Stallman1994-07-111-0/+3
|
* (server-start): Doc fix.Richard M. Stallman1994-06-111-1/+1
|
* (server-visit-files): Bind last-nonmenu-event.Richard M. Stallman1994-05-281-4/+12
| | | | (server-kill-emacs-query-function): Ignore killed buffers.
* (server-done-hook): New hook.Richard M. Stallman1994-05-201-1/+5
| | | | (server-buffer-done): Run it.
* (server-done): Never kill buffer here.Richard M. Stallman1994-05-191-6/+6
| | | | (server-buffer-done): Do it here, if temp file.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (server-kill-emacs-query-function)Richard M. Stallman1994-04-201-11/+12
| | | | (server-kill-buffer-query-function): Give names to these hook fns.
* (kill-emacs-query-functions): Fix typo in question text.Richard M. Stallman1994-04-191-1/+1
|
* (kill-buffer-query-functions): Fix the question text.Richard M. Stallman1994-04-191-1/+2
|
* (server-switch-buffer): Don't select a minibuffer.Karl Heuer1994-03-031-0/+2
|
* (kill-emacs-query-functions, kill-buffer-query-functions):Richard M. Stallman1994-03-031-11/+26
| | | | | | | | | | Add functions to these lists. (server-program): Add exec-directory to value. Use expand-file-name. (server-buffer-done): If buffer is dead, don't bury it. (server-done): If we kill the old buffer, and server-buffer-done gives us nil, return the new current buffer.
* (server-program): Add exec-directory to value.Richard M. Stallman1994-02-021-2/+2
|
* (server-visit-files): Restore current-buffer by hand,Richard M. Stallman1993-08-091-24/+28
| | | | not using save-excursion.
* (server-done): Let save-buffer make the backup,Richard M. Stallman1993-07-151-5/+9
| | | | so that make-backup-files remains effective.
* (server-process-filter): Use server-switch-buffer.Richard M. Stallman1993-06-151-1/+1
|
* (server-window): New variable.Richard M. Stallman1993-06-111-0/+9
| | | | (server-switch-buffer): Use it.
* * server.el (server-switch-hook): New hook.Jim Blandy1993-05-181-0/+4
| | | | (server-process-filter): Call it.
* Doc fix.Christopher Zaborsky1992-11-031-2/+2
|