help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: html-helper-mode


From: Hadron Quark
Subject: Re: html-helper-mode
Date: Mon, 25 Sep 2006 15:54:38 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hadron Quark <hadronquark@gmail.com> writes:

> Hadron Quark <hadronquark@gmail.com> writes:
>
>> I added
>>
>> (add-to-list 'auto-mode-alist '("\\.html$" . html-helper-mode))
>> (add-to-list 'auto-mode-alist '("\\.htm$" . html-helper-mode))
>>
>>
>> to my .emacs but opening html files leaves my emacs in html-mode and not
>> html-helper mode.
>>
>> Any suggestions?
>
> I see its a bug:
>
> http://groups.google.de/group/linux.debian.bugs.dist/browse_frm/thread/5bfe7a3a006499f8/38fbc534548cad04?lnk=st&q=html-helper-mode&rnum=17#38fbc534548cad04
>
>
> Anyone have a fix?
>  

Thanks for the poster who pointed me here,

http://www.emacswiki.org/cgi-bin/wiki/NxmlMode

where I came across the following for my .emacs,

(fset 'html-mode 'html-helper-mode)

It does the trick. Thanks.

-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]