From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: GUD octave support Date: Mon, 19 Nov 2007 08:48:42 +1300 Message-ID: <18240.38683.11115.568911@kahikatea.snap.net.nz> References: <18240.5887.570947.713431@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195417358 13906 80.91.229.12 (18 Nov 2007 20:22:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 20:22:38 +0000 (UTC) Cc: Daniel Elliott , emacs-devel@gnu.org, Kurt Hornik To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 21:22:43 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 1ItqfB-0000yl-0i for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 21:22:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itqex-0000Xk-Af for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 15:22:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItqeP-0008QO-AB for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:21:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItqeN-0008Nr-D1 for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:21:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItqeN-0008NU-0n for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:21:51 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItqeM-0000W6-G5 for emacs-devel@gnu.org; Sun, 18 Nov 2007 15:21:50 -0500 Original-Received: from kahikatea.snap.net.nz (192.61.255.123.dynamic.snap.net.nz [123.255.61.192]) by viper.snap.net.nz (Postfix) with ESMTP id E9CD13D9E54; Mon, 19 Nov 2007 08:48:50 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 0FCC08FC6D; Mon, 19 Nov 2007 08:48:43 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 23.0.50.52 X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:83562 Archived-At: > > If it's a list, call it one. Also this is presumably customisable. > > > > (defcustom octavedb-init-file-list '(~/.octaverc) > > "List of...") > > The variable appears to be unused, and I don't see how a list of symbols > would be a useful value here anyway. Presumably it should be used in gud-octavedb-find-file. Octave must store this information internally. Perhaps the best thing to do would be to contact the author of Octave and ask him if he's willing to add a "--fullname" option like GDB has, so that instead of the db* commands outputting something like: keyboard: stopped in example.m at line 4 they output something like: ^Z^Z/home/nickrob/octave/example.m:4 -- Nick http://www.inet.net.nz/~nickrob