Unable to load html helper mode--error

2001-10-04 Thread Gian Uberto Lauri
I checked the pieced of code you published You should write (setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) auto-mode-alist)) instead of (setq auto-mode-alist (cons '("\.html$" . html-helper-mode) auto-mode-alist)) but that's not a problem that can cause your error. Maybe

Re: Unable to load html helper mode--error

2001-02-15 Thread Gary Turner
On Wed, 14 Feb 2001 09:08:04 -0500, you wrote: > >Gary Turner wrote: > >> On Tue, 13 Feb 2001 22:24:24 -0500, you wrote: >> >> > >> >Gary M Turner wrote: >> > >> >> This error message first appeared when I added html helper to my >> >> wintel laptop. >> >> >> >> file mode specification error:

Re: Unable to load html helper mode--error

2001-02-13 Thread Gary Turner
On Tue, 13 Feb 2001 22:24:24 -0500, you wrote: > >Gary M Turner wrote: > >> This error message first appeared when I added html helper to my >> wintel laptop. >> >> file mode specification error: (invalid-read-syntax ")") >> >> Since my desktop wintel worked just fine, I figured for a typo

Unable to load html helper mode--error

2001-02-13 Thread Gary M Turner
This error message first appeared when I added html helper to my wintel laptop. file mode specification error: (invalid-read-syntax ")") Since my desktop wintel worked just fine, I figured for a typo. So, I copied my .emacs file to a floppy, then to the laptop. This fixed the lapbox.