emacs-devel
[Top][All Lists]
Advanced

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

Re: Typing raw bytes


From: Stefan Monnier
Subject: Re: Typing raw bytes
Date: Mon, 21 Jan 2013 10:38:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Subsequent messages explain it seems to be due to the C-q NNN char being
>> passed through keyboard-coding-system: that seems to be a bug.
> How is that a bug?

AFAIK C-q NNN should insert the char whose internal character code is
NNN (in Emacs's own encoding, not in the keyboard's), so the
keyboard-coding-system should not have any influence.

> Keyboard input decoding is not the issue here; how
> the result is inserted into a buffer is, IMO.

In a unibyte buffer, a character code NNN (where NNN is less than 256)
should be inserted as that byte without any loss.


        Stefan



reply via email to

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