aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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