From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bois Francois-Xavier Newsgroups: gmane.emacs.devel Subject: Re: web-mode.el Date: Wed, 13 Jun 2012 12:49:31 +0200 Message-ID: References: <874nqfslig.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1339599836 3667 80.91.229.3 (13 Jun 2012 15:03:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 15:03:56 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 17:03:55 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sep6v-0000J3-Et for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2012 17:03:53 +0200 Original-Received: from localhost ([::1]:52759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sep6v-0005jk-AM for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2012 11:03:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sel9D-0003uO-Fo for emacs-devel@gnu.org; Wed, 13 Jun 2012 06:50:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sel9B-0008A5-Uw for emacs-devel@gnu.org; Wed, 13 Jun 2012 06:49:59 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:61330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sel98-00088j-Pu; Wed, 13 Jun 2012 06:49:54 -0400 Original-Received: by yenm7 with SMTP id m7so433724yen.0 for ; Wed, 13 Jun 2012 03:49:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=EGALH4OVFGAQ0veuyXl/EXnlvnYw/5SezZAK5iFFbJc=; b=bRnUTFDMzYrORQ2+E8YrdAZT0sBQwJewjFS+UVTkIVV95buQUlg6L6f6Aq8yO4mjxK bsb3GNRffu/9f/iR9K5klGH6IEIj1LALtcDALqehwTmCqdvFtDhfjggvRE8tHfwNL0K5 wTFotIPwCsxKc9rQuwd0CpzS3NVMGMEPf6gejtW2ge/NkGl71Eem0RcMoaiTcgR3crnC Hf8rsu++jzO9eW1wMdcBTH7pTriOL1l09LCYlBd+zgoWanVsLKJvqw56x/ez2OAD1Xnu C4Yib8wfI9u8TGh15EBJqJoYZB5fQIFzeb8pqnaG/7fQmI+DUbNbJ4nRTsO0QzhN87Ki KDlw== Original-Received: by 10.50.159.231 with SMTP id xf7mr10225497igb.7.1339584591703; Wed, 13 Jun 2012 03:49:51 -0700 (PDT) Original-Received: by 10.50.214.36 with HTTP; Wed, 13 Jun 2012 03:49:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.169 X-Mailman-Approved-At: Wed, 13 Jun 2012 11:03:51 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150927 Archived-At: > > Does web-mode.el incorporate a new mode for PHP? Then it would be > interesting to test this with mumamo.el. It is not really a new mode for PHP. There is a dedicated function for syntax hightlight (with dedicated font lock keywords) and dedicated cases in the main indent function. It is the same with HTML, CSS, JavaScript.