[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU ELPA] Nadvice version 0.4
From: |
ELPA update |
Subject: |
[GNU ELPA] Nadvice version 0.4 |
Date: |
Sun, 31 Mar 2024 05:39:21 -0400 |
Version 0.4 of package Nadvice has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Nadvice describes itself as:
==============================================
Forward compatibility for Emacs-24.4's nadvice
==============================================
More at https://elpa.gnu.org/packages/nadvice.html
## Summary:
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'.
## Recent NEWS:
Since 0.3:
- Fix a bug when advising functions that do not take arguments.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNU ELPA] Nadvice version 0.4,
ELPA update <=