help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: C-q some-number


From: Thibaut Verron
Subject: Re: C-q some-number
Date: Wed, 22 Feb 2023 15:00:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

Hi,

while "C-q some-char" inserts that char as expected, not so when typing any number from 0-9.

That's actually inexact, the numbers 8 and 9 are inserted like other chars. :)

Numbers below 8 are interpreted as the octal code of a character, terminated by the first non-digit character.

This behavior is described in more details in the docstring of the bound function quoted-insert, accessible with C-h k C-q.

Best wishes,

Thibaut




reply via email to

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