all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xavier Maillard <zedek@gnu-rox.org>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: Novice question: my add-hook binding for c-mode doesnt work :(
Date: Fri, 02 Dec 2005 07:52:03 +0100	[thread overview]
Message-ID: <8764q8yorw.fsf@totoz.gnu-rox.org> (raw)
In-Reply-To: <1732372.post@talk.nabble.com> (lists@nabble.com)

"Kpoxman (sent by Nabble.com)" <lists@nabble.com> writes:

> The code from .emacs:
>
> (add-hook 'c-mode-common-hook
> 	  '(lambda () (define-key c-mode-map (kbd "M-o") 'kpox-switch-h-cpp))
> 	  )

This form is useless. You don't need to bind this key definition to this hook.

Just use the (define-key ..) stuff and that *should* work.

  reply	other threads:[~2005-12-02  6:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-01 11:08 Novice question: my add-hook binding for c-mode doesnt work :( Kpoxman (sent by Nabble.com)
2005-12-02  6:52 ` Xavier Maillard [this message]
2005-12-02  7:07   ` Henrik Enberg
2005-12-02  9:10     ` Kpoxman (sent by Nabble.com)
     [not found]     ` <mailman.17607.1133515063.20277.help-gnu-emacs@gnu.org>
2005-12-03  2:07       ` Stefan Monnier
2005-12-03 21:15       ` Alan Mackenzie
2005-12-04 15:48         ` Stefan Monnier
2005-12-04 16:05         ` Matthieu Moy
     [not found] <mailman.17480.1133437995.20277.help-gnu-emacs@gnu.org>
2005-12-01 13:45 ` Anselm Helbig
2005-12-01 16:18 ` Thien-Thi Nguyen
2005-12-01 16:56 ` Johan Bockgård

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=8764q8yorw.fsf@totoz.gnu-rox.org \
    --to=zedek@gnu-rox.org \
    --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.