[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Obsoleting more progressively
From: |
Stefan Monnier |
Subject: |
Re: Obsoleting more progressively |
Date: |
Tue, 02 Nov 2010 21:56:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> Another possibility is to leave the elisp there, but needing some
> explicit action to load it. Maybe a new function (load-obsolete
> "file") to load such files, or (use-obsolete 'feature) to enable
> loading that feature with the usual functions. This assumes whole
> files that have been obsoleted - if it is the odd variable or function
> within a still current package, then they should probably be moved to
> a new file in the obsolete directory first.
I'm more concerned about "the odd variable or function", but that's
a good idea: we could rename the var/function to "obsolete-<foo>", so
that a simple (defalias/defvaralias '<foo> 'obsolete-<foo>) brings it back.
Stefan
- Obsoleting more progressively, Stefan Monnier, 2010/11/02
- Re: Obsoleting more progressively, Lennart Borgman, 2010/11/02
- Obsoleting more progressively, Stephen J. Turnbull, 2010/11/02
- RE: Obsoleting more progressively, Drew Adams, 2010/11/02
- Re: Obsoleting more progressively, jasonr, 2010/11/02
- Re: Obsoleting more progressively,
Stefan Monnier <=
- Re: Obsoleting more progressively, CHENG Gao, 2010/11/02
- Re: Obsoleting more progressively, Andreas Röhler, 2010/11/03
- Re: Obsoleting more progressively, Glenn Morris, 2010/11/03