sudo
sudo

Reputation: 647

emacs icicles delete selection mode

When I turn on icicles mode in emacs, it kinda mess up delete-selection-mode. After copied some text, if I try to yank it into a highlighted region, instead of replace that region, it will append at the end of the region. I say kinda because, I could still use backspace or directly type text to replace the highlighted region. Only yanking behavior is not right.

Is there some option in icicles mode to fix this yank behavior? So far I haven't found any.

Thank you

Upvotes: 1

Views: 183

Answers (2)

Drew
Drew

Reputation: 30708

Yes, M-x icicle-send-bug-report RET

Give a complete recipe, starting from emacs -Q. It sounds like you have some other setting somewhere that is interfering. I use Icicles with delete-selection-mode all the time.

Upvotes: 0

Drew
Drew

Reputation: 30708

M-x icicle-send-bug-report RET

Upvotes: 1

Related Questions