[mew-int 2355] Re: patch for emacs-unicode-2

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Mon Sep 3 15:23:16 JST 2007


Hello,

> > To prevent these prolems, I've created an add-hoc patch.  It seems
> > to work nicely.
> [...]
> > +      (if (or (featurep 'mew-temacs) (>= emacs-major-version 23))
> 
> Note that the CVS trunk of Emacs is now 23.0.50 without the unicode
> patch, so (>= emacs-major-version 23) is now an incorrect way to
> detect the emacs-unicode-2 branch.  Instead,
> 
> (and (fboundp 'charsetp) (charsetp 'unicode-bmp))
> 
> or so should work.

I have complied Emacs CVS Head today on MacOS. It works but too slow
and it seems to have many bugs. 

I cannot debug at this moment. I hold this issue until Emacs CVS Head
will become stable.

--Kazu at example.com Delhi



More information about the Mew-int mailing list