GNU bug report logs -
#63881
29.0.91; apropos-documentation fails when load-history contains element whose CAR is nil
Previous Next
Reported by: Visuwesh <visuweshm <at> gmail.com>
Date: Sun, 4 Jun 2023 03:08:01 UTC
Severity: normal
Found in version 29.0.91
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 63881 <at> debbugs.gnu.org (full text, mbox):
On 4 June 2023 11:01:58 GMT+05:30, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Visuwesh <visuweshm <at> gmail.com>
>> Date: Sun, 04 Jun 2023 08:37:08 +0530
>>
>>
>> As per (info "(elisp) Where Defined"), load-history may contain an
>> element whose CAR is nil if eval-buffer was used to evaluate a defun
>> in a non-file-visiting buffer.
>>
>> After such an entry is added to load-history, apropos-documentation
>> fails with the backtrace at end.
>
>How did you add such an entry to load-history? IOW, is there a
>real-life use case where this happens?
eval-buffer is the answer apparently. I don't remember using the command explicitly myself though so some other eval command is calling it.
Also see the reproducer below.
>> To reproduce the issue,
>>
>> 1. emacs -Q
>> 2. Insert (defun test () t)
>> 3. M-x eval-buffer RET
>> 4. Confirm that a nil entry is present in load-history by evaluating
>> (alist-get nil load-history 'none)
>> 5. C-h d any RET
This bug report was last modified 1 year and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.