From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: how can I add a file extension to a font lock mode Date: Thu, 23 Jul 2009 17:36:19 -0700 Message-ID: <3b9893450907231736h72eb17dfy88a8d30fd93c3ba4@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248395819 1714 80.91.229.12 (24 Jul 2009 00:36:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jul 2009 00:36:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 24 02:36:52 2009 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 1MU8mI-00025A-Tx for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jul 2009 02:36:51 +0200 Original-Received: from localhost ([127.0.0.1]:47742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU8mI-0000kw-8Y for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jul 2009 20:36:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU8lv-0000kf-Nh for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 20:36:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU8lr-0000kL-5l for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 20:36:27 -0400 Original-Received: from [199.232.76.173] (port=38827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU8lq-0000kI-Vx for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 20:36:23 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.251]:16322) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU8lq-0001vW-Hf for help-gnu-emacs@gnu.org; Thu, 23 Jul 2009 20:36:22 -0400 Original-Received: by rv-out-0708.google.com with SMTP id f25so538376rvb.6 for ; Thu, 23 Jul 2009 17:36:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=z3Enr4MGY+6D98WX/UpcNwbPMSUUCI6NJjhE+d1hnm0=; b=WK9ih2teTDqnBofC/rbj8kPGLeIfQEJyKJ2sSvzNG4kvjGz2M7oimOhp8IjsWjOr5s EjNp+lQK5Y+Eot8eMRi/wZs6L62hscoqWsLh3WHGvN93j2HSFkFKuDxTAY76Rt/UR/9x iBjOBrHDNb5tT13MfCHFfAl82KeBD0GC71HRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=hXa7QRnFBAQHqpz8fH8jQAQd3DgzldTDZ8jjIbg7t6ZyAvbpaIDUkYXvyglyycSgqy o8aW90Ii8/Jyhn+luLS5x+guTmAGrVMNkSqOq9FtlhMk7SS8zpugfGC8Rb6jI8P1qvEM OsPhhPnu/T4LUEzScyWTI7gZ7C05okYBe56lY= Original-Received: by 10.140.133.16 with SMTP id g16mr1886993rvd.202.1248395779960; Thu, 23 Jul 2009 17:36:19 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:66369 Archived-At: Hi, Can you please tell me how can I add file extension '*.mm' to use c/c++ font lock mode? Thank you.