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: Mon, 28 Jan 2008 10:04:36 +1300 Message-ID: <18332.61924.779009.749518@kahikatea.snap.net.nz> References: <18331.51852.195134.607586@kahikatea.snap.net.nz> <18332.10233.967027.718374@kahikatea.snap.net.nz> <18332.23875.678987.641297@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 1201467940 2492 80.91.229.12 (27 Jan 2008 21:05:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 21:05:40 +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 22:06:00 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 1JJEgm-0003zW-GN for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 22:05:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJEgL-0003kv-Qp for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 16:04:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJEgH-0003gg-Bd for emacs-devel@gnu.org; Sun, 27 Jan 2008 16:04:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJEgG-0003eL-4a for emacs-devel@gnu.org; Sun, 27 Jan 2008 16:04:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJEgG-0003e9-1i for emacs-devel@gnu.org; Sun, 27 Jan 2008 16:04:44 -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 1JJEgF-0002eS-Ef for emacs-devel@gnu.org; Sun, 27 Jan 2008 16:04:43 -0500 Original-Received: from kahikatea.snap.net.nz (244.60.255.123.dynamic.snap.net.nz [123.255.60.244]) by viper.snap.net.nz (Postfix) with ESMTP id 725E83DA586; Mon, 28 Jan 2008 10:04:42 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 83E438FC6D; Mon, 28 Jan 2008 10:04:37 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.1.50.23 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:87657 Archived-At: > It works. However, calling `call-process' with its second argument > (INFILE) set to nil here might not be trivial, since at least gcc > prints something when its input is /dev/null: > > $ gcc -E -dM - < /dev/null > #define __DBL_MIN_EXP__ (-1021) > #define __FLT_MIN__ 1.17549435e-38F >... Yes but we don't need these lists in buffers without associated files. > So I think if we prefer to keep the behavior the same as previous > (although some aspects of the previous behavior seem trivial), we > should use a patch like the following one. I don't think we need the old behaviour, so I've committed my patch. Thanks for the report. -- Nick http://www.inet.net.nz/~nickrob