summaryrefslogtreecommitdiff
path: root/lisp/server.el
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* entered into RCSRoland McGrath1992-09-041-1/+3
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-151-2/+8
|
* *** empty log message ***Richard M. Stallman1992-06-091-0/+1
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-12-051-5/+2
|
* *** empty log message ***Richard M. Stallman1991-09-031-0/+3
|
* *** empty log message ***Roland McGrath1991-05-091-0/+1
|
* *** empty log message ***Richard M. Stallman1990-12-121-2/+9
|
* Initial revisionroot1990-02-221-0/+290