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

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

Re: what-char


From: Emanuel Berg
Subject: Re: what-char
Date: Sat, 05 Feb 2022 09:37:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Indeed, there are _five_ ways to invoke that function:

;; (what-char)                     ; "space"
;; (what-char 692)                 ; "left parenthesis (opening parenthesis)"
;; C-u 692 M-x what-char RET       ; same, but also killed
;; C-u M-x what-char RET* then C-y ; asterisk is yanked
;; M-x what-char RET               ; 1028: line feed (lf)

Straight Mona Lispa!

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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