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

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

bug#39682: 26.3; Help window for list-packages disabled


From: Noam Postavsky
Subject: bug#39682: 26.3; Help window for list-packages disabled
Date: Wed, 19 Feb 2020 19:47:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

retitle 39682 26.3; Help window for list-packages disabled when dired+ is loaded
tags 39682 + unreproducible
quit

Tim Johnson <tim@tj49.com> writes:

> ;; code begins
> (add-to-list 'load-path "~/.emacs.d/elisp") ;; edit for your path to dired+
> (require 'package)
> ;; if the following is executed and dired+ is also loaded
> ;; the list-packages *Help* window will be disabled
> (package-initialize)
> ;; if dired+ is loaded and (package-initialize) is also executed
> ;; the list-packages *Help* window will be disabled
> (require 'dired+)
> ;; code ends
>
> ;; It appears to me that if either of the two cases occur
> ;; 1) dired+ is NOT loaded
> ;; 2) package is NOT initialized
> ;; Then the *Help* window WILL be displayed

You mean the one that pops up when pressing '?' in the *Packages*
buffer?  Seems to work for me regardless of whether or not dired+ is
loaded.





reply via email to

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