emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25847: closed (26.0.50; Error completing help with


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25847: closed (26.0.50; Error completing help with nil entries in load-history)
Date: Wed, 01 Mar 2017 19:38:02 +0000

Your message dated Wed, 01 Mar 2017 14:37:11 -0500
with message-id <address@hidden>
and subject line Re: bug#25847: 26.0.50; Error completing help with nil entries 
in load-history
has caused the debbugs.gnu.org bug report #25847,
regarding 26.0.50; Error completing help with nil entries in load-history
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25847: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25847
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.50; Error completing help with nil entries in load-history Date: Thu, 23 Feb 2017 11:49:11 +0100 User-agent: mu4e 0.9.19; emacs 26.0.50
This is a regression in emacs 26. How to reproduce:

(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

This is caused by `help--loaded-p' not handling nil entries, introduced
in 0c31ff43b6880c84498fbe1f06e1e5809b55e838.



--- End Message ---
--- Begin Message --- Subject: Re: bug#25847: 26.0.50; Error completing help with nil entries in load-history Date: Wed, 01 Mar 2017 14:37:11 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 26.1

Yuri D'Elia wrote:

> (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

Thanks; fixed in ebb1050.

> This is caused by `help--loaded-p' not handling nil entries, introduced
> in 0c31ff43b6880c84498fbe1f06e1e5809b55e838.

I don't see what that commit has to do with it.


--- End Message ---

reply via email to

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