From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Kalb Newsgroups: gmane.emacs.help Subject: coding esq f11 Date: Wed, 17 Feb 2010 08:06:27 -0500 Organization: Turnabout Message-ID: <87k4ucf1v0.fsf@gmail.com.INVALID> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266504222 12238 80.91.229.12 (18 Feb 2010 14:43:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Feb 2010 14:43:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 18 15:43:36 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ni7bM-00033y-8u for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Feb 2010 15:43:36 +0100 Original-Received: from localhost ([127.0.0.1]:49741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ni7bL-0004s2-Fm for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Feb 2010 09:43:35 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Injection-Date: Wed, 17 Feb 2010 13:06:28 +0000 (UTC) Injection-Info: feeder.eternal-september.org; posting-host="Frp2B1I6vw4q5uU9NAnaxw"; logging-data="20649"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ZekyH1FQWRZsxDdcls9ng" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:dOJ+x7SPZEKNmbkO/qYHETeK00g= sha1:KUSSxRXSNMQI6skXgWcu6o3NpTQ= Original-Xref: news.stanford.edu gnu.emacs.help:176836 X-Mailman-Approved-At: Thu, 18 Feb 2010 09:43:13 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71926 Archived-At: I have a macro that I've named "g" that I invoke with alt-f11: (global-set-key (quote [M-f11]) (quote g)) I'm trying to get it to work in a terminal (rxvt-unicode) that interprets alt-f11 as esc-f11 and I get back ESQ is undefined So I'd like to add a global-set-key that binds it to ESQ but neither google nor trial-and-error have helped. Can someone suggest something? -- Jim Kalb