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: wrong-type-argument in gud-tooltip-mode Date: Sun, 27 Jan 2008 19:43:05 +1300 Message-ID: <18332.10233.967027.718374@kahikatea.snap.net.nz> References: <18331.51852.195134.607586@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 1201418005 13852 80.91.229.12 (27 Jan 2008 07:13:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 07:13:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Herbert Euler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 27 08:13:44 2008 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 1JJ1i3-0006nU-NV for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 08:13:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJ1hd-0005M7-0A for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 02:13:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJ1hW-0005Iw-Gv for emacs-devel@gnu.org; Sun, 27 Jan 2008 02:13:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJ1hU-0005GG-Ln for emacs-devel@gnu.org; Sun, 27 Jan 2008 02:13:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJ1hU-0005G3-DY for emacs-devel@gnu.org; Sun, 27 Jan 2008 02:13:08 -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 1JJ1hU-0006k0-Bw for emacs-devel@gnu.org; Sun, 27 Jan 2008 02:13:08 -0500 Original-Received: from kahikatea.snap.net.nz (162.63.255.123.dynamic.snap.net.nz [123.255.63.162]) by viper.snap.net.nz (Postfix) with ESMTP id DFC263DA472; Sun, 27 Jan 2008 20:12:55 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 1D2068FC6D; Sun, 27 Jan 2008 19:43:07 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 23.0.50.38 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:87629 Archived-At: > The buffer that satisfies both the two predicates there is the buffer > " *partial-output-*", the value of its variable `gud-minor-mode' is > copied from the one inside `gud-comint-buffer', in my case it is > 'gdba. Its name, " *partial-output-*", does not match the regular > expression too. And of course it does not visit any file. OK, I see I added a space in Dec 2006 to make the buffer invisible in list-buffers but I still don't see why there is an error because gdb-create-define-alist only uses the file as input if one exists: ... (call-process shell-file-name (if (file-exists-p file) file nil) (concat gdb-cpp-define-alist-program " " gdb-cpp-define-alist-flags))... Also I've tried to reproduce the error in emacs-unicode-2 and on the trunk but can't. Can you please set debug-on-error to t, recreate the error and post the lisp backtrace here? -- Nick http://www.inet.net.nz/~nickrob