GNU bug report logs -
#19916
24.4; rmail-summary-next-msg declares argument incorrectly
Previous Next
Reported by: schule <at> fsavigny.de (Florian v. Savigny)
Date: Sat, 21 Feb 2015 20:41:02 UTC
Severity: minor
Found in version 24.4
Fixed in version 25.1
Done: Glenn Morris <rgm <at> gnu.org>
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 Tue, 24 Feb 2015 02:44:26 -0500
with message-id <78385vpxd1.fsf <at> fencepost.gnu.org>
and subject line Re: bug#19916: 24.4; rmail-summary-next-msg declares argument incorrectly
has caused the debbugs.gnu.org bug report #19916,
regarding 24.4; rmail-summary-next-msg declares argument incorrectly
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
19916: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19916
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
As I am fairly certain that this is a bug in the source code, I am not including any of the automatic information on my system which M-x report-emacs-bug produces.
Description of the bug: rmail-summary-next-msg declares its attribute
NUMBER as &optional, but does not treat it
like that, at least when called
non-interactively.
Reproducible: always
How: Calling (rmail-summary-next-msg) non-interactively.
Undesired behaviour:
Throws the following exception:
and: Wrong type argument: number-or-marker-p, nil
This is an obscure error if you have called
(rmail-summary-next-message) in accordance with the
documentation.
Explanation: This can easily be tracked to the following line in the source
code for the function, where it expects NUMBER to be non-nil:
(and (> number 0) (end-of-line)) ;; line 3 after the docstring
Line 827 in the source file in the following version of rmailsum.el:
;; Copyright (C) 1985, 1993-1996, 2000-2014 Free Software Foundation,
Workaround: Calling (rmail-summary-next-msg 1) instead of using no argument.
Best regards,
Florian v. Savigny
[Message part 3 (message/rfc822, inline)]
Version: 25.1
Thanks; fixed.
This bug report was last modified 10 years and 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.