From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: hyper & super in Emacs 21 in terminal? Date: Sat, 23 Aug 2003 21:06:13 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061693417 25847 80.91.224.253 (24 Aug 2003 02:50:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2003 02:50:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 04:50:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qkxL-0004f4-00 for ; Sun, 24 Aug 2003 04:50:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qkvd-0002mN-FF for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2003 22:48:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qkp8-0000vu-6c for help-gnu-emacs@gnu.org; Sat, 23 Aug 2003 22:41:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qkoT-0000IU-Lr for help-gnu-emacs@gnu.org; Sat, 23 Aug 2003 22:41:36 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qkoT-0000FM-9U; Sat, 23 Aug 2003 22:41:05 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by mx20.gnu.org with esmtp (Exim 4.20) id 19qkmY-0004Ki-1V; Sat, 23 Aug 2003 22:39:06 -0400 Original-Received: from linux183.ma.utexas.edu (linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.3/8.10.2) with ESMTP id h7O26D929210; Sat, 23 Aug 2003 21:06:13 -0500 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 19qkGj-00043D-00; Sat, 23 Aug 2003 21:06:13 -0500 Original-To: John Paul Wallington In-reply-to: (help-gnu-emacs-request@gnu.org) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:12021 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12021 > (global-set-key [(hyper g)] 'goto-line) Cool, thanks. I had been mislead by trying (global-set-key [H-a] 'run-gcl) -- which just produced a beep. (I saw this syntax advertised on the web somewhere.) Can you or anyone perhaps suggest a more economical "binding" than the default: (define-key function-key-map [?\C-x ?@ ?h] 'event-apply-hyper-modifier) I'm looking for something that has just one keypress associated with it. Like F8 or something like that - but I don't know the syntax for entering F8 as an ASCII keysequence recognizable to Emacs. Joe