>>> "Kai Tischler" <kai.tischler@...> seems to think that:
>I have just checked out the latest CEDET version from CVS.=20
>
>When I invoke make in \cedet\semantic, I get the following erroneous =
>behaviour:
>
>xemacs -batch --no-site-file -l grammar-make-script -f =
>semantic-grammar-batch-build-packages semantic-grammar.wy
>Wrong number of arguments: #<subr local-variable-p>, 1
>make: *** [metagrammar] Error 1
>
>When I try to load an XEmacs elisp file (extension .el) into XEmacs =
>using this uncomplete
>CEDET suite, I get also the error message: =20
>Wrong number of arguments: #<subr local-variable-p>, 1
>and those files cannot be loaded.
[ ... ]
local-variable-p in xemacs seems to take two arguments, where arg2 is
optional in Emacs. It is used with one argument in a function that
shouldn't execute on XEmacs since it doesn't have a header-line-format
variable. Perhaps that variable is set for you?
I checked in a fix so the call to local-variable-p is XEmacs friendly,
but you will probably encounter other issues since that stuff won't
work on XEmacs.
Eric
--
Eric Ludlam: zappo@..., eric@...
Home: http://www.ludlam.net Siege: http://www.siege-engine.com
Emacs: http://cedet.sourceforge.net GNU: http://www.gnu.org
|