-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
When restoring helpful buffers from bookmarks via activities, I get this error:
Activities was unable to get a buffer for bookmark:
("*helpful function: apply-partially*" (sym . apply-partially) (callable-p . t) (position . 1) (handler . helpful--bookmark-jump) (defaults "*helpful function: apply-partially*"))
Error: "Error while opening bookmark: ERROR:(void-function helpful--bookmark-jump) RECORD:#s(activities-buffer (\"*helpful function: apply-partially*\" (sym . apply-partially) (callable-p . t) (position . 1) (handler . helpful--bookmark-jump) (defaults \"*helpful function: apply-partially*\")) nil \"*helpful function: apply-partially*\" nil ((indirectp) (narrowedp)))"
I suspect this is due to my delayed loading of helpful and helpful--bookmark-jump not being marked as autoload.
Would it make sense to fix that for these usecases where you want to restore helpful buffers before it actually being loaded?
(Thanks for the awesome package)
Metadata
Metadata
Assignees
Labels
No labels