Lines Matching refs:xmh

4 	  draft,message,folder,xmh,olmh,vmail,vmailtool,comp,repl,
197 09.01 How can I get xmh to use Emacs as the editor?
198 09.02 Does xmh support subfolders?
199 09.03 How do I precede included messages with ">" when replying in xmh?
205 Switching xmh's editor
388 MH & xmh: E-mail for Users & Programmers. Third edition. Jerry
442 (or your favorite commands in xmh, MH-E, etc.). --Jerry Peek
574 xmh is part of the standard X Window System distribution from the X
577 ftp://cs.utk.edu/pub/xmh.shar.Z 162k
582 Here's a version of xmh that includes MIME.
613 many of the advantages of xmh, but lacks several of xmh's
682 simple tool, unlike the powerful xmh program. Still, it's a welcome
752 Qmh is also compatible with versions of xmh that provide user-level
3942 Subject: 09.01 How can I get xmh to use Emacs as the editor?
3946 The modifications to xmh to support an external editor, annotations,
3949 ftp://ftp.x.org/R5contrib/xmh-mods-R5-1.7.Z 37k
3950 ftp://ftp.sei.cmu.edu/pub/xmh/xmh-mods-R5-1.7.Z 37k
3951 ftp://ftp.sei.cmu.edu/pub/xmh/xmh-mods-R6-1.0.Z 37k
3956 As of R5, xmh has a new action proc called XmhShellCommand. A string
3962 of emacs (e.g. xemacs) and some elisp code, xmh can use emacs as its
3964 doesn't require any source code changes to xmh. These are included
3965 in the Appendix "Switching xmh's editor".
3969 Subject: 09.02 Does xmh support subfolders?
3983 The R5 version of xmh does *not* handle nested sub-folders. If you
3984 create a folder as 'grab/some/bandwidth', xmh displays this folder
3986 you later re-run xmh, the folder is no longer visible to xmh.
3990 http://rand-mh.sourceforge.net/book/xmh/orgfol.html#FolaSub
3994 Subject: 09.03 How do I precede included messages with ">" when replying in xmh?
4016 http://rand-mh.sourceforge.net/book/xmh/senmai.html#MorRep
4017 http://rand-mh.sourceforge.net/book/xmh/resfun.html#Rep
4067 Subject: Switching xmh's editor
4078 # Contents: README Xmh.ad xmh-command.el xmhcommand xmhemacs
4089 X Merge this in with your xmh resources. If you already have
4101 XOnce you have installed these, restart the R5 xmh with the new
4155 if test -f 'xmh-command.el' -a "${1}" != "-c" ; then
4156 echo shar: Will not clobber existing file \"'xmh-command.el'\"
4158 echo shar: Extracting \"'xmh-command.el'\" \(1294 characters\)
4159 sed "s/^X//" >'xmh-command.el' <<'END_OF_FILE'
4160 X;;; These functions are for use with xemacs and xmh.
4161 X;;; The R5 xmh has a new action - XmhShellCommand which executes
4165 X;;; you can use xemacs as your editor with xmh.
4174 X(define-key indented-text-mode-map "\C-x\C-c" 'xmh-command-send-or-delete)
4185 X(defun xmh-command-send-or-delete ()
4201 if test 1294 -ne `wc -c <'xmh-command.el'`; then
4202 echo shar: \"'xmh-command.el'\" unpacked with wrong size!
4204 # end of 'xmh-command.el'
4212 X# This shell should be invoked by the xmh XmhShellCommand() action as
4244 X# Invoke xemacs and load the xmh-command.el stuff.
4246 Xxemacs -l xmh-command