diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-03 01:04:19 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-03 01:04:19 -0500 |
commit | 790f5a2d94a34c3196e870b10b086edd74cb5721 (patch) | |
tree | b1a0407ced01c051b9a8441e9b544e20b0e80958 /snippets/python-mode/theano | |
parent | 5cbc46bb0bc0757f374a2e6ea03f9e67411ee5f4 (diff) | |
download | emacs.d-790f5a2d94a34c3196e870b10b086edd74cb5721.tar.gz |
Use hooks, not advice, to modify org-store-link
Previously (4af0bf7), I used advice for org-store-link to make it store
notmuch links when called from Gnus buffers for local mail.
This now doesn't work because org-called-interactively-p returns nil if
org-store-link is advised. I'm assuming this is due to the nadvice
package, new with Emacs 24.4, which says
FIXME: This Major Ugly Hack won't handle calls to called-interactively-p
done from the advised function if the deepest advice is an around advice!
In other cases (calls from an advice or calls from the advised function when
the deepest advice is not an around advice), it should hopefully get
it right.
Instead of using advice, create a separate function that will run a hook
before interactively calling org-store-link.
Diffstat (limited to 'snippets/python-mode/theano')
0 files changed, 0 insertions, 0 deletions