[17268] in Athena Bugs
sun4 [8.3.16]: mh-e
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Fri Oct 15 04:28:51 1999
Date: Fri, 15 Oct 1999 04:28:38 -0400 (EDT)
Message-Id: <199910150828.EAA11712@speaker-for-the-dead.mit.edu>
To: bugs@mit.edu
CC: jweiss@mit.edu
From: Jonathon Weiss <jweiss@MIT.EDU>
System name: speaker-for-the-dead.mit.edu
Type and version: Ultra-1 8.3.16
Display type: ffb
Shell: /usr/local/bin/sipbtcsh
Window manager: /usr/local/bin/vtwm.gamma
What were you trying to do?
load up my inbox into mh-rmail without inc-ing, I have the
following elisp in my .emacs:
(defun mh-mail ()
"Load up mh and my inbox."
(interactive)
(load-library "mh-e")
(mh-visit-folder "+inbox" "all"))
I then run M-x mh-mail
What went wrong? under 8.2 this worked without a problem. Under 8.3
it loads up fine, but mh-show cant find the messages to
display. At least some of the mh variables in emacs don't
seem to be getting set (mh-user-path, at least) but I can't
figure out if that is the only problem.