From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Case Newsgroups: gmane.emacs.help Subject: OK. Where did you hide -DDEBUG info ?? Date: Tue, 03 Jul 2007 11:41:54 -0400 Message-ID: <1183477314.2854.54.camel@CASE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183477402 8726 80.91.229.12 (3 Jul 2007 15:43:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2007 15:43:22 +0000 (UTC) To: EMACS List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 03 17:43:14 2007 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5kX3-0000K0-4b for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jul 2007 17:43:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5kX2-0005Dj-HZ for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jul 2007 11:43:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5kWo-0005De-7u for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:42:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5kWl-0005DS-RA for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:42:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5kWl-0005DP-MC for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:42:55 -0400 Original-Received: from smtp108.rog.mail.re2.yahoo.com ([68.142.225.206]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I5kWl-0006ba-9K for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:42:55 -0400 Original-Received: (qmail 87383 invoked from network); 3 Jul 2007 15:42:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=HWZdF4xnfzOD5H+bTEVgUGjTA7+DHSAc6RST9Zd2ZKuAKEDipmPt0nC7Ryc4DZNvDRz9SYNIfMardttQERSu1dSTyuldCCuBm0P43vWB5lTyvGff71IkJGY9Kc8fArPOwlQrk3FBfWKw2Ebv0+FRWe5sSs/eSZD4aH36suXJVtQ= ; Original-Received: from unknown (HELO ?192.168.1.3?) (billlinux@rogers.com@74.104.51.86 with plain) by smtp108.rog.mail.re2.yahoo.com with SMTP; 3 Jul 2007 15:42:51 -0000 X-YMail-OSG: vhZJGM0VM1nxKOl905V5tDHxv6oCbptzwtMLvM7Zqf_fYvkjR3Pc3QwH6x9w2ds5FA-- X-Mailer: Evolution 2.10.2 (2.10.2-2.fc7) X-detected-kernel: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45445 Archived-At: Hi; Downloaded CompileCommand from the wiki. Works great for me. I wanted to look up all the options involved in the format part of the function: (format "%s -c -o %s.o %s %s %s" (or (getenv "CC") "gcc") (file-name-sans-extension file) (or (getenv "CPPFLAGS") "-DDEBUG=9") (or (getenv "CFLAGS") "-ansi -pedantic -Wall -g") file) I found them all in gcc info -- except "-DDEBUG=9". Tried googeling and searching all indexes but got no useful return. Where in info or man can I find a description of "-DDEBUG=9" -- Regards Bill