From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Anders K." Newsgroups: gmane.emacs.help Subject: Re: Problem with asm-mode-hook Date: Sat, 24 May 2003 03:03:45 GMT Organization: RoadRunner - Carolina Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053745446 12657 80.91.224.249 (24 May 2003 03:04:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 03:04:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat May 24 05:04:04 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JPKG-0003Hz-00 for ; Sat, 24 May 2003 05:04:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JPLf-0006Sw-2y for gnu-help-gnu-emacs@m.gmane.org; Fri, 23 May 2003 23:05:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!cyclone.tampabay.rr.com!news-post.tampabay.rr.com!twister.southeast.rr.com.POSTED!53ab2750!not-for-mail User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030508 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 14 Original-NNTP-Posting-Host: 24.93.81.178 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.southeast.rr.com 1053745425 24.93.81.178 (Fri, 23 May 2003 23:03:45 EDT) Original-NNTP-Posting-Date: Fri, 23 May 2003 23:03:45 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:113642 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10138 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10138 myrkraverk@users.sourceforge.net wrote: > http://myrkraverk.afraid.org/~myrkraverk/masp-mode.el > > will do that for you, and I believe the default comment char is #, but > I don't remember that actaully. Otherwise it's basically the same as > asm-mode. If you don't mind any extra syntax highlight for my > preprocessor. Thanks! I didn't install it, but looking at the file, I figured out that I needed to install an asm-mode-set-comment-hook, not an asm-mode-hook. It works now. Anders