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

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

Re: [h-e-w] gnuclientw.exe


From: Jonathan Arnold
Subject: Re: [h-e-w] gnuclientw.exe
Date: Tue, 22 Jan 2002 20:08:21 -0500

>>I am trying to come up with a way to use NTEmacs as my editor for viewing
>>html source from IE 5.X.  I'm almost there, but I need to know if there is
>>an argument I can supply to gnuclient.exe to tell it to change to
>>html-helper-mode.  Is that possible?

Can't you just add:

(setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) auto-mode-alist))

to have any .html file turn on html-helper-mode?

And:

(setq auto-mode-alist (cons '("\\.htm$" . html-helper-mode) auto-mode-alist))

for .htm files?


--
Jonathan Arnold     (mailto:address@hidden)
Amazing Developments       http://www.buddydog.org

Health nuts are going to feel stupid someday, lying in
hospitals dying of nothing. -- Redd Foxx





reply via email to

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