GNU bug report logs -
#17379
24.3.90.1 pretest: (ag-get-arg 0) somehow returns nil in the middle of advice
Previous Next
Reported by: Le Wang <l26wang <at> gmail.com>
Date: Thu, 1 May 2014 02:59:02 UTC
Severity: normal
Tags: wontfix
Found in version 24.3.90.1
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Apr 2014 23:54:48 -0400
with message-id <jwv61lqp386.fsf-monnier+emacsbugs <at> gnu.org>
and subject line Re: bug#17379: 24.3.90.1 pretest: (ag-get-arg 0) somehow returns nil in the middle of advice
has caused the debbugs.gnu.org bug report #17379,
regarding 24.3.90.1 pretest: (ag-get-arg 0) somehow returns nil in the middle of advice
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17379: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17379
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Ok the repro steps are very specific. I've tried to make a simpler
repro, but could not with the time I had.
The important 2 line of code is here:
https://github.com/lewang/flx/blob/test-bug-report/flx-ido.el#L226-227
The advice around it is very basic. The only interesting thing is
after
(setq test (ad-get-arg 0))
test is nil, but original-items is correct.
-----------------------------------------------------
Repro steps
1. clone git <at> github.com:lewang/flx.git
2. switch to branch "test-bug-report"
3. open "flx-ido.el"
4. follow installation instructions: in header
https://github.com/lewang/flx/blob/test-bug-report/flx-ido.el#L48-54
5. press "C-x b"
6. Look at "*Messages*" buffer.
The advice isn't complicated I have no idea what's going on there.
--
Le
[Message part 3 (message/rfc822, inline)]
tags 17379 wontfix
thanks
> Ok the repro steps are very specific. I've tried to make a simpler
> repro, but could not with the time I had.
> The important 2 line of code is here:
> https://github.com/lewang/flx/blob/test-bug-report/flx-ido.el#L226-227
> The advice around it is very basic. The only interesting thing is
> after (setq test (ad-get-arg 0))
> test is nil, but original-items is correct.
The arglist of ido-set-matches-1 is (items &optional do-full), so
(ad-get-arg 0) is `items', which you have rebound to nil.
AFAICT, this bug is very old. And, AFAICT, you can't fix it without
breaking backward compatibility. The new advice mechanism in 24.4
(i.e. advice-add) does not suffer from these problems, tho.
Stefan
This bug report was last modified 11 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.