[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unable to load html helper mode--error



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 the error is somewere else...

For problems specific to hth, please feel free to contact me.



--
Gian Uberto Lauri		"Bloody instructions which, being taught, 
saint@eng.it			 return to plague their inventor" 
C.so Stati Uniti 23		 ("Macbeth", Atto 1, Scena 7; Hacker Jargon
Tel: +39 049 828 3556		  File 4.0.0, voce: Programming, 1)



Reply to: