emacs-c-ide-demo icon indicating copy to clipboard operation
emacs-c-ide-demo copied to clipboard

error "You’re not in a project"

Open franciscovg opened this issue 8 years ago • 1 comments

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!

franciscovg avatar Oct 09 '17 11:10 franciscovg

The projectile project reports this as fixed: https://github.com/bbatsov/projectile/issues/1181

tkphd avatar Jan 12 '18 19:01 tkphd