From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: mode for preprocessed files Date: Fri, 25 Jul 2008 06:09:13 +0900 Message-ID: <87zlo7q9ae.fsf@catnip.gol.com> References: <200807240017.m6O0HHNL013737@sallyv1.ics.uci.edu> <200807240300.m6O30OgU007933@sallyv1.ics.uci.edu> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216933783 17656 80.91.229.12 (24 Jul 2008 21:09:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 21:09:43 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 23:10:32 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 1KM84t-0007ee-DE for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 23:10:23 +0200 Original-Received: from localhost ([127.0.0.1]:35433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM83z-0000gc-Lh for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 17:09:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM83u-0000g8-0T for emacs-devel@gnu.org; Thu, 24 Jul 2008 17:09:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM83s-0000fX-CP for emacs-devel@gnu.org; Thu, 24 Jul 2008 17:09:21 -0400 Original-Received: from [199.232.76.173] (port=48729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM83s-0000fU-5a for emacs-devel@gnu.org; Thu, 24 Jul 2008 17:09:20 -0400 Original-Received: from smtp12.dentaku.gol.com ([203.216.5.74]:54410) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KM83n-0005IU-VA; Thu, 24 Jul 2008 17:09:16 -0400 Original-Received: from 218.231.212.215.eo.eaccess.ne.jp ([218.231.212.215] helo=catnip.gol.com) by smtp12.dentaku.gol.com with esmtpa (Dentaku) id 1KM83j-0006jA-G7; Fri, 25 Jul 2008 06:09:11 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id B0670DFB3; Fri, 25 Jul 2008 06:09:13 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: (Stefan Monnier's message of "Thu, 24 Jul 2008 08:52:31 -0400") Original-Lines: 15 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:101422 Archived-At: Stefan Monnier writes: > I know, but in all my years of C coding, I've never seen this > "feature" used. I've seen things piped through cpp, but not saved to > a .i(i) file. Hmm, I've certainly run across .i for such, and indeed, I seem to use that extension for my own preprocessed files in a few of my makefiles where I have rules for making them. No idea where I picked that up though. -Miles -- ((lambda (x) (list x x)) (lambda (x) (list x x)))