vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
709 stars 40 forks source link

sx--maybe-site-prompt is needed by sx-search #284

Closed thomasf closed 9 years ago

thomasf commented 9 years ago

sx--maybe-site-prompt has to be added to the autoloads or explicitly required somewhere.

thomasf commented 9 years ago

Seems to be lot's of other auto loads missing as well?

thomasf commented 9 years ago

I see, there is a sx-load.. An immediate fix would be to require that one somewhere?

vermiculus commented 9 years ago

Yes, you're correct that (require 'sx-load) is the workaround for this at the moment. I've still got to work out the dependency DAG (hopefully it's a DAG…) so autoloads and requires are still a little… wonky.

Malabarba commented 9 years ago

Yes, sx-load is a convenience we offer to the users, but it's just a crutch. Please report any such inconsistencies you find. In this case it was a missing require.