logo       

Re: html-helper again: msg#00061

emacs.macintosh.osx

Subject: Re: html-helper again

>>>>> "Tim" == Tim Bray <tbray@xxxxxxxxxxxxxx> writes:
Tim> I know this went by on the mailing list but I can't find the pointer.
Tim> I'm trying to compose a great big chunk of XHTML in Aquamacs and I
Tim> want to use NXML, and as for html-helper, we hates it, yes we does my
Tim> preciousssss... what's the clean correct way to make it go away and
Tim> ensure that I never under any circumstances see it ever again?

Hi Tim

David posted at http://dir.gmane.org/gmane.emacs.macintosh.osx
saying: A common question... you need to modify `magic-mode-alist'.

So you could do something like this:

(labels
((filter-cdr (l omit)
(cond
((not l) nil)
((eq (cdar l) omit) (filter-cdr (cdr l) omit))
((cons (car l) (filter-cdr (cdr l) omit))))))
(setq magic-mode-alist (filter-cdr magic-mode-alist 'html-helper-mode)))

Which would "fix" magic-mode-alist, but may not banish html-helper-mode
forever.

Terry
---------------------------- Info -----------------------------
List Post: <mailto:macosx-emacs@xxxxxxxxxxxxxxxxx>
List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx>




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise