emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog
Date: Sun, 05 Feb 2006 05:35:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/02/05 05:35:44

Modified files:
        lisp/mh-e      : mh-e.el ChangeLog 

Log message:
        (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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.66&tr2=1.67&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.144&tr2=1.145&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.144 emacs/lisp/mh-e/ChangeLog:1.145
--- emacs/lisp/mh-e/ChangeLog:1.144     Sun Feb  5 05:24:03 2006
+++ emacs/lisp/mh-e/ChangeLog   Sun Feb  5 05:35:44 2006
@@ -1,3 +1,9 @@
+2006-02-04  Bill Wohler  <address@hidden>
+
+       * 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  <address@hidden>
 
        * mh-mime.el (mh-file-mime-type-substitutions): Added entries to
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.66 emacs/lisp/mh-e/mh-e.el:1.67
--- emacs/lisp/mh-e/mh-e.el:1.66        Fri Feb  3 23:28:28 2006
+++ emacs/lisp/mh-e/mh-e.el     Sun Feb  5 05:35:44 2006
@@ -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")))




reply via email to

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