bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

"You're not in a project" error in outside of project #98

Closed kaneuchi-ho closed 6 years ago

kaneuchi-ho commented 6 years ago

Expected behavior

Invoke helm in outside of projects, helm-projectile should not report error.

Actual behavior

"You're not in a project" error in Message.

Steps to reproduce the problem

  1. Launch Emacs. (current directory is not in any project, like $HOME)
  2. invoke helm

Environment & version information

xiongtx commented 6 years ago

Which command are you invoking? helm-projectile (C-c p h)? If so, that should be fixed in #97.

Is your home directory actually a project? If not, then signaling You're not in a project is expected behavior.

kaneuchi-ho commented 6 years ago

Thank you for your comment.

I think, no error should be occurred in invoking helm-mini in this situation.

kaneuchi-ho commented 6 years ago

b934857b87b4c985cd07b0135322929d13cb9091 works for me, and 9ac35b814a9d3dc70a4195a8546cc06033566d42 does not.

Home this helps.

kaneuchi-ho commented 6 years ago

The latest version looks fine for me. Thanks!