Skip to content
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

Replace autoloads for macro calls with static autoload definitions #20

Closed
wants to merge 1 commit into from

Conversation

andersjohansson
Copy link
Contributor

Additionally delete autoloads for the definitions of the macros.
Fixes #13

I stumbled upon this problem now when I noticed that org was loaded by package-initialize. By removing every package and adding them one by one again to the elpa-dir and running (progn (package-initialize) (featurep 'org)) I could find that helm-org-rifle caused the problem.

This seems to fix the problem, as per the discussion in #13.

Additionally delete autoloads for the definitions of the macros.

Fixes alphapapa#13
@alphapapa alphapapa closed this in f8dcbb1 Jan 15, 2018
@alphapapa
Copy link
Owner

Hi Anders,

Thank you very much for fixing this issue that I neglected to take care of for so long. I appreciate your digging into the problem so thoroughly with your package-by-package testing. I didn't merge your commit directly, because I decided to make a long-overdue stable release before adding your fixes, so I rebased and committed it myself.

@cruegge Chris, thanks also to you for reporting this bug, investigating it, and patiently waiting for it to be fixed.

alphapapa pushed a commit that referenced this pull request Jan 15, 2018
Also delete autoloads for the macro definitions.  This prevents
helm-org-rifle from causing org to load unnecessarily.

Fixes #13.  Closes #20.  Thanks to Anders Johansson (@andersjohansson)
and Chris Ruegge (@cruegge).
@andersjohansson
Copy link
Contributor Author

andersjohansson commented Jan 15, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with generated autoloads
2 participants