From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Martin Schwamberger" Newsgroups: gmane.emacs.help Subject: Re: Edit jsp with tag library Date: Sun, 28 Dec 2003 13:36:55 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3FEEDC77.29646.418EE1@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1072615073 32027 80.91.224.253 (28 Dec 2003 12:37:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2003 12:37:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 28 13:37:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AaaB4-0004Iz-00 for ; Sun, 28 Dec 2003 13:37:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aab7r-0003ek-DC for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Dec 2003 08:38:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aab7S-0003R3-Bx for help-gnu-emacs@gnu.org; Sun, 28 Dec 2003 08:38:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aab6m-0002DJ-Hd for help-gnu-emacs@gnu.org; Sun, 28 Dec 2003 08:38:01 -0500 Original-Received: from [217.72.192.208] (helo=smtp.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Aab6k-00026w-Vl for help-gnu-emacs@gnu.org; Sun, 28 Dec 2003 08:37:27 -0500 Original-Received: from [145.254.201.123] (helo=chef) by smtp.web.de with esmtp (WEB.DE 4.99 #566) id 1Aaa9F-00004w-00 for help-gnu-emacs@gnu.org; Sun, 28 Dec 2003 13:35:57 +0100 Original-To: help-gnu-emacs@gnu.org Priority: normal X-Mailer: Pegasus Mail for Windows (v4.11) Content-description: Mail message body X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15611 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15611 > I've configured Emacs to edit/read jsp using psgml+html-mode+multi-mode. > For normal jsp files, it seems working fine (do a correct indentation > for me). But when I edit/read jsp with tag library, the indentation > simply broke. for example, a jsp file with taglib should > indented as below, > > > > >

test

> > > > but, psgml+html-mode+multi-mode wrongly think the need a > or
as closure. so it indent the above jsp this > way, > > > > >

test

> > > > this is not what I expected. > > Is there a way to fix it? Try - Martin