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: John Paul Wallington
Subject: Re: hyper & super in Emacs 21 in terminal?
Date: Sat, 23 Aug 2003 04:10:21 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Joe Corneli <jcorneli@math.utexas.edu> wrote:

> In a terminal-bound Emacs, C-x @ h seems to have a meaning but no
> effect. Is this correct?  Is there no way to use hyper and super in an
> Emacs in a terminal?

There basically aren't any default keybindings with those modifiers
(perhaps the only exception is the CUA library that can be told to use
Hyper).  But you can define your own, eg:

(global-set-key [(hyper g)] 'goto-line)


reply via email to

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