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

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

Re: C-mode blows away may Ctrl-C binding with a prefix -- how to remap p


From: David Hansen
Subject: Re: C-mode blows away may Ctrl-C binding with a prefix -- how to remap prefix?
Date: Sat, 19 Apr 2008 09:17:01 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

On Fri, 18 Apr 2008 11:18:20 -0700 (PDT) lindahlb@hotmail.com wrote:

> I'm currently using Windows-esque key bindings for copy (Ctrl-c), cut
> (Ctrl-x) and paste (Ctrl-v). They work fine, except when I open a C/C+
> + file. In the major mode, it remaps the (Ctrl-c) key to a keymap
> prefix. I want to remap this keymap prefix to another key and return
> the (Ctrl-c) mapping to my own copy command. How do I do this?
>
> I currently have a c-mode customization hook, but couldn't figure out
> how to do it there. Here is what I tried:
> (define-key c-mode-base-map "\C-c" 'smart-copy)

Pretty all major modes use C-c as a prefix.  Better get used to the
`real' key bindings.

David





reply via email to

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