You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this commit in emacs: 6b7ff60a5e71c161a064e27509fe4fb95cf74ddd (I usually use master branch) I'm not able to use (completion-at-point) when ivy-mode is enabled . Completion works fine but is inserted in the wrong place.
Example:
I have this directory: /tmp/directory/child
I run M-x compile
Delete the compile line and type cd /tmp/directory/ch and then press TAB (completion-at-point)
I now have cd /tmp/directchild in the minibuffer.
I don't know if this is an emacs bug or if ivy-mode has to adapt to a new behavior.
Since this commit in emacs:
6b7ff60a5e71c161a064e27509fe4fb95cf74ddd
(I usually use master branch) I'm not able to use(completion-at-point)
whenivy-mode
is enabled . Completion works fine but is inserted in the wrong place.Example:
I have this directory:
/tmp/directory/child
I run
M-x compile
Delete the compile line and type
cd /tmp/directory/ch
and then pressTAB
(completion-at-point
)I now have
cd /tmp/directchild
in the minibuffer.I don't know if this is an emacs bug or if ivy-mode has to adapt to a new behavior.
It can be reproduced with emacs -q:
Then,
compile
command is a good exemple to reproduce the bug.(I got commit hash with git bisect)
The text was updated successfully, but these errors were encountered: