GNU bug report logs - #59206
rmail-summary-apply-filters-consecutively causes wrong-type-argument error

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graner <nicolas <at> graner.name>
Subject: bug#59206: closed (Re: bug#59206: rmail-summary-apply-filters-consecutively
 causes wrong-type-argument error)
Date: Fri, 17 May 2024 20:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59206: rmail-summary-apply-filters-consecutively causes wrong-type-argument error

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59206 <at> debbugs.gnu.org.

-- 
59206: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59206
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jakub Ječmínek <kuba <at> kubajecminek.cz>
To: Andrea Monaco <andrea.monaco <at> autistici.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 59206-done <at> debbugs.gnu.org,
 nicolas <at> graner.name
Subject: Re: bug#59206: rmail-summary-apply-filters-consecutively causes
 wrong-type-argument error
Date: Fri, 17 May 2024 20:46:17 +0000
Andrea Monaco <andrea.monaco <at> autistici.org> writes:

> The last patch I sent fixes exactly that (plus it changes the custom
> variable name).  Thanks for testing Nicolas!

I was not able to reproduce the original error so I assume that Andrea's
fix resolved this bug.  I'm therefore closing this.


Best


[Message part 3 (message/rfc822, inline)]
From: Nicolas Graner <nicolas <at> graner.name>
To: bug-gnu-emacs <at> gnu.org
Subject: rmail-summary-apply-filters-consecutively causes
 wrong-type-argument error
Date: Fri, 11 Nov 2022 23:49:22 +0100
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.