nadvice 
- Description
- Forward compatibility for Emacs-24.4's nadvice
- Latest
- nadvice.tar (.sig), 2024-Dec-27, 0.03 KiB
- Maintainer
- Other versions:
- development version
- Website
- https://elpa.gnu.org/nongnu/nadvice.html
- Repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
This package tries to re-implement some of nadvice.el's functionality on top of the old defadvice system, to help users of defadvice move to the new advice system without dropping support for Emacs<24.4. Limitations; - only supports `advice-add', `advice-remove', and `advice-member-p'. - only handles the :before, :after, :override, and :around kinds of advice; - requires a named rather than anonymous function; - and does not support any additional properties like `name' or `depth'. It was tested on Emacs-22 and I can't see any obvious reason why it wouldn't work on older Emacsen.
Old versions
| nadvice-0.4.0.20241227.124457.tar | 2024-Dec-27 | 10.0 KiB |
| nadvice-0.4.0.20230111.104526.tar.lz | 2024-Mar-31 | 1.94 KiB |
| nadvice-0.3.0.20201201.212853.tar.lz | 2020-Dec-14 | 1.71 KiB |
| nadvice-0.3.0.20201201.162853.tar.lz | 2021-Oct-09 | 1.71 KiB |
News
Since 0.3: - Fix a bug when advising functions that do not take arguments.