From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.help Subject: Re: Ctrl-[ ? Date: Fri, 7 Jun 2019 08:08:44 +0900 Message-ID: <4D3354C8-D324-4AF8-9B84-603D41D81BD9@traduction-libre.org> References: <08AC8151-5911-40FA-8B20-818B839D00AB@traduction-libre.org> <20190606134205.GB14057@tuxteam.de> <49DB7F13-F66A-4D3D-B0A2-091866DBB550@traduction-libre.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="163059"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 07 01:12:52 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.47]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hZ1Yx-000g88-NS for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jun 2019 01:12:51 +0200 Original-Received: from localhost ([::1]:44816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZ1Yo-0005xL-FM for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jun 2019 19:12:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41144) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZ1VF-00039b-M8 for help-gnu-emacs@gnu.org; Thu, 06 Jun 2019 19:09:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZ1VD-0001XX-Q6 for help-gnu-emacs@gnu.org; Thu, 06 Jun 2019 19:09:01 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:56703) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZ1VD-0001QK-9D for help-gnu-emacs@gnu.org; Thu, 06 Jun 2019 19:08:59 -0400 Original-Received: from [192.168.1.3] (pl32040.ag0304.nttpc.ne.jp [111.89.228.40]) (Authenticated sender: jean.christophe.helary@traduction-libre.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 4A5DC100002 for ; Thu, 6 Jun 2019 23:08:48 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3445.104.11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.178.231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.help:120788 Archived-At: > On Jun 7, 2019, at 3:29, Noam Postavsky wrote: >=20 > On Thu, 6 Jun 2019 at 14:22, Jean-Christophe Helary > wrote: >=20 >> I'm checking "Named ASCII Control Characters", "Rebinding Function = Keys" and "Rebinding Keys in Your Init File" and I'm not clear how I can = rebind "escape" to a given function. >=20 > Like any other function key: >=20 > (define-key global-map (kbd "") 'a-given-function) Ok, but if I do that it's my ESC key that is assigned to that function, = not C-[ And when I do (define-key global-map [?\C-[] 'a-given-function) I get is undefined... Jean-Christophe Helary ----------------------------------------------- http://mac4translators.blogspot.com @brandelune