From: Nathanael Schweers <NSchweers@mailbox.org>
To: Sivaram Neelakantan <nsivaram.net@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: using auctex key bindings in C/C++ mode
Date: Sun, 26 Feb 2017 19:36:06 +0100 [thread overview]
Message-ID: <877f4cre95.fsf@mailbox.org> (raw)
In-Reply-To: <87bmtodfkq.fsf@gmail.com> (Sivaram Neelakantan's message of "Sun, 26 Feb 2017 23:01:17 +0530")
Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
> I'd like to use C-c C-c for compilation and C; for commenting out code
> in C/C++. These are the default in Auctex mode. Question is, is
> there anything I'd break if use the same in C/C++ mode when writing C
> code?
I’m not sure, as I don’t write that much C or C++ code. You can find
out easily what those particalar bindings are for your configuration.
Just press C-h k C-c C-c to check what the current binding is (there may
be none, which would be good). The same goes for C-h k C-;
> And is there a canonical way to unbind and rebind the defaults in
> C/C++ mode?
I’m not sure if it’s canonical; just say something like this:
(add-hook
'c++-mode-hook
(lambda () (define-key c++-mode-map (kbd "C-c C-c") 'compile)))
I’m not entirely sure about which exact mode you’d like to use. I have
at least c-mode and c++-mode. You might have to repeat the above
expression for c-mode.
Regards,
Nathanael
next prev parent reply other threads:[~2017-02-26 18:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-26 17:31 using auctex key bindings in C/C++ mode Sivaram Neelakantan
2017-02-26 17:47 ` Óscar Fuentes
2017-02-27 2:45 ` Sivaram Neelakantan
2017-02-26 18:36 ` Nathanael Schweers [this message]
2017-02-27 2:44 ` Sivaram Neelakantan
2017-02-27 4:40 ` Stefan Monnier
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=877f4cre95.fsf@mailbox.org \
--to=nschweers@mailbox.org \
--cc=help-gnu-emacs@gnu.org \
--cc=nsivaram.net@gmail.com \
/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).