all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: using auctex key bindings in C/C++ mode
Date: Mon, 27 Feb 2017 08:15:26 +0530	[thread overview]
Message-ID: <87tw7g8i7t.fsf@gmail.com> (raw)
In-Reply-To: 87tw7getel.fsf@wanadoo.es

On Sun, Feb 26 2017,Óscar Fuentes wrote:


[snipped 7 lines]

> I don't think so.

that helps.

>
>> And is there a canonical way to unbind and rebind the defaults in
>> C/C++ mode?
>
> See help for functions `local-set-key', `local-unset-key' and variable
> `c-mode-common-hook'.
>
> For instance (untested):
>
> (defun my-c-mode-common-hook ()
>   (local-set-key (kbd "C-c C-c") 'compile)
>   (local-set-key (kbd "C-;") 'comment-region))
>
> (add-hook 'c-mode-common-hook 'my-c-mode-common-hook)
>
>
> For learning more, read about "Hooks" and "Key Bindinds" on the Emacs
> manual.

Thanks, will try these out.


sivaram
-- 




  reply	other threads:[~2017-02-27  2:45 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 [this message]
2017-02-26 18:36 ` Nathanael Schweers
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

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

  git send-email \
    --in-reply-to=87tw7g8i7t.fsf@gmail.com \
    --to=nsivaram.net@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.