From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: mmm-mode.el(Re: narrow-to-here-document) Date: Thu, 26 Jun 2003 14:59:27 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030626.145927.125894458.jet@gyve.org> References: <20030625.151015.68035851.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056607323 24947 80.91.224.249 (26 Jun 2003 06:02:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 06:02:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 26 08:02:01 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VPpZ-0006UD-00 for ; Thu, 26 Jun 2003 08:02:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19VPtx-0006hQ-00 for ; Thu, 26 Jun 2003 08:06:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VPpd-0005SN-0D for emacs-devel@quimby.gnus.org; Thu, 26 Jun 2003 02:02:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VPp7-0004wS-GZ for emacs-devel@gnu.org; Thu, 26 Jun 2003 02:01:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VPnU-0003iL-Ku for emacs-devel@gnu.org; Thu, 26 Jun 2003 01:59:57 -0400 Original-Received: from r-maa.spacetown.ne.jp ([210.130.136.40]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VPnH-0003BC-70 for emacs-devel@gnu.org; Thu, 26 Jun 2003 01:59:39 -0400 Original-Received: from localhost (mx.jp.redhat.com [219.96.218.186]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id h5Q5xSX05514; Thu, 26 Jun 2003 14:59:28 +0900 (JST) Original-To: noniq-usenet@noniq.at In-Reply-To: X-Mailer: Mew version 3.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15268 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15268 > [1] http://mmm-mode.sourceforge.net/ I've just downloaded. It is a big package; it consists of 12 el files. from README of mmm-mode.el: MMM Mode for Emacs ================== OVERVIEW MMM Mode is a minor mode for Emacs that allows Multiple Major Modes (hence the name) to coexist in one buffer. It is particularly well-suited to editing embedded code, such as Mason server-side Perl, or HTML output in CGI scripts. This might be useful as the base for the narrow-to-here-document. I'll report more later. Masatake YAMATO p.s. I've just remember I tried to write flex-mode.el... mmm-mode.el was what I needed at that time:-P