emacs-devel
[Top][All Lists]
Advanced

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

Re: Filename problem in CEDET merge


From: Chong Yidong
Subject: Re: Filename problem in CEDET merge
Date: Fri, 28 Aug 2009 11:23:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Chong Yidong <address@hidden> writes:

>>> semantic.el
>>> semantic/lex.el
>>> semantic/analyze.el
>>> semantic/analyze/debug.el
>>> semantic/analyze/fcn.el
>>> semantic/analyze/refs.el
>>>
>>> which would show up in requires as:
>>>
>>> (require 'semantic)
>>> (require 'semantic/lex)
>>> (require 'semantic/analyze)
>>> (require 'semantic/analyze/debug.el)
>>> (require 'semantic/analyze/fcn)
>>> (require 'semantic/analyze/refs)
>>
>> Ah, that's fine with me, of course.  It's similar to what I suggested,
>> but with the additional advantage of being specific in `require'.
>
> Good, then that's the approach we'll take.

One minor disadvantage of this approach, BTW, is that we'll need to
revise our byte-compilation process.  Otherwise the semantic/foo.el
files won't be byte-compiled during "make bootstrap" or "make
recompile".  But this change probably isn't difficult.




reply via email to

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