bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

helm-highlight-buffers: Symbol’s value as variable is void: dired-buffers #84

Closed allencch closed 6 years ago

allencch commented 6 years ago

Expected behavior

Should show a mini-buffer that list the files of a git project based on the currently opened file.

Actual behavior

It says

helm-highlight-buffers: Symbol’s value as variable is void: dired-buffers

Steps to reproduce the problem

  1. Create a git project with two files, example README.md and hello.txt
  2. Open both files.
  3. At either buffer, do C-c p h (helm-projectile), then the message will be shown helm-highlight-buffers: Symbol’s value as variable is void: dired-buffers.

Environment & version information

marioaquino commented 6 years ago

I get the same error. My versions are as follows:

helm-20170926.310 helm-projectile-20170926.1123 projectile-20170917.410 GNU Emacs 25.1.50.1 (x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G31)) of 2016-08-23

Ra1nyHouse commented 6 years ago

I get the same error. But it looks fine after I run the command helm-buffers-list.

allencch commented 6 years ago

With the following versions:

The issue is resolved. Can be closed.