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 10:58:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Eli Zaretskii <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.




reply via email to

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