New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yafolding-discover #34

Open
pheaver opened this Issue May 10, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@pheaver

pheaver commented May 10, 2017

Hello, in order to get yafolding-discover, I had to use fboundp instead of boundp, by changing this line:

(when (boundp 'discover-add-context-menu)

to this:

(when (fboundp 'discover-add-context-menu)

because the former always returns nil.

Also, if that entire block of code were a function that one could call, then I could e.g. use with-eval-after-load to setup yafolding-discover only after discover is loaded (whereas currently it only defines it if discover is available when yafolding loads).

@vindarel

This comment has been minimized.

Show comment
Hide comment
@vindarel

vindarel Sep 27, 2018

Contributor

Hi, thanks a lot (and sorry, I'm responsible for this addition but I wasn't watching the repo).

Contributor

vindarel commented Sep 27, 2018

Hi, thanks a lot (and sorry, I'm responsible for this addition but I wasn't watching the repo).

vindarel added a commit to vindarel/yafolding.el that referenced this issue Sep 27, 2018

vindarel added a commit to vindarel/yafolding.el that referenced this issue Sep 27, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment