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
interactively running projectile-compile-project or projectile-run-project
should open a completing read so that I can filter & select previously run commands
Actual behavior
I get a prompt. I can use arrow keys to scroll up and get previous commands, but I don't see them all in the mini buffer.
Steps to reproduce the problem
I switched from ivy to vertico recently and it stopped working for compilation. but I don't think its related to that, because I'm getting completing-reads for other projectile commands, ie find file in project, file recent files, etc. Im wondering if there has been a change in behavior. Digging thru the projectile source it doesn't seem like projectile-compile-project or projectile-run-project make use of the completing read function anymore
Environment & Version information
Projectile version information
Projectile version: 2.7.0
Emacs version
28.2 running doom emacs
Operating system
Mac OS
The text was updated successfully, but these errors were encountered:
Expected behavior
interactively running projectile-compile-project or projectile-run-project
should open a completing read so that I can filter & select previously run commands
Actual behavior
I get a prompt. I can use arrow keys to scroll up and get previous commands, but I don't see them all in the mini buffer.
Steps to reproduce the problem
I switched from ivy to vertico recently and it stopped working for compilation. but I don't think its related to that, because I'm getting completing-reads for other projectile commands, ie find file in project, file recent files, etc. Im wondering if there has been a change in behavior. Digging thru the projectile source it doesn't seem like
projectile-compile-project
orprojectile-run-project
make use of the completing read function anymoreEnvironment & Version information
Projectile version information
Emacs version
28.2
running doom emacsOperating system
Mac OS
The text was updated successfully, but these errors were encountered: