|
Re: html-helper again: msg#00061emacs.macintosh.osx
>>>>> "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> |
|---|---|---|
| Previous by Date: | Re: html-helper again: 00061, Enrico Franconi |
|---|---|
| Next by Date: | preview-latex altering value of %t in latex command template: 00061, Christopher Menzel |
| Previous by Thread: | Re: html-helper againi: 00061, Enrico Franconi |
| Next by Thread: | two questions : cpu time limit, scrollling: 00061, Philipp Mathey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |