emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/server.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/server.el
Date: Mon, 12 Nov 2001 22:14:23 -0500

Index: emacs/lisp/server.el
diff -u emacs/lisp/server.el:1.75 emacs/lisp/server.el:1.76
--- emacs/lisp/server.el:1.75   Sun Nov 11 12:56:23 2001
+++ emacs/lisp/server.el        Mon Nov 12 22:14:23 2001
@@ -427,10 +427,11 @@
 
 (defun server-done ()
   "Offer to save current buffer, mark it as \"done\" for clients.
-This buries the buffer, then returns a list of the form (NEXT-BUFFER KILLED).
-NEXT-BUFFER is another server buffer, as a suggestion for what to select next,
-or nil.  KILLED is t if we killed BUFFER
-\(typically, because it was visiting a temp file)."
+This kills or buries the buffer, then returns a list
+of the form (NEXT-BUFFER KILLED).  NEXT-BUFFER is another server buffer,
+as a suggestion for what to select next, or nil.
+KILLED is t if we killed BUFFER, which happens if it was created
+specifically for the clients and did not exist before their request for it."
   (let ((buffer (current-buffer)))
     (if server-buffer-clients
        (progn
@@ -488,6 +489,7 @@
 (defun server-edit (&optional arg)
   "Switch to next server editing buffer; say \"Done\" for current buffer.
 If a server buffer is current, it is marked \"done\" and optionally saved.
+The buffer is also killed if it did not exist before the clients asked for it.
 When all of a client's buffers are marked as \"done\", the client is notified.
 
 Temporary files such as MH <draft> files are always saved and backed up,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]