unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* HTML Helper
@ 2003-11-13  4:37 Tim McNamara
  2003-11-13  5:54 ` Eli Zaretskii
       [not found] ` <mailman.21.1068706522.399.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Tim McNamara @ 2003-11-13  4:37 UTC (permalink / 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...

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-12-17  1:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-13  4:37 HTML Helper Tim McNamara
2003-11-13  5:54 ` 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

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).