XEmacs 21.4 and Emacs 21.1 should be appropriate minimum-versions
ECB does so...
Klaus
Eric M. Ludlam wrote:
> Hi,
>=20
> I'll add a `inversion-require-emacs' util, then add in appropriate
> values. Does anyone have a suggestion for a working minimum XEmacs
> version? I have 21.4 on my machine. It sounds like the minimum Emacs
> version is 21.1.
>=20
> Thanks
> Eric
>=20
>>>> <klaus.berndl@...> seems to think that:
>> I would suggest, that the cedet should contain a prevention from
>> being used with Emacs < 21.X - ECB already contains such stuff - it
>> will not load and bytecompile with Emacs < 21 - IMO this makes no
>> sense cause of too much outdated Emacs < 21...
>>=20
>> Klaus
>>=20
>> Eric M. Ludlam wrote:
>>> Hi,
>>>=20
>>> Unfortunately, the plist function listed below has been in CEDET
>>> since the first beta release. I would guess this means that no-one
>>> has tried CEDET in Emacs 20 since then, so who knows how many new
>>> things are hiding.=20
>>>=20
>>> Earlier versions are the last stable releases of the individual
>>> tools, like semantic or eieio.
>>>=20
>>> Eric
>>>=20
>>>>>> "Marcum, Bob" <Bob.Marcum@...> seems to think that:
>>>> Well, I did think about that option and I have asked whether I can
>>>> get an upgrade to emacs 21+ on that machine. I have not heard back
>>>> yet whether the SysAdmins will do that (Someimes they will and
>>>> sometimes thay won't; then if they will, it becomes a question of
>>>> when) I will come back after I hear whether I can get an upgrade.
>>>>=20
>>>> Alternately, can I pull down an earlier release of CEDET that might
>>>> have been okay with emacs 20.4.2? I looked for an archive of
>>>> earlier releases and found none. Surely, I am not looking in the
>>>> right place.=20
>>>>=20
>>>> -----Original Message-----
>>>> From: klaus.berndl@... [mailto:klaus.berndl@...]
>>>> Sent: Tuesday, July 10, 2007 2:04 AM
>>>> To: darkman_spam@...; Marcum, Bob;
>>>> cedet-devel@...
>>>> Cc: eric@...
>>>> Subject: RE: [CEDET-devel] Cannot bytecompile CEDET on GNU Emacs
>>>> 20.4.2
>>>>=20
>>>> Hi,
>>>>=20
>>>> not really a constructive answer and solution but a (strong)
>>>> recommendation:=20
>>>>=20
>>>> Emacs 20.X is really really outdated (for several years!) - i
>>>> assume you will run into - probably not completely solveable - a
>>>> bunch of incompatibilities when you try to use some nifty
>>>> emacs-tools like cedet or ecb or or or or....=20
>>>>=20
>>>> Of course i can not estimate your setup- and
>>>> environment-constraints but i strongly recommend you to upgrade to
>>>> a newer Emacs if possible (and i promise you - if you have tried
>>>> latest Emacs 22 you don't want switching back ;-)=20
>>>>=20
>>>> Of course i do not know but IMHO the compatibility-support for
>>>> Emacs=20
>>>> 20.X will be removed more and more from big-emacs-addons (like ecb,
>>>> cedet, auxtex etc...) because it cost too much efforts to support
>>>> such an old emacs-version and it's probably not worth...
>>>>=20
>>>> I do not want to offend you, it's just my opinion and
>>>> recommendation...=20
>>>>=20
>>>> @Eric: your estimation? From one of the developers of cedet....
>>>>=20
>>>> Klaus
>>>>=20
>>>> Florent Georges wrote:
>>>>> "Marcum, Bob" wrote:
>>>>>=20
>>>>> Hi
>>>>>=20
>>>>>> Symbol's function definition is void: plist-member
>>>>>=20
>>>>> I don't have an Emacs 20 here, but I'm pretty sure it has the
>>>>> function setplist. So you should be able to use the following to
>>>>> define plist-get yourself:=20
>>>>>=20
>>>>> (when (not (functionp 'plist-get))
>>>>> (defun plist-get (plist property)
>>>>> (let (sym (make-symbol "sym"))
>>>>> (setplist sym plist)
>>>>> (get sym property))))
>>>>>=20
>>>>> Regards,
>>>>>=20
>>>>> --drkm
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>> =
________________________________________________________________________
>>>> _____
>>>>> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers
>>>>> Yahoo! Mail=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>> =
------------------------------------------------------------------------
>>>> -
>>>>> This SF.net email is sponsored by DB2 Express
>>>>> Download DB2 Express C - the FREE version of DB2 express and take
>>>>> control of your XML. No limits. Just data. Click to get it now.
>>>>> http://sourceforge.net/powerbar/db2/
>>>>> _______________________________________________
>>>>> Cedet-devel mailing list
>>>>> Cedet-devel@...
>>>>> https://lists.sourceforge.net/lists/listinfo/cedet-devel
>>>> -----------------------------------------
>>>> The information in this message may be proprietary and/or
>>>> confidential, and protected from disclosure. If the reader of this
>>>> message is not the intended recipient, or an employee or agent
>>>> responsible for delivering this message to the intended recipient,
>>>> you are hereby notified that any dissemination, distribution or
>>>> copying of this communication is strictly prohibited. If you have
>>>> received this communication in error, please notify First Data
>>>> immediately by replying to this message and deleting it from your
>>>> computer.=20
>>>>=20
>>>> =
-------------------------------------------------------------------------=
>>>> This SF.net email is sponsored by DB2 Express
>>>> Download DB2 Express C - the FREE version of DB2 express and take
>>>> control of your XML. No limits. Just data. Click to get it now.
>>>> http://sourceforge.net/powerbar/db2/
>>>> _______________________________________________
>>>> Cedet-devel mailing list
>>>> Cedet-devel@...
>>>> https://lists.sourceforge.net/lists/listinfo/cedet-devel
|