In article <[EMAIL PROTECTED]>, "Jan D." <[EMAIL PROTECTED]> writes:
> If the multibyte string is generated by an error and this is one of the > places where we can detect the error, should we not keep the xassert? [EMAIL PROTECTED] (Kim F. Storm) writes: > I agree, but since the source of the error is in Lisp code, it would > be more helpful to signal an error rather than abort. I agree that signaling an error is better than xassert. But, it seems that a function in selection-converter-alist can return a multibyte string as long as we have a fixed rule about how to handle it. And "converting to a unibyte string by string-make-unibyte" seems to be a good rule. --- Ken'ichi HANDA [EMAIL PROTECTED] _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
