fourier / ztree

Directory tree comparison mode for Emacs
http://www.emacswiki.org/emacs/ZtreeDiff
GNU General Public License v3.0
239 stars 21 forks source link

Wrong directory root in ztree-diff #80

Closed michael-heerdegen closed 3 years ago

michael-heerdegen commented 3 years ago

Hello,

The difference buffer view of `ztree-diff' has a problem: the roots of the two directory trees both show the name of the "Right" directory, although the diff itself looks correctly (the two dirs are picked up and compared correctly). Easy to reproduce, happens everytime I use the command. I'm using the current version provided in the Gnu Elpa repository.

TIA, Michael.

fourier commented 3 years ago

Please verify if it works for you. I guess the code will be in ELPA tomorrow, but I'm not sure how often the code gets merged into ELPA from external sources. Otherwise checkout master branch.

michael-heerdegen commented 3 years ago

I just checked it out. Appears to be fixed after quickly testing, thanks.

But are you sure that Gnu Elpa fetches automatically from external sources at all? In the past it didn't. Code from external sources was handled differently in the repository (subtrees), but there was no automatic fetch. Or has that changed? Melpa does it, yes.

I remember that Stefan Monnier has worked on the Gnu Elpa repository - every package has it's own associated branch now.