all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ecb and key bound to make
@ 2009-03-06 14:03 Alain Muls
  0 siblings, 0 replies; 2+ messages in thread
From: Alain Muls @ 2009-03-06 14:03 UTC (permalink / raw)
  To: emacs list

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.muls@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)
------------------------------------------------------------------------------------




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ecb and key bound to make
       [not found] <mailman.2514.1236348096.31690.help-gnu-emacs@gnu.org>
@ 2009-03-06 15:53 ` dericbytes
  0 siblings, 0 replies; 2+ messages in thread
From: dericbytes @ 2009-03-06 15:53 UTC (permalink / raw)
  To: help-gnu-emacs

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)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-06 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 14:03 ecb and key bound to make Alain Muls
     [not found] <mailman.2514.1236348096.31690.help-gnu-emacs@gnu.org>
2009-03-06 15:53 ` dericbytes

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.