Bill Wohler | 29 Apr 03:36
Gravatar

MH-E 7.95 released

Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 7.95

Version 7.95, the second 8.0 release candidate, fixes a single bug.
It would be good to check this version ASAP since the Emacs pretest is
coming in days: if no showstopper problems are found in this version
it will be promoted to 8.0 before the pretest. Thanks for your help!

** Bug Fixes in MH-E 7.95

*** Folder Completion Fails in fcc: Field

This has been fixed (closes SF #1476270).

--

-- 
Bill Wohler <wohler <at> newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Jacob Morzinski | 1 May 10:21
Favicon

Re: MH-E 7.95 released


On Fri, 28 Apr 2006, Bill Wohler <wohler <at> newt.com> wrote:
> Version 7.95, the second 8.0 release candidate, fixes a single bug.
> It would be good to check this version ASAP since the Emacs pretest is
> coming in days.

I tried to test it, and have an odd problem.  I don't know
whether this is a core MH-E bug, or a bug relating to its
integration into emacs.  From the symptomps, perhaps something
wrong with the *.elc file, or the require/load mechanism.

What I was trying to do:
  Run   M-x mh-rmail   in a bare "emacs -q" session.

What I expected to happen:
  I expected to inc my mail.

What happened:
  When I run M-x mh-rmail, emacs beeps and complains:
      Debugger entered--Lisp error: (void-variable mh-inc-spool-map)
  If I try again, a different error occurs:
      Debugger entered--Lisp error: (void-function mh-variant-p)
  If I try again and again, I keep getting the error about
  "void function mh-variant-p".

  My mail does not inc.

Background and other context:

  I can fix the problem if I explicitly (load "mh-e") before
(Continue reading)

Bill Wohler | 1 May 19:26
Gravatar

Re: MH-E 7.95 released

Jacob Morzinski <morzinski <at> MIT.EDU> wrote:

> What happened:
>   When I run M-x mh-rmail, emacs beeps and complains:
>       Debugger entered--Lisp error: (void-variable mh-inc-spool-map)
>   If I try again, a different error occurs:
>       Debugger entered--Lisp error: (void-function mh-variant-p)
>   If I try again and again, I keep getting the error about
>   "void function mh-variant-p".
> 
>   My mail does not inc.
> 
> Background and other context:
> 
>   I can fix the problem if I explicitly (load "mh-e") before
>   trying to run mh-rmail.  Oddly, (require 'mh-e) is not good
>   enough; I must use (load).

This is very strange. Require should do the same thing as load. This is
probably the reason you're getting the problems above. What messages do
you get when you run `(require 'mh-e)'?

>   I'm not using the MH-E packages from sourceforge; I'm downloading
>   all of emacs from the CVS repository, and compiling and running
>   the whole thing.  The lisp in the emacs CVS repository currently
>   includes MH-E 7.95.
> 
>   I fetch, build, and run emacs with:
>     cvs update
>     configure (+blah blah list of options)
(Continue reading)

Bill Wohler | 1 May 21:21
Gravatar

Re: MH-E 7.95 released

Jacob Morzinski <morzinski <at> MIT.EDU> wrote:

>     make install

I'm not sure what to say. I ran make install and ran the installed
version of Emacs. `M-x mh-rmail' worked fine. `M-: (require 'mh-e)'
worked fine too. I think your installation is suspect. Check the output
of `make install' carefully and look for errors. Please try running
`$EMACS/src/emacs -Q -f mh-rmail'. Does that work for you?

Does `M-x emacs-version' look right? Does load-path have the right
directories? Does the directory *in your load-path to MH-E* look like
this?

    [wohler <at> olgas:916]$ cd /usr/local/share/emacs/22.0.50/lisp/mh-e
    [wohler <at> olgas:917]$ l mh-e.*
    -rw-r--r-- 1 root staff 113059 2006-04-30 11:56 mh-e.elc
    -rw-r--r-- 1 root staff  35074 2006-04-28 18:22 mh-e.el.gz

Is anyone else running an installed version of CVS Emacs that can
confirm that MH-E is working for them?

--

-- 
Bill Wohler <wohler <at> newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
(Continue reading)

Jacob Morzinski | 2 May 05:27
Favicon

Re: MH-E 7.95 released


On Mon, 1 May 2006, Bill Wohler <wohler <at> newt.com> wrote:
> I think your installation is suspect.

Sigh, you are indeed right.

If I drastically simplify my build configuration, MH-E works fine.
So yes, this looks like a problem with my build system and options.

Thanks for the confirmation that things work fine for you,

 -Jacob

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane