Learn to Ask Emacs. Use the Help menu in the menu-bar - get to know it well. Learn the help commands on prefix key C-h
, including C-h r
, which takes you to the Emacs manual, and C-h S
, which looks up a symbol (word) in that manual.
Learn how to create and use keyboard macros. Over time, learn some Elisp, which is the golden key to asking Emacs.
Try commenting out the definition of
dired-jump
in dired+.el, and see if that makes a difference. (The main difference is that the Dired+ version opens the directory listing with the destination, it it's hidden.)Then
M-x diredp-send-bug-report
. Provide your Emacs release, platform etc. info, and preferably a recipe starting fromemacs -Q
. Thx.Maybe check also with the pdf-tools maintainer.