Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mark helpful--bookmark-jump autoloaded? #356

@hrehfeld

Description

@hrehfeld

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions