dired-hacks icon indicating copy to clipboard operation
dired-hacks copied to clipboard

function ‘dired-dwim-target-directory’ is not known to be defined.

Open arteen1000 opened this issue 1 year ago • 0 comments

Here's the full warning:⛔ Warning (comp): dired-hacks-utils.el:248:34: Warning: the function ‘dired-dwim-target-directory’ is not known to be defined.

I'm using dired-subtree. Looking through the code, it is only used, as a function, in one place, and is not defined anywhere.

Relatedly, there's a huge amount of other warnings that comes with it:

⛔ Warning (comp): dired-subtree.el:475:21: Warning: ‘looking-back’ called with 1 argument, but requires 2 or 3
⛔ Warning (comp): dired-subtree.el:664:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): dired-subtree.el:720:33: Warning: reference to free variable ‘dired-filter-map’
⛔ Warning (comp): dired-subtree.el:755:28: Warning: ‘dired-get-subdir-min’ is an obsolete function (as of 27.1); use ‘cdr’ instead.
⛔ Warning (comp): dired-subtree.el:775:27: Warning: ‘dired-get-subdir-min’ is an obsolete function (as of 27.1); use ‘cdr’ instead.
⛔ Warning (comp): dired-subtree.el:692:10: Warning: the function ‘dired-filter--expunge’ is not known to be defined.
⛔ Warning (comp): dired-subtree.el:677:17: Warning: the function ‘dired-filter--describe-filters’ is not known to be defined.
⛔ Warning (comp): dired-subtree.el:543:51: Warning: the function ‘dired-filter-mode’ is not known to be defined.
⛔ Warning (comp): dired-subtree.el:269:8: Warning: the function ‘dired-details-activate’ is not known to be defined.
⛔ Warning (comp): dired-subtree.el:268:8: Warning: the function ‘dired-details-delete-overlays’ is not known to be defined.

arteen1000 avatar Aug 04 '23 18:08 arteen1000