|
|
|
|
|
by ptx
1677 days ago
|
|
Some of those could perhaps be solved by an "around" hook, in addition to pre- and post-hooks, like advice[1] in Emacs. Although in OOP maybe that would be represented by a decorator class (or a subclass) that overrides the method and calls the original method? [1] https://www.gnu.org/software/emacs/manual/html_node/elisp/Ad... |
|