changeset 68622:8e332f1560b0

(mh-inc-spool-list): Update example for Emacs 22 which has an emacsclient command that supports --eval. I had read that gnudoit was deprecated in favor of gnuclient anyway.
author Bill Wohler <wohler@newt.com>
date Sun, 05 Feb 2006 05:35:44 +0000
parents d01a0afb4ae3
children e3b82cd3b90b
files lisp/mh-e/ChangeLog lisp/mh-e/mh-e.el
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Sun Feb 05 05:24:03 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Sun Feb 05 05:35:44 2006 +0000
@@ -1,3 +1,9 @@
+2006-02-04  Bill Wohler  <wohler@newt.com>
+
+	* mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
+	has an emacsclient command that supports --eval. I had read that
+	gnudoit was deprecated in favor of gnuclient anyway.
+
 2006-02-04  Eric Ding  <ericding@alum.mit.edu>
 
 	* mh-mime.el (mh-file-mime-type-substitutions): Added entries to
--- a/lisp/mh-e/mh-e.el	Sun Feb 05 05:24:03 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Sun Feb 05 05:35:44 2006 +0000
@@ -1521,14 +1521,17 @@
 \"Folder\" of \"mh-e\", and a \"Key Binding\" of \"m\".
 
 You can use \"xbuffy\" to automate the incorporation of this mail
-using the \"gnudoit\" command in the \"gnuserv\" package as follows:
+using the Emacs 22 command \"emacsclient\" as follows:
 
     box ~/mail/mh-e
         title mh-e
         origMode
         polltime 10
         headertime 0
-        command gnudoit -q '(mh-inc-spool-mh-e)'"
+        command emacsclient --eval '(mh-inc-spool-mh-e)'
+
+In XEmacs, the command \"gnuclient\" is used in a similar
+fashion."
   :type '(repeat (list (file :tag "Spool File")
                        (string :tag "Folder")
                        (character :tag "Key Binding")))