From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dick Brown Newsgroups: gmane.emacs.help Subject: trouble with comint-sent-input for gdb Date: Tue, 8 Feb 2011 11:12:51 -0600 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016361640695b9403049bc8753a X-Trace: dough.gmane.org 1297194143 27700 80.91.229.12 (8 Feb 2011 19:42:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 19:42:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 08 20:42:19 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PmtS6-0007zM-Vc for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Feb 2011 20:42:19 +0100 Original-Received: from localhost ([127.0.0.1]:39397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmtS6-0002Cn-GD for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Feb 2011 14:42:18 -0500 Original-Received: from [140.186.70.92] (port=56203 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pmr7a-0004gP-KI for help-gnu-emacs@gnu.org; Tue, 08 Feb 2011 12:12:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmr7V-0000PD-3d for help-gnu-emacs@gnu.org; Tue, 08 Feb 2011 12:12:54 -0500 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:55955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmr7V-0000Ox-0L for help-gnu-emacs@gnu.org; Tue, 08 Feb 2011 12:12:53 -0500 Original-Received: by gyd10 with SMTP id 10so2716062gyd.0 for ; Tue, 08 Feb 2011 09:12:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=3lxyMh9nmeDm+jd+DseOlDcqwmOjPA4lauDpi6vH7zg=; b=IynaGzKXPOpoTS+HhnADzXLJBE3ecnLF3ScTEq2aNZAe6jdZ4om7cZctbO2TRCbrwo 91cfElRDsPwfpzcrHN4Lqm0EqhBSaMRU1X4UdyNutKXRK7yWaBR2saIbLFe7+vQNZOFl HVBzPZFhgZqCu4t/H3k/9KUdkxxCaURhKDYe0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=IDRig9PiKw/2vMbGib62UEkVLuNXSxhd7ec1pt2IxBs/mNaP9Pzcq/TiPmFggibE2V YM+EyHJutCOotbe0BU9dGHAg7ht+YT1qtbRxN67J01JZP5u+x80Cz6xNpR7IrFiznFfX hEH6Gjx0W/lyxsBlBsqUnDmCYlTSh4qA9CUAY= Original-Received: by 10.90.97.6 with SMTP id u6mr217542agb.12.1297185171542; Tue, 08 Feb 2011 09:12:51 -0800 (PST) Original-Received: by 10.90.54.19 with HTTP; Tue, 8 Feb 2011 09:12:51 -0800 (PST) X-Google-Sender-Auth: aLiiNkX9ObBHojCmahYniGZLtmo X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 X-Mailman-Approved-At: Tue, 08 Feb 2011 14:37:56 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79035 Archived-At: --0016361640695b9403049bc8753a Content-Type: text/plain; charset=ISO-8859-1 Greetings! When I start gdb within emacs (e.g., (gdb "gdb /tmp/hello") ), I find the same behavior described by IvanAndrus in http://www.emacswiki.org/emacs/DebuggingWithEmacs , namely, entering a command (such as break main ) and pressing RET causes the command to turn bold correctly, but nothing else happens. The program isn't already running, and RET is correclty bound to comint-send-input (I bound another key to comint-send-input and tried that, just to be sure, with the same results). This is happening on GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.20.1) of 2010-05-13 on x86-07.phx2.fedoraproject.org but it does not happen on GNU Emacs 22.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.12.9) of 2008-05-23 on xenbuilder2.fedora.redhat.com Any ideas? Thanks. Dick Brown rab@stolaf.edu --0016361640695b9403049bc8753a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Greetings!=A0 When I start gdb within emacs (e.g.,=A0=A0=A0=A0 (gdb "g= db /tmp/hello")=A0 ), I find the same behavior described by IvanAndrus= in http://ww= w.emacswiki.org/emacs/DebuggingWithEmacs , namely, entering a command (= such as=A0=A0 break main=A0 ) and pressing RET causes the command to turn b= old correctly, but nothing else happens.=A0 The program isn't already r= unning, and RET is correclty bound to comint-send-input (I bound another ke= y to comint-send-input and tried that, just to be sure, with the same resul= ts).=A0 This is happening on
GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.20.1)
=A0of 20= 10-05-13 on x86-07.phx2.fe= doraproject.org

but it does not happen on
GNU Emacs 22.2.1 (= x86_64-redhat-linux-gnu, GTK+ Version 2.12.9)
=A0of 2008-05-23 on xenbui= lder2.fedora.redhat.com

Any ideas?=A0 Thanks.

Dick Brown<= br>rab@stolaf.edu

--0016361640695b9403049bc8753a--