[mew-int 2354] Re: patch for emacs-unicode-2
Tatsuya Kinoshita
tats at example.com
Sun Sep 2 11:32:29 JST 2007
On August 25, 2007, [mew-int 2353],
tats (at vega.ocn.ne.jp) wrote:
> 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.
Thanks,
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list