Re: Xemacs XSLT menu not showing
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@xe...> - 2002-04-09 17:28:00
|
What happens if you run M-x xslt-process-mode while visiting the XSLT buffer? Do you get the menu? From the modeline it appears you're using the xslide mode for XSLT, right? It may be that you don't have a hook in your .emacs that enables the XSLT-process mode when you open XSLT files: (add-hook 'xsl-mode-hook 'xslt-process-mode) Best regards, -- Ovidiu Predescu <ov...@cu...> http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff) On Tue, 9 Apr 2002 11:23:35 +0100 (BST), he...@wk... wrote: > Hi all > > I have searched the mailing list regarding the problem I have with the XSLT > menu not displaying in Xemacs. Regarding Ovidiu's questions in that post > > "Do you see an XSLT indicator in the modeline?" > > Yes I can see an XSLT indicator in the modeline. What I actually see is: > > (XSL XSLT Font) > > I have loaded an XSL file but no XSLT menu appears. > > TIA > > Heidi |