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

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

Re: .emacs poser


From: Eli Zaretskii
Subject: Re: .emacs poser
Date: Tue, 17 Dec 2013 20:20:12 +0200

> From: "Sebastien Vauban" <sva-news@mygooglest.com>
> Date: Tue, 17 Dec 2013 16:40:38 +0100
> 
> > (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?

See the node "General Escape Syntax" in the ELisp manual.




reply via email to

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