emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CEDET branch


From: Chong Yidong
Subject: Re: CEDET branch
Date: Sun, 13 Sep 2009 12:19:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

David Engster <address@hidden> writes:

>> The semantic-find-tags-by-class macro should be byte-compiled in-place
>> by any file that requires it.  Can you provide a recipe?
>
> I guess a
>
> (eval-when-compile (require 'semantic/find))
>
> in semantic/analyze/fcn.el should do the trick?

Thanks, I've checked in a fix.

> I also noticed another error due to removed autoloads:
> 'semantic-tag-write-list-slot-value' isn't defined when the database is
> saved upon exiting Emacs. An eval-when-compile won't work here, since
> this is actually a slot value which is called from eieio. So I guess it
> either needs an autoload, or 'semantic/tag-write' is required in
> semantic/db-file.el ?

Thanks, I've autoloaded semantic-tag-write-list-slot-value.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]