From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dmitri.Minaev@Samara.BritishCouncil.RU Newsgroups: gmane.emacs.help Subject: =?utf-8?B?UkU6IGpzcCBjb2xvcml6YXRpb24=?= Date: Mon, 1 Jul 2002 18:10:07 +0400 Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Trace: main.gmane.org 1025528440 14353 127.0.0.1 (1 Jul 2002 13:00:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Jul 2002 13:00:40 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17P0nH-0003jN-00 for ; Mon, 01 Jul 2002 15:00:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17P0jp-00041I-00; Mon, 01 Jul 2002 08:57:05 -0400 Original-Received: from [194.84.94.50] (helo=rus2nt01.samara.britishcouncil.ru) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17P0iu-0003zt-00 for ; Mon, 01 Jul 2002 08:56:10 -0400 Original-Received: by RUS2NT01 with Internet Mail Service (5.5.2650.21) id ; Mon, 1 Jul 2002 18:10:07 +0400 Original-To: tda@quasarlabs.com, help-gnu-emacs@gnu.org X-Mailer: Internet Mail Service (5.5.2650.21) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:557 html-helper-mode.el by Nelson Minar (maintained by 'Saint' Lauri) does this. Just say: (require 'html-helper-mode) (setq auto-mode-alist (cons '("\\.jsp$" . jsp-html-helper-mode) auto-mode-alist)) -- With best regards, Dmitri Minaev > -----Original Message----- > From: Dmitry Trunikov [mailto:tda@quasarlabs.com] > Sent: Monday, July 01, 2002 1:24 PM > To: help-gnu-emacs@gnu.org > Subject: jsp colorization > > > Hi ALL. > Tell me please how can I turn on syntax highliting for *.jsp (Java > Server Pages) files? > Has emacs support for this type of files? > If it hasn't then how can I tell emacs that jsp and html > files is the same? > > Thanks. > > P.S. emacs 21.1/linux > > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >