From: Tim McNamara <timmcn@bitstream.net>
Subject: HTML Helper
Date: 12 Nov 2003 22:37:00 -0600 [thread overview]
Message-ID: <m2islo28b7.fsf@localhost.bitstream.net> (raw)
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...
next reply other threads:[~2003-11-13 4:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-13 4:37 Tim McNamara [this message]
2003-11-13 5:54 ` HTML Helper Eli Zaretskii
[not found] ` <mailman.21.1068706522.399.help-gnu-emacs@gnu.org>
2003-11-13 18:37 ` Tim McNamara
2003-11-13 20:26 ` Kevin Rodgers
2003-11-14 0:02 ` Tim McNamara
2003-12-16 19:20 ` Kai Grossjohann
2003-12-16 19:44 ` Thomas F. Burdick
2003-12-17 1:00 ` Tim McNamara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2islo28b7.fsf@localhost.bitstream.net \
--to=timmcn@bitstream.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).