From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: senny Newsgroups: gmane.emacs.help Subject: Re: indirect-region (make-indirect-buffer) breaks major-mode fontification Date: Tue, 17 Nov 2009 06:40:09 -0800 (PST) Organization: http://groups.google.com Message-ID: <9f149101-7cb9-4bd9-8248-457b8d89a537@k4g2000yqb.googlegroups.com> References: <61136d02-7d49-4b29-82e4-3d970cb55175@m38g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258470012 15653 80.91.229.12 (17 Nov 2009 15:00:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 15:00:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 17 16:00:06 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 1NAPX8-0002Gr-Jg for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 15:59:54 +0100 Original-Received: from localhost ([127.0.0.1]:40434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAPX8-0002KP-0T for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 09:59:54 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!k4g2000yqb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 194.41.152.158 Original-X-Trace: posting.google.com 1258468809 1539 127.0.0.1 (17 Nov 2009 14:40:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 17 Nov 2009 14:40:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k4g2000yqb.googlegroups.com; posting-host=194.41.152.158; posting-account=HpnstAoAAADdixpnvjy3qaoKJJO_Jdvb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174754 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:69827 Archived-At: On 17 Nov., 15:20, Joost Kremers wrote: > senny wrote: > > The other thing is, that I am looking for a flexible solution, I am > > editing a lot of different template languages (jsp, esp, rhtml) and > > it would be cool to use the same solution for all these cases. Thats > > why i was heading for the "indirect-buffer" approach. > > have you looked at multi-mode.el? it uses the indirect-buffer approach, s= o > perhaps you're reinventing the wheel? > > http://www.emacswiki.org/emacs/MultipleModes > > -- > Joost Kremers =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0joostkrem...@yahoo.com > Selbst in die Unterwelt dringt durch Spalten Licht > EN:SiS(9) I haven't used multi-mode.el but I am willing to give it a try. Is there a documentation page on how to set up the mode definitions correctly? I only find the multi-mode.el file, which seems to be only the framework to enable multiple major modes.