From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: mode for preprocessed files Date: Wed, 23 Jul 2008 17:17:17 -0700 Message-ID: <200807240017.m6O0HHNL013737@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216858690 16930 80.91.229.12 (24 Jul 2008 00:18:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 00:18:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 02:18:59 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 1KLoXp-0000zK-6Z for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 02:18:57 +0200 Original-Received: from localhost ([127.0.0.1]:49832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLoWv-0004Ej-HN for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 20:18:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLoWp-0004EF-IZ for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:17:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLoWo-0004Da-F7 for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:17:54 -0400 Original-Received: from [199.232.76.173] (port=40540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLoWn-0004DM-Tj for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:17:53 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:50932) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KLoWn-0001pw-B3 for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:17:53 -0400 X-ICS-MailScanner-Watermark: 1217463439.22298@Q5NOiMToRLfWOjn7ZCuiHA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m6O0HHNL013737 for ; Wed, 23 Jul 2008 17:17:18 -0700 (PDT) Original-Lines: 6 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:101350 Archived-At: Currently C and C++ preprocessed files (.i and .ii, respectively) are opened in fundamental mode. Would anyone object if we would use c-mode and c++-mode for them by default? I've been doing this locally for a long time without any problem.