GNU bug report logs - #58982
28.2; nido-mode conflict with dired-dwim-target

Previous Next

Package: emacs;

Reported by: 范凯 <m_pupil <at> 163.com>

Date: Thu, 3 Nov 2022 06:48:04 UTC

Severity: normal

Found in version 28.2

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: 范凯 <m_pupil <at> 163.com>
Cc: 58982 <at> debbugs.gnu.org
Subject: bug#58982: 28.2; nido-mode conflict with dired-dwim-target
Date: Thu, 03 Nov 2022 11:45:34 +0200
> Date: Thu, 3 Nov 2022 09:12:33 +0800 (CST)
> From: 范凯 <m_pupil <at> 163.com>
> 
> 1. Enable dired-dwim-target and fido-mode
> (custom-set-varibles
> '(dired-dwim-target t)
> '(fido-mode t))
> 
> 2. Create two diretory trees, with following layout:
> 
> source_tree
> source_tree/a.txt
> source_tree/b.txt
> source_tree/c.txt
> 
> destin_tree/d.txt
> 
> 3. Open two root diretory, with dired-mode, in two windows side by
> side. For dired-twim-target to work.
> 
> 4. Mark, a.txt, b.txt, c.txt in source_tree.
> 
> 5. Type `C` and `dired-twim-target` will prompt to to copy them to
> destin_tree

This is inaccurate: at this point I see the following in the
minibuffer:

  Copy * [3 files] to: .../dest_tree/{d.txt | ./}

Obviously, "d.txt" is an incorrect guess, and what I actually want is
the second guess, "./".  So I type <RIGHT> arrow key, and that makes
"./" the selected candidate.

> 6. Type `Enter` to confirm.

After making "./" the selected candidate, this "does what I mean".

So I think Emacs works as expected here.  We cannot always expect
Emacs to guess what you mean with 100% accuracy.




This bug report was last modified 2 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.