From xemacs-m  Wed Dec 11 16:23:51 1996
Received: from nvwls.cc.purdue.edu (root@nvwls.cc.purdue.edu [128.210.7.3]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id QAA01202 for <XEmacs-Beta@XEmacs.org>; Wed, 11 Dec 1996 16:23:49 -0600 (CST)
Received: from nvwls.cc.purdue.edu (nuspl@localhost [127.0.0.1]) by nvwls.cc.purdue.edu (8.7.5/8.7.3) with ESMTP id RAA03674; Wed, 11 Dec 1996 17:17:53 -0500
Message-Id: <199612112217.RAA03674@nvwls.cc.purdue.edu>
Cc: mh-e@x.org
Reply-to: nuspl@purdue.edu
X-Mailer: MH-E 5.0.2
X-Attribution: JJN
X-Face: K'Q`VIQx)c-;TPHDA`.,kBQq(WyNe3AdopJ?B(.4yT%n|F?4>+?x]pQ4XC83s-4;|U{%9x]
 =yr4dko
To: XEmacs-Beta@XEmacs.org
Subject: mh-e w/ TM
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII
Date: Wed, 11 Dec 1996 17:17:50 -0500
From: "Joseph J. Nuspl Jr." <nuspl@nvwls.cc.purdue.edu>


The following code is bound to RET in mh-folder-mode:

(defun tm-mh-e/scroll-down-msg (&optional arg)
  (interactive)
  (mh-page-msg (- (or arg 1)))
  )


which does not follow message changes, such as mh-show does.

Before I undertake this, has anyone already fixed this?

