help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C++-mode is assign to a key that I want to use.


From: pookiebearbottom
Subject: C++-mode is assign to a key that I want to use.
Date: 3 May 2006 14:06:10 -0700
User-agent: G2/0.2

C++-mode is assigning to the key C-c C-B (c-submit-bug-report).  I want
to use it for something else.  Any ideas how to override it?  I tried
to do it by:
putting:
 (global-set-key [(control c) (control b)] 'bury-buffer)
in my
"my-c-mode-common-hook"

and then doing:
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)

but no dice (I also have a (global-set-key [(control c) (control b)]
'bury-buffer) in the main part of .emacs)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]