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

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

Re: .emacs poser


From: Sebastien Vauban
Subject: Re: .emacs poser
Date: Tue, 17 Dec 2013 16:40:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Kevin Rodgers wrote:
> [...] put the literal character in a doc string that you can access
> with `C-h k' (M-x describe-key) or `C-h d' (M-x
> apropos-documentation):
>
> (global-set-key "\C-cM" (lambda ()
>                         "Insert U+2720 = \"✠\"."
>                         (interactive)
>                         (insert ?\x2720)))

I see that your using \xABCD notation while I do have Unicode characters
encoded as \uABCD in my .emacs file.

I've tried to find information about that in the Emacs manual but saw no
reference to either \x or \u notations.

What's the difference?

Best regards,
  Seb

-- 
Sebastien Vauban


reply via email to

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