GNU bug report logs -
#42590
27.0.91; Advice error for interactive commands
Previous Next
Reported by: Yuan Fu <casouri <at> gmail.com>
Date: Wed, 29 Jul 2020 01:59:01 UTC
Severity: normal
Found in version 27.0.91
Done: Yuan Fu <casouri <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> On Jul 29, 2020, at 1:41 PM, Michael Heerdegen <michael_heerdegen <at> web.de> wrote:
>
> Yuan Fu <casouri <at> gmail.com> writes:
>
>> To reproduce the issue, evaluate
>>
>> (advice-add 'backward-delete-char-untabify :after 'ignore)
>>
>> and hit backspace (which should call backward-delete-char-untabify), and
>> an error occurs: apply: Wrong number of arguments: (1 . 2), 0
>
> Had to think about it. But it's expected I think: `ignore' is
> interactive, and as documented, its interactive spec overwrites the
> interactive spec of the original function. And it doesn't fit.
>
> So everything behaves as documented, it's your specified after advice
> that causes the problem. Right?
>
> Michael.
Thanks. I first advised with another interactive function and found this problem. Ignore is just an example. Once I remove the advice the problem went away. I’ll close this report now.
Yuan
This bug report was last modified 4 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.