[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HTML Helper
From: |
Tim McNamara |
Subject: |
HTML Helper |
Date: |
12 Nov 2003 22:37:00 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
I seem to be having trouble getting html-helper-mode to work. When I
open an .html file, Emacs complains that it can't load
html-helper-mode. Here's my .emacs configuration for this:
(setq load-path (cons
"/usr/local/share/emacs/21.1/site-lisp/html-helper-mode/html-helper-mode.el"
load-path))
(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\.html$" . html-helper-mode)
auto-mode-alist))
html-helper-mode.el is at the specified location- I've checked
carefully. Emacs can find the directory on launch (at least it no
longer complains that it isn't there). Could there be a permissions
issue with launching this file BSD-ish Unix a.k.a. Darwin? Do I need
to chmod permissions (currently -rw-r--r-- for the .el file, and
drwxr-xr-x for the html-helper-mode directory)?
Thanks! Obviously still learning both Emacs and Unix...
- HTML Helper,
Tim McNamara <=