dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

helm-dash-build-source: Invalid function: (docset docset) #127

Closed marcinant closed 8 years ago

marcinant commented 8 years ago

Hi!

I followed manual. Installed and activated PHP docset and when I try 'helm-dash' I get message as in topic.

kidd commented 8 years ago

Can you check that you have 'lexical-let' macro available? If not, try (require 'cl), eval helm-dash, and try m-x helm-dash again.

Thanks

marcinant commented 8 years ago

No, I don't have 'lexical-let'. However I solved this problem adding

;;; -*- lexical-binding: t -*-

to helm-dash.el as described in Emacs Wiki, recompiled and now it's working properly.

kidd commented 8 years ago

We should probably add this to the file.
If you feel like issuing a PullRequest, we'll merge it instantly, if not, I'll do it later today (I hope)