From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13845: 24.3.50; gud commands stop responding when using gdb-mi Date: Tue, 30 Apr 2013 14:54:13 -0400 Message-ID: <3yobcvetnu.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1367348097 17846 80.91.229.3 (30 Apr 2013 18:54:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Apr 2013 18:54:57 +0000 (UTC) Cc: 13845@debbugs.gnu.org To: Jean-Philippe Gravel Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 30 20:54:55 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UXFhL-0001bC-L9 for geb-bug-gnu-emacs@m.gmane.org; Tue, 30 Apr 2013 20:54:43 +0200 Original-Received: from localhost ([::1]:55230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXFhL-0003gZ-AV for geb-bug-gnu-emacs@m.gmane.org; Tue, 30 Apr 2013 14:54:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXFhH-0003gR-9k for bug-gnu-emacs@gnu.org; Tue, 30 Apr 2013 14:54:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXFhG-0001ZF-5C for bug-gnu-emacs@gnu.org; Tue, 30 Apr 2013 14:54:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXFhG-0001ZB-27 for bug-gnu-emacs@gnu.org; Tue, 30 Apr 2013 14:54:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UXFhe-0003BT-1s for bug-gnu-emacs@gnu.org; Tue, 30 Apr 2013 14:55:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Apr 2013 18:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13845 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13845-submit@debbugs.gnu.org id=B13845.136734808512205 (code B ref 13845); Tue, 30 Apr 2013 18:55:02 +0000 Original-Received: (at 13845) by debbugs.gnu.org; 30 Apr 2013 18:54:45 +0000 Original-Received: from localhost ([127.0.0.1]:52671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXFhM-0003An-6t for submit@debbugs.gnu.org; Tue, 30 Apr 2013 14:54:45 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:43074) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXFhG-0003AY-CR for 13845@debbugs.gnu.org; Tue, 30 Apr 2013 14:54:40 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UXFgr-0006rw-85; Tue, 30 Apr 2013 14:54:13 -0400 X-Spook: ammunition plutonium e-bomb Croatian digicash AGT. AMME X-Ran: 3"w.CM'BPKwKLFJ`ptIWL.PyP> (Jean-Philippe Gravel's message of "Mon, 29 Apr 2013 23:32:51 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:73854 Archived-At: Jean-Philippe Gravel wrote: > My branch is available on launchpad: > https://code.launchpad.net/~jpgravel/emacs/bug13845 > > Please consider all revisions from 112234 to 112242. Revision 112233 > is already in the trunk. Could you send the change you propose to install to this address as a flat diff? I'm assuming it is not enormous. > - I needed the function cl-find-if and cl-delete-if. It seems there > is a long history about not using the functions from cl.el at runtime. It is fine to use cl-lib at runtime, so no problem. > - I removed two strange ^L characters in gdb-mi.el. Am I right to > remove them? No. (And as a general comment don't mix unrelated formatting changes with commits.) > Do they mean anything, or are they garbage ASCII > character that got there by mistake? They are page separators. See (emacs)Pages. > - When doing my commit, do I need to specify a bug tracker with the > --fixes option, or is "--fixes 13845" enough? Add an entry to ~/.bazaar/bazaar.conf: [DEFAULT] bugtracker_debbugs_url = http://debbugs.gnu.org/{id} then use --fixes debbugs:13845