all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: MELPA upgrade error
Date: Fri, 21 Feb 2020 01:48:56 +0100	[thread overview]
Message-ID: <87o8ts9347.fsf@ebih.ebihd> (raw)
In-Reply-To: m2y2swokez.fsf@scratch.space

VanL wrote:

>>> The trick to obtain the number for the f1
>>> fn-key is
>>
>> There is no "number" for the `f1` key.
>
> 'h used to be 8 counting from 1 for 'a back
> in the day before numbers were assigned
> mnemoniclature. [1] Which may explain why C-h
> is 8 there.

Again, ascii(1) is your friend: 

$ ascii {1..8} | grep '\^'
ASCII 0/1 is decimal 001, hex 01, octal 001, bits 00000001: called ^A, SOH
ASCII 0/2 is decimal 002, hex 02, octal 002, bits 00000010: called ^B, STX
ASCII 0/3 is decimal 003, hex 03, octal 003, bits 00000011: called ^C, ETX
ASCII 0/4 is decimal 004, hex 04, octal 004, bits 00000100: called ^D, EOT
ASCII 0/5 is decimal 005, hex 05, octal 005, bits 00000101: called ^E, ENQ
ASCII 0/6 is decimal 006, hex 06, octal 006, bits 00000110: called ^F, ACK
ASCII 0/7 is decimal 007, hex 07, octal 007, bits 00000111: called ^G, BEL
ASCII 0/8 is decimal 008, hex 08, octal 010, bits 00001000: called ^H, BS

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




      reply	other threads:[~2020-02-21  0:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-18  0:50 MELPA upgrade error Emanuel Berg via Users list for the GNU Emacs text editor
2020-02-18  7:28 ` VanL
2020-02-18 14:20   ` Stefan Monnier
2020-02-19  1:17     ` VanL
2020-02-20 11:53     ` VanL
2020-02-20 13:26       ` Stefan Monnier
2020-02-20 23:15         ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-02-21  0:26         ` VanL
2020-02-21  0:48           ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8ts9347.fsf@ebih.ebihd \
    --to=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.