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

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

Re: hyper & super in Emacs 21 in terminal?


From: Kevin Rodgers
Subject: Re: hyper & super in Emacs 21 in terminal?
Date: Mon, 25 Aug 2003 11:48:19 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Joe Corneli wrote:

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.)


Try evaluating each of these in the *scratch* buffer:

[H-a]
[?\H-a]
"?\H-a"
(kbd "H-a")


--
Kevin Rodgers



reply via email to

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