emacs-c-ide-demo
emacs-c-ide-demo copied to clipboard
error "You’re not in a project"
I have been using this setup in other computers, but I'm getting these errors in a new installation:
Turn on helm-projectile key bindings
Error during redisplay: (eval (format " Projectile[%s(%s)]" (projectile-project-name) (projectile-project-type))) signaled (error "You’re not in a project")
Loading tramp...done
Error during redisplay: (eval (format " Projectile[%s(%s)]" (projectile-project-name) (projectile-project-type))) signaled (error "You’re not in a project")
For information about GNU Emacs and the GNU system, type C-h C-a.
Error during redisplay: (eval (format " Projectile[%s(%s)]" (projectile-project-name) (projectile-project-type))) signaled (error "You’re not in a project") [2 times]
I run it in emacs 27.0.50, but the same issue happened in emacs 25.1. The OS: Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zesty
Have you seen this issue? Do you know how can I solve it?
Thank you!
The projectile project reports this as fixed: https://github.com/bbatsov/projectile/issues/1181