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
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:
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
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.
4 matches
Mail list logo