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

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

Re: binding C-escape in init file


From: Matt Brown
Subject: Re: binding C-escape in init file
Date: Sat, 20 Sep 2008 01:52:29 -0700

answered my own question again

(global-set-key (kbd "<C-escape>") 'ignore)

On Fri, Sep 19, 2008 at 10:47 PM, Matt Brown <deadguysfrom@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
>




reply via email to

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