emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when completing C-h f


From: Richard Copley
Subject: Re: Error when completing C-h f
Date: Wed, 22 Feb 2017 22:15:52 +0000

On 21 February 2017 at 03:10, Michael Heerdegen
<address@hidden> wrote:
> Yuri D'Elia <address@hidden> writes:
>
>> It seems that I have a bare (nil) in the load-history, which
>> help--loaded-p doesn't like.
>
> Seems `help--loaded-p' does not handle an (nil ...) entry correctly in
> the `dolist'.  Looks like an obvious bug to me.

Are bug reports out of fashion?

To reproduce in "emacs -Q":

(defun test () "" nil) ;; insert text in buffer *scratch*
C-M-x ;; eval-defun (adds an entry to load-history with null file)
C-h f package- TAB ;; crashes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]