From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: using c-macro-expand Date: 04 Oct 2002 12:10:09 -0700 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033758574 13866 127.0.0.1 (4 Oct 2002 19:09:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 19:09:34 +0000 (UTC) Cc: Michael Slass , Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xXpN-0003bW-00 for ; Fri, 04 Oct 2002 21:09:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xXp5-0000mZ-00; Fri, 04 Oct 2002 15:09:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xXob-0008HM-00 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2002 15:08:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xXoZ-0008FT-00 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2002 15:08:44 -0400 Original-Received: from cascadia.drizzle.com ([216.162.192.17] helo=drizzle.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xXoZ-0008En-00 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2002 15:08:43 -0400 Original-Received: from localhost.localdomain (IDENT:root@drizzle.com [216.162.192.17]) by drizzle.com (8.12.3/8.12.3) with ESMTP id g94J8d1l014208; Fri, 4 Oct 2002 12:08:40 -0700 Original-To: Kevin Dziulko In-Reply-To: Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2270 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2270 Kevin Dziulko writes: > >I added to .emacs: >(setq c-macro-preprocessor "/usr/ucb/cc -C -E") > >cc is the c compiler, -C for preprocessor to leave in comments, and -E to >preprocess only. Now when I run c-macro-expand, I get error message: > >Search failed: "^J??? !!! ??? start of c-macro expansion ??? !!! ???" > >any ideas? > > Please post your question back to the original newsgroup: 1) because a wider audience will more likely be able to help you 2) it is poor etiquette to take my posting an answer to your newsgroup question as an invitation to send me unsolicited questions. -- Mike Slass