Re: binding C-escape in init file
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: binding C-escape in init file         


Author: Matt Brown
Date: Sep 20, 2008 01:52

answered my own question again

(global-set-key (kbd "") 'ignore)

On Fri, Sep 19, 2008 at 10:47 PM, Matt Brown gmail.com> wrote:
> Hello all,
>
> I'm trying to bind C-escape in my init file, but I can't figure out
> how to specify it so that emacs will understand. At first I thought
> maybe it wasn't possible, but it works with global-set-key
> interactively. Is there a way to generate an .el file from the
> current bindings, so I can see how to specify it?
>
> thanks
> -Matt
>
no comments