syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.66k stars 4.89k forks source link

ietf-docs does not load irfc-mode properly #12166

Closed robbyoconnor closed 5 years ago

robbyoconnor commented 5 years ago

Description :octocat:

ietf-docs does not load irfc-mode properly.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart:

command-execute: Autoloading file /home/rob/.emacs.d/elpa/27.0/develop/ietf-docs-20150928.957/ietf-docs.elc failed to define function irfc-mode

Expected behaviour: :heart: :smile:

Should work

System Info :computer:

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>
smile13241324 commented 5 years ago

So this took me a while, the use-package declaration of irfc was loading simply the wrong package. I have followed your instructions and it seems to be working on my side. Would you mind giving it another go @robbyoconnor?

robbyoconnor commented 5 years ago

@smile13241324 it loads now -- HOWEVER it should load automatically image

robbyoconnor commented 5 years ago

PR incoming