emacs-devel
[Top][All Lists]
Advanced

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

Re: Segfault after bad value for meta-prefix-char


From: Peter Heslin
Subject: Re: Segfault after bad value for meta-prefix-char
Date: Thu, 20 Jan 2005 10:38:37 +0000 (UTC)
User-agent: slrn/0.9.8.0 (Linux)

On 2005-01-20, Johan Bockgård <address@hidden> wrote:
>  Peter Heslin <address@hidden> writes:
> 
> > It would be nice if it were possible to make the escape key a
> > non-prefix key (when running under a windowing system, not a
> > console).
> 
>  You can bind the <escape> function key, (global-set-key [escape] 'foo)
>  etc.

Ah.  Thanks, that works.  I had tried this:

(global-set-key (kbd "<ESC>")   'keyboard-escape-quit)

but that seems to disable the Meta key, which is why I started mucking
around with meta-prefix-char.  Is it expected behavior that binding
[escape] works while binding (kbd "<ESC>") doesn't?

Peter





reply via email to

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