Re: Cannot open load file xslt-process-mode
Brought to you by:
ovidiu
From: Milad k. <kh...@gm...> - 2011-12-25 21:14:02
|
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. |