From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: .emacs poser Date: Tue, 17 Dec 2013 20:20:12 +0200 Message-ID: <83ob4fcpb7.fsf@gnu.org> References: <86a9fzlc3t.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1387304420 1079 80.91.229.3 (17 Dec 2013 18:20:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2013 18:20:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 17 19:20:24 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VszFn-000847-0p for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2013 19:20:23 +0100 Original-Received: from localhost ([::1]:34853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VszFm-0000jJ-Gc for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2013 13:20:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VszFX-0000d8-Hn for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 13:20:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VszFR-0008HS-E5 for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 13:20:07 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:59991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VszFR-0008E1-4P for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 13:20:01 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MXY00A00QVHZK00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 20:19:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MXY00AQCQXBQ9A0@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 20:19:59 +0200 (IST) In-reply-to: <86a9fzlc3t.fsf@somewhere.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95063 Archived-At: > From: "Sebastien Vauban" > Date: Tue, 17 Dec 2013 16:40:38 +0100 >=20 > > (global-set-key "\C-cM" (lambda () > > =09=09=09 "Insert U+2720 =3D \"=E2=9C=A0\"." > > =09=09=09 (interactive) > > =09=09=09 (insert ?\x2720))) >=20 > I see that your using \xABCD notation while I do have Unicode chara= cters > encoded as \uABCD in my .emacs file. >=20 > I've tried to find information about that in the Emacs manual but s= aw no > reference to either \x or \u notations. >=20 > What's the difference? See the node "General Escape Syntax" in the ELisp manual.