Re: Cannot open load file xslt-process-mode
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@we...> - 2011-12-25 22:09:52
|
So what happens when you type M-x xslt-process-mode while you're visiting an XML buffer? Do you see the XSLT minor mode indicator in the modeline? See attached file. BTW, in case this wasn't clear from the documentation, the xslt-process mode is a minor mode, not a major mode. It is meant to augment your already existing XML major mode, not to replace it. Ovidiu On Sun, Dec 25, 2011 at 1:13 PM, Milad khajavi <kh...@gm...> wrote: > Hi Ovidiu, > Thanks for your consideration. > Yes, actually I have installed it in ~/emacs.d/xslt-process-2.2/ and my > emacs know about it, because when I insert M-x xslt-process-[tab][tab] the > emacs give me two Option: > xslt-process-install-docbook > xslt-process-mode > If you need more information to help me, ask to explain more. > > > On Monday, December 26, 2011, Ovidiu Predescu <ov...@we...> > wrote: >> Hi, >> >> On Sun, Dec 25, 2011 at 8:50 AM, Milad khajavi <kh...@gm...> wrote: >>> Hi all, >>> I have installed elib, speedbar and xslt-process in Emacs but when I >>> enter >>> M-x xslt-process this error occurred: >>> Cannot open load file xslt-process-mode >> >> It appears your emacs is not able to find xslt-process-mode. Are you >> sure it's installed in ~/emacs.d/xslt-process-2.2/ ? >> >> Thanks, >> Ovidiu >> >>> Any one know why I cant change the emacs mod to xslt-process? >>> My .emcas.el is: >>> >>> (require 'cl) >>> >>> (mapc (lambda (x) >>> (pushnew (expand-file-name x) load-path)) >>> (list "~/emacs.d" >>> "~/emacs.d/xslt-process-2.2/lisp" >>> "/usr/share/emacs/site-lisp/elib" >>> "~/emacs.d/cedet/speedbar")) >>> >>> (autoload 'xslt-process-mode "xslt-process" "Emacs XSLT processing" t) >>> (autoload 'xslt-process-install-docbook "xslt-process" >>> "Register the DocBook package with XSLT-process" 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) >>> (defadvice xml-mode (after run-xml-mode-hooks act) >>> "Invoke 'xml-mode-hook' hooks in the XML mode." >>> (run-hooks 'xml-mode-hook)) >>> >>> >>> -- >>> Milad Khajavi >>> http://lincafe.wordpress.com >>> Having the source means you can do it yourself. >>> I tried to change the world, but I couldn’t find the source code. >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Write once. Port to many. >>> Get the SDK and tools to simplify cross-platform app development. Create >>> new or port existing apps to sell to consumers worldwide. Explore the >>> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join >>> http://p.sf.net/sfu/intel-appdev >>> _______________________________________________ >>> Xslt-process-users mailing list >>> Xsl...@li... >>> https://lists.sourceforge.net/lists/listinfo/xslt-process-users >>> >> > > -- > Milad Khajavi > http://lincafe.wordpress.com > Having the source means you can do it yourself. > I tried to change the world, but I couldn’t find the source code. > |