From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: HTML Helper Date: 13 Nov 2003 07:54:16 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068702980 24958 80.91.224.253 (13 Nov 2003 05:56:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2003 05:56:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 13 06:56:18 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 1AKASn-0007IO-00 for ; Thu, 13 Nov 2003 06:56:18 +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 1AKBOA-0006Fe-6t for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2003 01:55:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AKBN5-00065e-2b for help-gnu-emacs@gnu.org; Thu, 13 Nov 2003 01:54:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AKBMV-0005wM-EX for help-gnu-emacs@gnu.org; Thu, 13 Nov 2003 01:54:22 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AKBMU-0005uq-LT for help-gnu-emacs@gnu.org; Thu, 13 Nov 2003 01:53:51 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Tim McNamara on 12 Nov 2003 22:37:00 -0600) 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:14134 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14134 > Newsgroups: gnu.emacs.help > From: Tim McNamara > Date: 12 Nov 2003 22:37:00 -0600 > > (setq load-path (cons > "/usr/local/share/emacs/21.1/site-lisp/html-helper-mode/html-helper-mode.el" > load-path)) load-path should include a list of _directories_, not file names. So you should add to it the directory where html-helper-mode.el (and hopefully also html-helper-mode.elc) lives, not the file name itself.