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

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

Re: ecb and key bound to make


From: address@hidden
Subject: Re: ecb and key bound to make
Date: Fri, 6 Mar 2009 07:53:53 -0800 (PST)
User-agent: G2/1.0

On Mar 6, 2:03 pm, Alain Muls <alain.m...@telenet.be> wrote:
> Hi
>
> i would like to change the key-binding in ECB for th emake command from C-c '
> c to the <F8> key.
>
> Tx/Alain
> --
> ------------------------------------------------------------------------------------
> Alain MULS                                 alain.m...@telenet.be
> CISS-GENA                                           +32.2.7426340
> Renaissance Avenue 30
> 1000 BRUSSELS - Belgium
> ------------------------------------------------------------------------------------
> Protect your freedom, join the Fellowship of FSFE!http://www.fsfe.org
> Please don't send me proprietary file formats,
> use ISO standard ODF instead (ISO/IEC 26300)
> ------------------------------------------------------------------------------------

(global-unset-key [f8])
(global-set-key [f8] 'emake)


reply via email to

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