diff options
author | Bill Wohler <wohler@newt.com> | 2006-02-05 05:35:44 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-02-05 05:35:44 +0000 |
commit | dc4d94d55f579557f4ff3d8b427f107b8f1fa543 (patch) | |
tree | 1ada1562e494ca0f36498f3c9424802e680efd52 /lisp/mh-e/mh-e.el | |
parent | 7b0fed568b2e9963297bc43d99879760a5bfb2d5 (diff) | |
download | emacs-dc4d94d55f579557f4ff3d8b427f107b8f1fa543.tar.gz |
(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.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r-- | lisp/mh-e/mh-e.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 9be827a8071..8012eab5c8a 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -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"))) |