Skip to content

dired-do-flagged-delete confirmation is not shown in minibuffer when using counsel #1660

@bbo2adwuff

Description

@bbo2adwuff

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:
emacs_dired_delete

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions