Install Problems with Xemacs
Brought to you by:
ovidiu
|
From: Ingo K. <in...@in...> - 2001-07-04 14:06:09
|
Hallo,
I tried to install the xslt-process global for all xemacs users.
So I added the .emacs lines from your Install documentation
to the site-basic.el of my xemacs installation.
Normally this works fine with all the other modes.
My problem is that xemacs open xml files now with loading xslt-process
(as I wanted) but the files are then just read-only.
And the XSLT menu don't appear.
Do you have any ideas.
Thanx,
Ingo
my added lines in site-basic.el:
;; XSLT-process Minor Mode
(mapc (lambda (x)
(pushnew (expand-file-name x) load-path))
(list "/apps/xemacs-21.1.12/lib/xemacs/xemacs-packages"
"/apps/xemacs-21.1.12/lib/xemacs/xemacs-packages/xslt-process-2.0/lisp"))
(autoload 'xslt-process-mode "xslt-process" "Emacs XSLT processing" t)
(add-hook 'sgml-mode-hook 'xslt-process-mode)
(add-hook 'xml-mode-hook 'xslt-process-mode)
(add-hook 'xsl-mode-hook 'xslt-process-mode)
--
Pixelpark AG...............................
Ingo Kampe . Internet Administration
Rotherstrasse 8 . 10245 Berlin . Germany
mailto: in...@in...
http://www.pixelpark.com
|