GNU bug report logs -
#58283
29.0.50; calendar-goto-day-of-year => wrong-type-argument numberp
Previous Next
Reported by: Pankaj Jangid <pankaj <at> codeisgreat.org>
Date: Tue, 4 Oct 2022 04:08:01 UTC
Severity: normal
Found in version 29.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Tue, 04 Oct 2022 09:36:49 +0530 Pankaj Jangid <pankaj <at> codeisgreat.org> wrote:
> Steps:
>
> 1. emacs -Q
> 2. M-x calendar RET g D RET RET
>
> =>
>
> Debugger entered--Lisp error: (wrong-type-argument numberp nil)
> abs(nil)
> #f(compiled-function (x) #<bytecode 0x1f4df5e08d503a2b>)(nil)
> calendar-read-sexp("Day number (+/- 1-%d)" #f(compiled-function (x) #<bytecode 0x1f4df5e08d503a2b>) nil 365)
> byte-code("\300\301\302\303 \304\18\262\1#\211\211\305W\203\30\0\306\1!S\262\1\211\307\246\305U\205.\0\211\310\246\305U?\206.\0\211\311\246\305U\262\1\2037..." [calendar-read-sexp "Year (>0)" #f(compiled-function (x) #<bytecode -0x1433d194a6bf3cb2>) calendar-current-date 2 0 abs 4 100 400 366 365 "Day number (+/- 1-%d)" make-closure #f(compiled-function (x) #<bytecode 0x79fd4d90378a2b>) nil] 7)
> call-interactively(calendar-goto-day-of-year nil nil)
> command-execute(calendar-goto-day-of-year)
The value of the `default' argument in the calendar-read-sexp call here
has to be a number instead of nil.
But what number? 1, 365, (random 365), ...?
Steve Berman
This bug report was last modified 2 years and 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.