1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(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.
This commit is contained in:
Bill Wohler 2006-02-05 05:35:44 +00:00
parent 7b0fed568b
commit dc4d94d55f
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -1521,14 +1521,17 @@ on the \"INS\" button. Enter a \"Spool File\" of \"~/mail/mh-e\", a
\"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")))