emacs-devel
[Top][All Lists]
Advanced

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

Re: yet more term.el fixes #2


From: Stefan Monnier
Subject: Re: yet more term.el fixes #2
Date: Wed, 22 Sep 2004 09:16:46 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

> When simply inserting raw character values in to the buffer, it seems
> that some sort of default decoding takes place at insert/display time,

Yes, `insert' says it uses string-make-multibyte which itself uses
unibyte-char-to-multibyte.

By the way, `insert' also says "if you want to preserve binary data as
binary, use string-as-multibyte", shouldn't that be "string-TO-multibyte"?


        Stefan




reply via email to

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