From: David Hansen <david.hansen@gmx.net>
Subject: Re: c++ and c common mode
Date: Wed, 13 Dec 2006 18:57:45 +0100 [thread overview]
Message-ID: <878xhbsmp2.fsf@localhorst.mine.nu> (raw)
In-Reply-To: f08xhbkin4.fsf@gmail.com
On Wed, 13 Dec 2006 14:52:31 +0100 Hadron Quark wrote:
> The one line I *did* have to duplicate was the define-key to add to both
> keyboard maps:
>
>
> ,----
> | (let ((dl '(
> | ([f1] . jump-man-page)
> | ([backtab] . semantic-ia-complete-symbol)
> | ([f5] . find-tag-noconfirm)
> | ([f6] . find-tag-repeat)
> | ([f7] . pop-tag-mark)
> | ([f2] . gdb-restore-windows)
> | ([f10] . compile)
> | ([f11] . next-error)
> | ([f12] . gdba))))
> | (dolist (i dl)
> | (define-key c-mode-map (car i) (cdr i))
> | (define-key c++-mode-map (car i) (cdr i))
> | ))
> `----
>
> is there a better way? Some common "subset" for "c like" files?
Use `c-mode-base-map' or if needed `local-set-key'.
David
prev parent reply other threads:[~2006-12-13 17:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 2:43 c++ and c common mode Hadron Quark
2006-12-13 3:47 ` Leo
[not found] ` <mailman.1813.1165981695.2155.help-gnu-emacs@gnu.org>
2006-12-13 12:00 ` Hadron Quark
2006-12-13 13:52 ` Hadron Quark
2006-12-13 15:32 ` Robert Thorpe
2006-12-13 15:39 ` Hadron Quark
2006-12-13 15:47 ` Robert Thorpe
2006-12-13 16:10 ` Hadron Quark
2006-12-13 16:28 ` Robert Thorpe
2006-12-14 18:28 ` Hadron Quark
2006-12-13 17:57 ` David Hansen [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878xhbsmp2.fsf@localhorst.mine.nu \
--to=david.hansen@gmx.net \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).