Re: Dealing with clash between XAE and other lisp 'plug ins'
Richard Fieldsend <[email protected]> Tue, 1 Jun 2004 16:15:06 +0100 (BST)
| Newsgroups | gmane.emacs.xae |
|---|---|
| Message-ID | <[email protected]> |
Hi Kevin, thanks for that. It works brilliantly. I've already implemented it on my work machine (where I rarely blog, but regularly use XAE) and I'll be doing the same for my home machines later (where the problem is reversed). Thanks for your help regards Richard --- Kevin Rodgers <[email protected]> wrote: > Richard Fieldsend writes: > > Try autoloading xae (see the autoload cookies in > xae.el): > > (setq auto-mode-alist > (cons '("\\.xml\\'" . xae-mode) > auto-mode-alist)) > > (autoload 'xae-mode "xae" > "Major mode for developing Java applications and > applets.") > > And for completeness: > > (autoload 'xae-apply-stylesheet "xae" > "Applies the stylesheet specified by > STYLESHEET-PATH to the document in the current > buffer..." > t) > > (autoload 'xae-apply-associated-stylesheet "xae" > "Applies the stylesheet specified by the document > in the current buffer..." > t) > > (autoload 'xae-apply-standard-stylesheet "xae" > "Apply a standard style sheet to the document in > the current buffer..." > t) > > (autoload 'xae-view-doc-html "xae" > "Display XML document in the current buffer in the > default browser..." > t) > > (autoload 'xae-view-doc-xml "xae" > "Display XML document in the current buffer in the > default browser..." > t) > > (autoload 'xae-new-book "xae" > "Creates a buffer containing a new instance of a > Docbook..." > t) > > (autoload 'xae-new-article "xae" > "Creates a buffer containing a new instance of a > Docbook article..." > t) > > -- > Kevin Rodgers > _______________________________________________ XAE mailing list [email protected] http://sunsite.dk/mailman/listinfo/xae