If limited to keybindings of the form \C-c <letter>, at least the
following GNU Emacs standard packages seem to be affected (as of 2010/1/12):

1. delphi-mode (progmodes/delphi.el)
        "\C-cu" 'delphi-find-unit

2. semantic-grammar-mode (cedet/semantic/grammar.el)
    "\C-cm" 'semantic-grammar-find-macro-expander

3. modula-2-mode (progmodes/modula2.el)
    A lot. E.g.,
    "\C-cb" 'm2-begin
    "\C-cc" 'm2-case

I didn't check packages that are not included in GNU Emacs.


On Mon, Jan 18, 2010 at 3:56 AM, Richard Stallman <rms@gnu.org> wrote:
   C-c prefix is supposed to be "reserved" for end-users.
   But the sad reality is that more than several major-modes
   break the convention by overriding C-c ... .

We need to fix those modes.
Can you say which modes they are?