From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: PHP mode in Emacs? Date: Sun, 30 Apr 2006 16:49:12 +0200 Organization: Programmerer Ingebrigtsen Message-ID: References: <87bquj6sei.fsf@nicferrier.tapsellferrier.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146408639 6773 80.91.229.2 (30 Apr 2006 14:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 14:50:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 16:50:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaDFr-0006jI-Mj for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 16:50:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaDFr-0001la-8E for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 10:50:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaDFE-0001YY-1L for emacs-devel@gnu.org; Sun, 30 Apr 2006 10:49:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaDFB-0001Vq-0z for emacs-devel@gnu.org; Sun, 30 Apr 2006 10:49:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaDFA-0001VX-Q4 for emacs-devel@gnu.org; Sun, 30 Apr 2006 10:49:52 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FaDIm-0004eV-0p for emacs-devel@gnu.org; Sun, 30 Apr 2006 10:53:36 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FaDF1-0006dO-BS for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:49:43 +0200 Original-Received: from quimbies.gnus.org ([80.91.231.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Apr 2006 16:49:43 +0200 Original-Received: from larsi by quimbies.gnus.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Apr 2006 16:49:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: quimbies.gnus.org Mail-Copies-To: never X-Now-Playing: David Bowie's _Lodger_: "Look Back In Anger (New Version Recorded 1988)" User-Agent: Gnus/5.110005 (No Gnus v0.5) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:Y1FiriO6WdUovWj302nKNPgYgG0= 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:53662 Archived-At: Nic writes: > It is a *really* difficult task because it's not just mixing PHP code > and HTML. PHP can also be used to generate other content types. Like CSS and Javascript. > For example, generating XML is quite trivial. So it's not just a case > of making a mode that has PHP syntax support _and_ HTML support. No, it's a more general problem -- file formats that mix many types of languages. mmm-mode does this, and has been around for ages, but it's not included in either Emacs or XEmacs. Has mmm-mode been considered, but found wanting, or is there something else wrong with the idea? (I haven't acually looked at the mmm code.) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen