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: Fri, 30 Oct 2009 00:49:30 +0100 Message-ID: References: <25d42153-4e90-4491-b0a0-7efff5215f35@k17g2000yqh.googlegroups.com> <87vdhxkdl2.fsf@galatea.local> 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 1256860231 1915 80.91.229.12 (29 Oct 2009 23:50:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2009 23:50:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Pascal J. Bourguignon" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 30 00:50:24 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 1N3el2-0007Sn-Sl for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Oct 2009 00:50:21 +0100 Original-Received: from localhost ([127.0.0.1]:51338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3el2-0005pY-D7 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Oct 2009 19:50:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3ekf-0005pI-9E for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 19:49:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3ekZ-0005oK-OM for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 19:49:56 -0400 Original-Received: from [199.232.76.173] (port=48066 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3ekZ-0005oH-Hg for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 19:49:51 -0400 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:57424) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3ekZ-0002K0-39 for help-gnu-emacs@gnu.org; Thu, 29 Oct 2009 19:49:51 -0400 Original-Received: by yxe29 with SMTP id 29so2250637yxe.14 for ; Thu, 29 Oct 2009 16:49:50 -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=7cKX/MwNvBA3IPkyBqw4Y3s+D7DlbDUxC2iP6xewzsk=; b=LF967Etf5m3t3KaeM+qN1DT1GcNdmFiGxVU9HNeFFWsnODJDP9lxY8mFHCgyKK1MwA EIfJpsMwVHRcB0Z0nkJBcTGBUHey56humZdTmcLP07bdHMWAMhbmm4LSgkoGgv0GmA/m Gpo76pCbtgfV4G5n7ujPogqplvZqpILcvmlqI= 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=DA5u5GoadAnUaMpomrF5eAmI5o3Ej4q81sH8UlGEsyqjFiR63/Wm0KS65vGQCTZlax JYcsAbiUihx3wI/6nMqDBM0ouxBwcAJfif5Tcex5frTvahbmmJK2FWF1JhQbe4lwk6Cq T7V9WiVFjrWpc5ahaK9Qy5jh5Fk6djwrHKCkM= Original-Received: by 10.100.200.14 with SMTP id x14mr1274696anf.52.1256860190132; Thu, 29 Oct 2009 16:49:50 -0700 (PDT) In-Reply-To: <87vdhxkdl2.fsf@galatea.local> 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:69345 Archived-At: On Fri, Oct 30, 2009 at 12:03 AM, Pascal J. Bourguignon wrote: > Lennart Borgman writes: > >> On Thu, Oct 29, 2009 at 9:04 PM, Joost Kremers = wrote: >>> 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? > > I don't use any multimode mode. =C2=A0I suggested mmm-mode because it com= es > with standard emacs (22.3) installations. Thanks for the clarification. What standard installations of emacs 22.3 does it come with? mmm-mode is not part of emacs itself (nor is any other multi major mode framework).