Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (server-process-filter): If a client visits no buffers, | Karl Heuer | 1999-08-16 | 1 | -6/+13 |
| | | | | close it immediately before recording it. | ||||
* | (server-start): Set coding system for the server | Kenichi Handa | 1999-03-13 | 1 | -0/+10 |
| | | | | | process to raw-text. (server-process-filter): Decode file names if necessary. | ||||
* | (server-buffer-done): Bind server-kill-buffer-running | Richard M. Stallman | 1998-05-05 | 1 | -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. Stallman | 1997-08-18 | 1 | -14/+28 |
| | |||||
* | (server-kill-buffer): Prevent infinite recursion. | Richard M. Stallman | 1997-05-31 | 1 | -2/+9 |
| | | | | (server-kill-buffer-running): New variable. | ||||
* | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -0/+1 |
| | |||||
* | (server-kill-buffer): Act only when there is a server process. | Richard M. Stallman | 1997-05-14 | 1 | -1/+2 |
| | |||||
* | (server-buffer-done): New arg FOR-KILLING. | Richard M. Stallman | 1997-05-10 | 1 | -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. Stallman | 1997-04-13 | 1 | -0/+1 |
| | |||||
* | (server-process-filter): Let-bind `pos'. | Richard M. Stallman | 1997-01-02 | 1 | -2/+2 |
| | |||||
* | (server-start): Don't delete ~/.emacs-server. | Richard M. Stallman | 1996-12-30 | 1 | -6/+12 |
| | | | | | Instead, delete the names emacsserver really uses if compiled with SERVER_HOME_DIR. | ||||
* | (server-process-filter): Quote with &, not \. | Richard M. Stallman | 1996-09-02 | 1 | -3/+3 |
| | |||||
* | (server-process-filter): Undo the quoting with | Richard M. Stallman | 1996-09-02 | 1 | -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. Stallman | 1996-08-28 | 1 | -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. Stallman | 1996-02-28 | 1 | -5/+2 |
| | |||||
* | (server-process-filter): Don't collapse // at start of file name. | Richard M. Stallman | 1996-02-28 | 1 | -1/+2 |
| | |||||
* | (server-process-filter): In file name, collapse multiple slashes to one. | Richard M. Stallman | 1996-01-26 | 1 | -0/+6 |
| | |||||
* | (server-process-filter): Pass proper format string to message. | Karl Heuer | 1996-01-25 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -37/+38 |
| | |||||
* | (server-log): Record the current time. | Richard M. Stallman | 1995-11-10 | 1 | -2/+2 |
| | | | | End with newline whenever STRING doesn't end with one. | ||||
* | (server-start): Try both full hostname and shortened | Richard M. Stallman | 1995-10-08 | 1 | -3/+12 |
| | | | | hostname when deleting the socket file. | ||||
* | (server-process-filter): Ignore lines that don't start | Richard M. Stallman | 1995-09-24 | 1 | -20/+21 |
| | | | | with `Error:' or `Client:'. | ||||
* | (server-buffer-done): Pause between client commands, | Richard M. Stallman | 1995-08-10 | 1 | -4/+6 |
| | | | | but not after the last one. | ||||
* | (server-process-filter): Detect error messages from server. | Richard M. Stallman | 1995-06-28 | 1 | -21/+23 |
| | |||||
* | (server-switch-buffer): Make first arg optional too; | Roland McGrath | 1995-04-09 | 1 | -1/+1 |
| | | | | server-edit might pass no args, since server-done might return nil. | ||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (server-buffer-done): Return a list | Richard M. Stallman | 1995-03-11 | 1 | -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. Stallman | 1994-12-29 | 1 | -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. Stallman | 1994-12-23 | 1 | -1/+4 |
| | |||||
* | Comment change. | Richard M. Stallman | 1994-11-10 | 1 | -3/+4 |
| | |||||
* | (server-switch-buffer): Don't go to an invisible frame. | Richard M. Stallman | 1994-10-04 | 1 | -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. Stallman | 1994-09-14 | 1 | -1/+4 |
| | |||||
* | (server-start): Try both possible socket file names for the file to delete. | Richard M. Stallman | 1994-07-11 | 1 | -0/+3 |
| | |||||
* | (server-start): Doc fix. | Richard M. Stallman | 1994-06-11 | 1 | -1/+1 |
| | |||||
* | (server-visit-files): Bind last-nonmenu-event. | Richard M. Stallman | 1994-05-28 | 1 | -4/+12 |
| | | | | (server-kill-emacs-query-function): Ignore killed buffers. | ||||
* | (server-done-hook): New hook. | Richard M. Stallman | 1994-05-20 | 1 | -1/+5 |
| | | | | (server-buffer-done): Run it. | ||||
* | (server-done): Never kill buffer here. | Richard M. Stallman | 1994-05-19 | 1 | -6/+6 |
| | | | | (server-buffer-done): Do it here, if temp file. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (server-kill-emacs-query-function) | Richard M. Stallman | 1994-04-20 | 1 | -11/+12 |
| | | | | (server-kill-buffer-query-function): Give names to these hook fns. | ||||
* | (kill-emacs-query-functions): Fix typo in question text. | Richard M. Stallman | 1994-04-19 | 1 | -1/+1 |
| | |||||
* | (kill-buffer-query-functions): Fix the question text. | Richard M. Stallman | 1994-04-19 | 1 | -1/+2 |
| | |||||
* | (server-switch-buffer): Don't select a minibuffer. | Karl Heuer | 1994-03-03 | 1 | -0/+2 |
| | |||||
* | (kill-emacs-query-functions, kill-buffer-query-functions): | Richard M. Stallman | 1994-03-03 | 1 | -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. Stallman | 1994-02-02 | 1 | -2/+2 |
| | |||||
* | (server-visit-files): Restore current-buffer by hand, | Richard M. Stallman | 1993-08-09 | 1 | -24/+28 |
| | | | | not using save-excursion. | ||||
* | (server-done): Let save-buffer make the backup, | Richard M. Stallman | 1993-07-15 | 1 | -5/+9 |
| | | | | so that make-backup-files remains effective. | ||||
* | (server-process-filter): Use server-switch-buffer. | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
| | |||||
* | (server-window): New variable. | Richard M. Stallman | 1993-06-11 | 1 | -0/+9 |
| | | | | (server-switch-buffer): Use it. | ||||
* | * server.el (server-switch-hook): New hook. | Jim Blandy | 1993-05-18 | 1 | -0/+4 |
| | | | | (server-process-filter): Call it. | ||||
* | Doc fix. | Christopher Zaborsky | 1992-11-03 | 1 | -2/+2 |
| |