From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: GUD octave support Date: Sun, 18 Nov 2007 13:16:43 -0700 Message-ID: References: <18240.5887.570947.713431@kahikatea.snap.net.nz> <18240.38683.11115.568911@kahikatea.snap.net.nz> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195418504 17375 80.91.229.12 (18 Nov 2007 20:41:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 20:41:44 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org, Kurt Hornik , Daniel Elliott To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 21:41:50 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Itqxh-0008Om-AG for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 21:41:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItqxT-0002PP-Mi for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 15:41:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItqxQ-0002Ns-Bs for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:41:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItqxP-0002Ng-Pm for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:41:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItqxP-0002Nd-My for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:41:31 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItqxP-0005If-Dk for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:41:31 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lAIKfMSL007993; Sun, 18 Nov 2007 15:41:22 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAIKfMHj027337; Sun, 18 Nov 2007 15:41:22 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAIKfLM1024486; Sun, 18 Nov 2007 15:41:21 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 8D9F6378AF6; Sun, 18 Nov 2007 13:16:43 -0700 (MST) X-Attribution: Tom In-Reply-To: <18240.38683.11115.568911@kahikatea.snap.net.nz> (Nick Roberts's message of "Mon\, 19 Nov 2007 08\:48\:42 +1300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83563 Archived-At: >>>>> "Nick" == Nick Roberts writes: Nick> Perhaps the best thing to do would Nick> be to contact the author of Octave and ask him if he's willing to add Nick> a "--fullname" option like GDB has This reminds me of a different problem I've seen with gud and gdb. GCC has several files that have the same base name. If I use C-x SPC to set a breakpoint in one of these, sometimes the breakpoint will wind up in the wrong file. I think this could be fixed by changing the gud-break binding in gud-gdb from "break %f:%l" to "break %d%f:%l". Tom