In article <[EMAIL PROTECTED]>, Thien-Thi Nguyen <[EMAIL PROTECTED]> writes:

> Mario Lang <[EMAIL PROTECTED]> writes:
>>   1. possibly suggest a speedup in the functions as they are now
>>   2. implement some of them as a primitive in C

> i suggest making the buffer in which you operate "unibyte", arranging
> for the insertion of external data in the buffer (for example, in a
> subprocess output handler) to use the `raw-text' character encoding, and
> using bindat.el on the buffer for the (un)packing.  more info at:

Please note that raw-text is not for "binary" data because
raw-text does, for instance, CRLF -> LF conversion.  Use
`binary' (alias of `no-conversion') instead.

---
Kenichi Handa
[EMAIL PROTECTED]


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to