From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: D. Goel Newsgroups: gmane.emacs.bugs Subject: octave-mod.el hogs my C-c keys Date: 15 Jan 2003 14:33:01 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r8bep5si.fsf@computer.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042659438 2640 80.91.224.249 (15 Jan 2003 19:37:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2003 19:37:18 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18YtKG-0000Xz-01 for ; Wed, 15 Jan 2003 20:35:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18YtLM-0005ku-01 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 15 Jan 2003 14:36:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18YtLE-0005k2-00 for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2003 14:36:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18YtIT-00057Q-00 for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2003 14:33:57 -0500 Original-Received: from 24-197-159-102.charterga.net ([24.197.159.102] helo=computer) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18YtIC-0004mb-00 for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2003 14:33:40 -0500 Original-Received: from deego by computer with local (Exim 3.36 #1 (Debian)) id 18YtHZ-0008Eu-00; Wed, 15 Jan 2003 14:33:01 -0500 Original-To: bug-gnu-emacs , Kurt Hornik X-Face: #5@=vrmx5t3mZaPY8(mR.n+V#:%4NW7j5A&^}@lGp2rK; CQ4%iH1v'gh/^A)w5*6c&R2(P' 4+seYDq8OK'LPI/C(C^A*w|f*t+8,'T8b#_0~h3!A7GoVroE[cr0Fb'A0%SdU|Lk@gBV&1vA Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4205 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4205 octave-mod.el, in octave-mode, uses C-c , here are the relevant lines from octave-mod.el. This bug is present both in emacs21 as well as emacscvs. (define-key map "\C-cf" 'octave-insert-defun) (define-key map "\C-c\C-h" 'octave-help) (define-key map "\C-cil" 'octave-send-line) (define-key map "\C-cib" 'octave-send-block) (define-key map "\C-cif" 'octave-send-defun) (define-key map "\C-cir" 'octave-send-region) (define-key map "\C-cis" 'octave-show-process-buffer) (define-key map "\C-cih" 'octave-hide-process-buffer) (define-key map "\C-cik" 'octave-kill-process) Thanks DG http://deego.gnufans.org/~deego/ --