Re: xslt-process-2.0 on emacs 20.3.1
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@xe...> - 2001-07-30 16:47:22
|
Hi Carsten, On Sun, 29 Jul 2001 11:09:19 +0200, Carsten Oberscheid <obe...@do...> wrote: > Hi all, > > I'm trying to get xslt-process to run on emacs 20.3.1 > (linux). Installed elib 1.0 and speedbar 0.13a, then xslt-process 2.0. > > When opening an XML file, apparently while loading xslt-speedbar.el I > get the message > > File mode specification error: (void-variable xslt-process-boolean-type-image) > > and xslt-process-mode is not started. Looks like there's a problem > defining xslt-process-boolean-type-image. When trying to start > xslt-process by hand, I get > > Symbol's value as variable is void: xslt-process-boolean-type-image > > again in xslt-speedbar.el. > > Since know little about elisp, I'm not sure what's going on here. I > looked at the speedbar code, and found that 'defimage-speedbar' should > be defined as a dummy macro in sb-image.el and thus not look for an > image file at all. So why the 'File mode specification error'? Actually on older versions of emacs without image support, defimage-speedbar should only define the variable, using the definition between the lines 60-67 in speedbar-0.13a/sb-image.el. I'm not sure why in your case this doesn't happen. > I'm confused. Can anybody help me? This looks like a problem with the combination between speebar 0.13a and your emacs version. I've tested it on emacs 20.7.1 and it seems to be working fine. You may want to post a message on the speedbar forum at: http://sourceforge.net/projects/cedet/ Regards, -- Ovidiu Predescu <ov...@cu...> http://orion.nsr.hp.com/ (inside HP's firewall only) http://sourceforge.net/users/ovidiu/ (my SourceForge page) http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff) |