GNU bug report logs -
#59206
rmail-summary-apply-filters-consecutively causes wrong-type-argument error
Previous Next
Reported by: Nicolas Graner <nicolas <at> graner.name>
Date: Fri, 11 Nov 2022 22:50:02 UTC
Severity: normal
Done: Jakub Ječmínek <kuba <at> kubajecminek.cz>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
When the variable rmail-summary-apply-filters-consecutively is non-nil,
if you execute one of the rmail-summary-by-* commands when there is no
existing summary, you get an error.
This is because those commands call
rmail-summary-fill-displayed-messages, which assumes
rmail-summary-buffer is a buffer, but in this case it is nil.
Example (starting from emacs -Q):
C-u M-x rmail [any rmail file]
M-: (setq rmail-summary-apply-filters-consecutively t)<RET>
M-x rmail-summary-from-senders<RET>testing<RET>
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
rmail-summary-fill-displayed-messages()
rmail-summary-by-senders("testing")
funcall-interactively(rmail-summary-by-senders "testing")
call-interactively(rmail-summary-by-senders record nil)
command-execute(rmail-summary-by-senders record)
execute-extended-command(nil "rmail-summary-by-senders" "rmail-summary-by-senders")
funcall-interactively(execute-extended-command nil "rmail-summary-by-senders" "rmail-summary-by-senders")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
This bug report was last modified 1 year ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.