Path: utzoo!attcan!uunet!cs.utexas.edu!sdd.hp.com!wuarchive!mit-eddie!uw-beaver!cornell!murthy From: murthy@algron.cs.cornell.edu (Chet Murthy) Newsgroups: comp.mail.mh Subject: Re: mh under gnu-emacs Message-ID: <46866@cornell.UUCP> Date: 9 Oct 90 17:12:48 GMT References: <2199@bnlux0.bnl.gov> <2097@anaxagoras.ils.nwu.edu> Sender: nobody@cornell.UUCP Organization: Cornell Univ. CS Dept. Ithaca NY Lines: 19 murray@ils.nwu.edu (Thomas Murray) writes: >>I have a problem running mh under gnu-emacs. Whence mh-rmail is loaded in >>emacs, it says something: Searching for program: no file or directory of >>/usr/local/mh/inc. >I am not an emacs of mh expert, but what I think is happening is that >the mh program 'inc' is not in directory /usr/local/mh/inc. There are >two possible fixed to this: > 1) move 'inc' (and all the other mh programs) to /usr/local/mh/ > 2) make a link from /usr/local/mh/ to where the mh programs are > located. Or just add a line to your .emacs like: (setq mh-progs "/usr/local/mh/") (setq mh-lib "/usr/local/lib/mh/") --chet--