From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Multiple Major Modes Date: Thu, 29 Oct 2009 23:14:58 +0100 Message-ID: References: <25d42153-4e90-4491-b0a0-7efff5215f35@k17g2000yqh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256854687 16585 80.91.229.12 (29 Oct 2009 22:18:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2009 22:18:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Pascal J. Bourguignon" , Sebastien LE MAGUER Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 29 23:17:59 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 1N3dHm-0001iN-O0 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Oct 2009 23:16:03 +0100 Original-Received: from localhost ([127.0.0.1]:53313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3dHm-0002ZV-1M for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Oct 2009 18:16:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3dH9-0002Wq-LD for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 18:15:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3dH5-0002Vw-6L for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 18:15:23 -0400 Original-Received: from [199.232.76.173] (port=35916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3dH4-0002Vn-Sh for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 18:15:18 -0400 Original-Received: from mail-yw0-f194.google.com ([209.85.211.194]:50260) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3dH4-00060t-LA for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 18:15:18 -0400 Original-Received: by ywh32 with SMTP id 32so2168776ywh.14 for ; Thu, 29 Oct 2009 15:15:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=EacAxr3jMOvyJErBthJrDOXDykaxPqNm7ZyCnNr+6ps=; b=ZxQhfEA/vvxXf/CnkkzeisAZ424/XHllZC1LBGFjEIxilereTRrf3pUP4SH6x6JOgz YWebRlEgsUEtTMwtjQgRPFsxHI+kiViIxXWVVWPXggtiEUpcALaCD89amFKm7gJpd4yp cZguNDJyDbw5jkko+7DdEkHt6Q5rugcp5UlvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=x7wszkRuEstzgXGUxX43z+bShlD714Ely9G+ATge1T/wiNuxzsvJnQsMaUlfaui15D O28A5df/AqsgPbh/oZG/KV9zghauO301Lg5WfQ834QwP4az4d4BAe9Y/DJ1djFoDlaXt LCV/sBvJiMVQQYrrGqTsDLkv8rA8wu3yXfQ0I= Original-Received: by 10.100.82.15 with SMTP id f15mr1200698anb.190.1256854518157; Thu, 29 Oct 2009 15:15:18 -0700 (PDT) In-Reply-To: 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:69343 Archived-At: On Thu, Oct 29, 2009 at 9:04 PM, Joost Kremers wro= te: > Nordl=C3=B6w wrote: >> Does anyone though of an extension the enables a major-mode to exist >> only within a part of buffer along with another major-mode. Part is >> preferrably delimited by some magic strings. > > http://www.emacswiki.org/emacs/MultipleModes Pascal and Bastien, you recommended mmm-mode that is one of the alternatives on that list. I have for a long time wondered if it works with Emacs 22/23. Are you using it? Are there any features in it that you believe are missing in mumamo?