From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: cc-create-define-alist on w32 Date: Tue, 03 May 2005 07:45:32 +0200 Message-ID: <42770FFC.2020203@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115153964 32718 80.91.229.2 (3 May 2005 20:59:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 May 2005 20:59:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 22:59:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DT4Tl-000477-RZ for ged-emacs-devel@m.gmane.org; Tue, 03 May 2005 22:58:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DT4aw-000271-5e for ged-emacs-devel@m.gmane.org; Tue, 03 May 2005 17:06:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSqWZ-0004nb-3P for emacs-devel@gnu.org; Tue, 03 May 2005 02:04:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSqW9-0004cd-U0 for emacs-devel@gnu.org; Tue, 03 May 2005 02:04:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSqTB-0003Ei-LW for emacs-devel@gnu.org; Tue, 03 May 2005 02:01:22 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1DSqWk-0006qQ-CD for emacs-devel@gnu.org; Tue, 03 May 2005 02:05:02 -0400 Original-Received: (qmail invoked by alias); 03 May 2005 06:00:19 -0000 Original-Received: from N798P024.adsl.highway.telekom.at (EHLO [62.47.43.184]) [62.47.43.184] by mail.gmx.net (mp026) with SMTP; 03 May 2005 08:00:19 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: emacs-devel@gnu.org X-Y-GMX-Trusted: 0 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:36624 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36624 The recently introduced `cc-create-define-alist' causes the following problem with Emacs on MinGW: When I load a C program into a buffer the process "/lib/cpp" gets called. However, with MinGW "cpp.exe" is by default in "...\MinGW\bin\" and an error is reported.