[mew-int 2506] Re: A patch: make-string in emacs 23

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Mon May 19 11:05:46 JST 2008


Hello,

> > > I cannot compile CVS HEAD yet. But I just want to know whether or not
> > > the following patch solves the problem.
> > 
> > It did solve the problem.
> 
> OK. 

I have received an answer from Handa-san.

He said that the best solution is to use vector instead of string.
But this is not good for this case because string-match cannot be
used.

He also said that string-as-multibyte is better than 
(if (char-valid-p 256) 256 0)).

So, I committed the string-as-multibyte version to the CVS HEAD.

--Kazu



More information about the Mew-int mailing list