From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bob Smith Newsgroups: gmane.emacs.help Subject: syntax highlighting with javascript-mode.el and hilit19.el Date: Thu, 09 Oct 2003 20:21:27 +0300 Organization: private Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F859917.2030005@jippii.fi> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065717090 32450 80.91.224.253 (9 Oct 2003 16:31:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2003 16:31:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 09 18:31:28 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 1A7dhI-0006i0-00 for ; Thu, 09 Oct 2003 18:31:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A7dgv-0007bM-Gl for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Oct 2003 12:31:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.nacamar.de!uio.no!newsfeed.kolumbus.fi!feeder2.news.jippii.net!reader1.news.jippii.net!53ab2750!not-for-mail User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: sv, fi, en Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 195.197.165.2 Original-X-Complaints-To: newsmaster@saunalahti.com Original-X-Trace: reader1.news.jippii.net 1065716534 195.197.165.2 (Thu, 09 Oct 2003 19:22:14 EEST) Original-NNTP-Posting-Date: Thu, 09 Oct 2003 19:22:14 EEST Original-Xref: shelby.stanford.edu gnu.emacs.help:117163 Original-To: help-gnu-emacs@gnu.org 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:13091 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13091 Dear all I have the hilit19 lisp package, and also a package for text coloring and indentation for javascript ( javascript-mode.el). Now in the javascript package there is a couple of lines along with: (if (featurep 'hilit19) (hilit-set-mode-patterns 'javascript-mode ...which follows many lines of keywords. The problem is that hilit19 is not found by the script. How can I make it find the hilit19.elc, and what does the featurep actually do? thank's in advance