From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Stjernholm Newsgroups: gmane.emacs.bugs Subject: Re: CC Mode 5.25 (C); Date: 21 Aug 2002 13:49:59 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5belcsv3bs.fsf@lister.roxen.com> References: <200208111837.OAA40464@rios2.watson.ibm.com> Reply-To: bug-cc-mode@gnu.org NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029930606 2104 127.0.0.1 (21 Aug 2002 11:50:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 11:50:06 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org 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 17hTzt-0000X9-00 for ; Wed, 21 Aug 2002 13:50:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hU13-0008LC-00; Wed, 21 Aug 2002 07:51:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hU0W-0008KB-00 for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2002 07:50:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hU0U-0008Jy-00 for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2002 07:50:40 -0400 Original-Received: from godzilla.roxen.com ([194.52.182.190] helo=mail.roxen.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hU0O-0008Jg-00; Wed, 21 Aug 2002 07:50:33 -0400 Original-Received: from lister.roxen.com (lister.roxen.com [194.52.182.147]) by mail.roxen.com (Postfix) with ESMTP id E9C8B99D0; Wed, 21 Aug 2002 13:50:28 +0200 (MEST) Original-To: Michael Gschwind In-Reply-To: <200208111837.OAA40464@rios2.watson.ibm.com> Original-Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3259 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3259 Michael Gschwind wrote: > I try to set breakpoints with gud-mode -- C-c C-b is supposed to work > in any file visited by gud due to breakpoint or step -- alas, instead > I got the CCmode option to submit a bug report -- exactly what I want > ;-) How convenient. :) But I think you're mistaken that the C-c key bindings are supposed to work in source files visited by gud. Quote from the node "Commands of GUD" in the Emacs manual: Here are the other special commands provided by GUD. The keys starting with `C-c' are available only in the GUD interaction buffer. The key bindings that start with `C-x C-a' are available in the GUD interaction buffer and also in source files. I.e. you have to use C-x C-a key prefix while inside a CC Mode buffer.