all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "dericbytes@gmail.com" <dericbytes@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: ecb and key bound to make
Date: Fri, 6 Mar 2009 07:53:53 -0800 (PST)	[thread overview]
Message-ID: <0b25a2e9-fcea-4297-a321-ce4a9978f8d0@v15g2000yqn.googlegroups.com> (raw)
In-Reply-To: mailman.2514.1236348096.31690.help-gnu-emacs@gnu.org

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	other threads:[~2009-03-06 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2514.1236348096.31690.help-gnu-emacs@gnu.org>
2009-03-06 15:53 ` dericbytes [this message]
2009-03-06 14:03 ecb and key bound to make Alain Muls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0b25a2e9-fcea-4297-a321-ce4a9978f8d0@v15g2000yqn.googlegroups.com \
    --to=dericbytes@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.