From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: PHP mode in Emacs? Date: Sun, 30 Apr 2006 11:47:25 -0400 Message-ID: <874q0bdq2h.fsf-monnier+emacs@gnu.org> References: <87r73fdsbk.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146412089 15972 80.91.229.2 (30 Apr 2006 15:48:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 15:48:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 17:47:59 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 1FaE98-0006wC-V0 for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 17:47:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaE98-000311-ID for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 11:47:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaE8u-0002xN-8t for emacs-devel@gnu.org; Sun, 30 Apr 2006 11:47:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaE8s-0002vZ-Et for emacs-devel@gnu.org; Sun, 30 Apr 2006 11:47:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaE8s-0002vO-6K for emacs-devel@gnu.org; Sun, 30 Apr 2006 11:47:26 -0400 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaECU-0000U1-6m for emacs-devel@gnu.org; Sun, 30 Apr 2006 11:51:10 -0400 Original-Received: from alfajor ([70.55.146.223]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060430154725.VZNL28586.tomts25-srv.bellnexxia.net@alfajor>; Sun, 30 Apr 2006 11:47:25 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 73EB5D9211; Sun, 30 Apr 2006 11:47:25 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 30 Apr 2006 17:14:12 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:53667 Archived-At: >> Also I think other solutions should not be seen as competing: the choice >> between them is probably going to come down to user preferences and to usage >> patterns, so choosing one should not rule out the others. Hopefully the >> various approaches can share some things (e.g. the syntax of the special >> elements that indicate the need for a mode switch). > Are there other solutions? :-) Yes, IIRC Dave Love has package that uses a different approach based on indirect buffers. And I seem to remember yet some other approach based on narrowing. Stefan