emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: insert-char as alias to ucs-insert


From: Jason Rumney
Subject: Re: insert-char as alias to ucs-insert
Date: Tue, 17 Jul 2012 21:11:22 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> So this would break code that depends on ‘ucs-insert’ throwing
>> this range error.  Is there a lot of code like that in the wild?
>
> If there is such a code, it is already broken, because a character in
> Emacs can really have values up to #x3FFFFF.

Which is why code that expects an error for non-Unicode characters uses
ucs-insert, not insert-char.  There is nothing broken about that.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]