emacs-devel
[Top][All Lists]
Advanced

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

Re: struct.el -- a package to encode/decode binary data


From: Miles Bader
Subject: Re: struct.el -- a package to encode/decode binary data
Date: 22 Mar 2002 09:37:02 +0900

Eli Zaretskii <address@hidden> writes:
> Emacs 21 is perfectly capable of holding binary data in a multibyte 
> buffer, so there's no need to do this on the Lisp level.  If Emacs 
> decides that a buffer needs to be switched to unibyte mode, it will do
> so automatically.

I agree strongly.  Unibyte strings as `an interface' should go away.

A unibyte string (or buffer?) could reference a single character set
that applies to every character in them; if you try to add a character
not in that character set, it would convert the whole thing to
multibyte, and then add the character.

-Miles
-- 
[|nurgle|]  ddt- demonic? so quake will have an evil kinda setting? one that 
            will  make every christian in the world foamm at the mouth? 
[iddt]      nurg, that's the goal 



reply via email to

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