-
-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Description
When flagging a file for deletion in dired and call dired-do-flagged-delete then I expect to see the message to confirm the deletion (yes or no).
Instead I see following in the minibuffer:

I can type just anything (and see the results in the minibuffer appearing) but after clicking ENTER I see in the last line Please answer yes or no.
My ivy setup looks like this
(ivy-mode t)
(setq enable-recursive-minibuffers t)
(setq ivy-use-virtual-buffers t)
(setq ivy-virtual-abbreviate 'full)
(setq ivy-initial-inputs-alist nil)
(setq ivy-use-selectable-prompt t)
(counsel-mode t)
(counsel-projectile-mode t)
(setq counsel-find-file-at-point t)
(setq counsel-projectile-grep-initial-input (quote (quote (ivy-thing-at-point))))
(define-key global-map [remap find-file] 'counsel-find-file)
(define-key global-map [remap isearch-forward] 'swiper)
(define-key global-map (kbd "C-c C-f") 'counsel-file-jump)
(setq ivy-re-builders-alist
'((t . ivy--regex-ignore-order)))
Problem persists when I comment everything out except of (ivy-mode t).
Metadata
Metadata
Assignees
Labels
No labels