From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Guillaume Cottenceau Newsgroups: gmane.emacs.help Subject: About: Re: Emacs and ASP major mode Date: 12 Mar 2004 15:48:13 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84ptbi86ky.fsf@frozen.mnc.ch> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079106792 18540 80.91.224.253 (12 Mar 2004 15:53:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Mar 2004 15:53:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 12 16:53:00 2004 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 1B1oy4-0004Lz-00 for ; Fri, 12 Mar 2004 16:53:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1o0V-0005Ct-8f for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Mar 2004 09:51:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B1ny5-0004z6-SG for help-gnu-emacs@gnu.org; Fri, 12 Mar 2004 09:48:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1nxV-0004sa-A0 for help-gnu-emacs@gnu.org; Fri, 12 Mar 2004 09:48:53 -0500 Original-Received: from [212.23.250.43] (helo=mnc.ch) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B1nxU-0004sA-J8 for help-gnu-emacs@gnu.org; Fri, 12 Mar 2004 09:48:20 -0500 Original-Received: (qmail 9491 invoked from network); 12 Mar 2004 15:48:15 +0100 Original-Received: from dsl-1-109.urbanet.ch (HELO frozen.mnc.ch) (195.202.231.109) by www.mnc.ch.com with SMTP; 12 Mar 2004 15:48:15 +0100 Original-Received: by frozen.mnc.ch (Postfix, from userid 1003) id 806B311E9DA; Fri, 12 Mar 2004 15:48:13 +0100 (CET) Original-To: help-gnu-emacs@gnu.org Original-Lines: 41 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:17557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17557 Hi, I was looking for an asp-mode for Emacs. I've read the message by "Jeffery B. Rancier" on Mon, 24 Feb 2003 17:23:27 -0500 who suggested to use the visual-basic mode. I just wanted to share with you something slightly better (I hope) that I'm using. The asp-mode I'm using is based on using html-mode. If you don't have it, google and download it. Basically, it switches between the visual-basic-mode for parts containing scriptlets, and html-mode for html. I've also added the use of the java-mode when "" html-mode))) Happy about it, I'm now switching to something similar for editing PHP: (defun gcphp-mode () (interactive) (multi-mode 1 'html-mode '("" html-mode))) See you. -- Guillaume Cottenceau