[COMMIT] Eliminate some non-X11 build failures

mike.kupfer at xemacs.org mike.kupfer at xemacs.org
Sun Oct 14 01:15:29 EDT 2007


QUERY

> 	* mh-utils.el (mh-funcall-if-exists):
> 	If a function is bound at compile time, that has a limited amount
> 	to do with whether it's bound at runtime. Don't trust the check at
> 	compile time, use the runtime check instead. 

In MH-E 8 (which I am slowly... very slowly :-( ... getting ready for
the package build), mh-funcall-if-exists looks like

  (when (fboundp function)
    `(when (fboundp ',function)
       (funcall ',function , at args))))

That is, if the function isn't bound at compile time, don't bother
checking at runtime.  Is that going to be a problem?

Also, will I need to do a test-build with a non-X11 XEmacs before
committing?

And one organizational question: I was holding off on listing myself as
the MH-E maintainer until I got the MH-E 8 update in shape.  Maybe I
ought to list myself now?

thanks,
mike



More information about the XEmacs-Beta mailing list