Hi,
I'd guess you need to (require 'bovine/el) (I'm guessing that's what
it's called now) in order to make the symbol you are trying to use
available. On the whole, I'm not really sure how the new init system works.
Eric
On 05/30/2010 07:48 PM, Mortimer B. Cladwell III wrote:
> Hi,
>
> Any resolution to the problem below, which I am also experiencing?
> Working on WindowsXP, emacs 23.2 with the supplied CEDET - with ECB 2.40
> uses CEDET 1.0pre7 (contains semantic 2.0pre7, eieio 1.2, speedbar 1.0.3)
> Everything seems to work except that emacs lisp files are not parsed for
> methods by semantic. If I try to modify
> `semantic-new-buffer-setup-functions' with
> `semantic-elisp-default-setup' I get
>
> ... Invalid function: semantic-elisp-default-setup"
>
> Thanks
>
> Mortimer
>
> n 02/20/2010 07:16 AM, Berndl, Klaus wrote:
> > Hi Eric,
> >
> > thanks....
> >
> > I detected the new variable `semantic-new-buffer-setup-functions'
> which is only available in the Emacs-version of cedet, not in your CVS-head.
> > In this variable emacs-lisp-mode is not added (don't know why not),
> so emas-lisp-mode is not ready for semantic-parsing by default...
> > But to add the function `semantic-elisp-default-setup' to this
> variable it seems i must load semantic/bovine/el.el... is this true?
> >
>
>
>
> ------------------------------------------------------------------------------
>
>
>
>
> _______________________________________________
> cedet-semantic mailing list
> cedet-semantic@...
> https://lists.sourceforge.net/lists/listinfo/cedet-semantic
|