[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: policy, recommendations regarding `cl-*'
From: |
Eli Zaretskii |
Subject: |
Re: policy, recommendations regarding `cl-*' |
Date: |
Wed, 26 Sep 2012 09:42:57 +0200 |
> From: "Drew Adams" <address@hidden>
> Cc: <address@hidden>
> Date: Tue, 25 Sep 2012 15:09:05 -0700
>
> > I think, as long as you need to support versions of Emacs without
> > cl-lib, just leave the code as it was, i.e. use 'loop' in the above
> > example.
>
> 1. That's certainly what I am doing for now, at least. But deprecation
> typically expresses an intention to later desupport. My question is really
> what
> is recommended for supporting multiple Emacs releases when `loop' etc. are no
> longer supported.
If that ever happens in your lifetime, you can always add to your
packages a compatibility layer that simply introduces back the aliases
we have now.
- Re: policy, recommendations regarding `cl-*', (continued)
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/25
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/25
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/25
- Re: policy, recommendations regarding `cl-*', Bastien, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Bastien, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/26
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/26
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/26
- Re: policy, recommendations regarding `cl-*',
Eli Zaretskii <=
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/26
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Jason Rumney, 2012/09/26
Re: policy, recommendations regarding `cl-*', Helmut Eller, 2012/09/25