vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Toggle to offline fails #290

Closed drielsma closed 6 years ago

drielsma commented 6 years ago

H O to toggle to offline fails for me using magithub 20180217.601 installed from melpa

I'm running HEAD, GNU Emacs 27.0.50 installed via brew. That might account for it too. I will try to reproduce on something stable.

Debugger entered--Lisp error: (wrong-type-argument commandp magithub-toggle-online)
  call-interactively(magithub-toggle-online)
  magit-invoke-popup-action(79)
  funcall-interactively(magit-invoke-popup-action 79)
  call-interactively(magit-invoke-popup-action nil nil)
  command-execute(magit-invoke-popup-action)
vermiculus commented 6 years ago

HEAD is probably more stable than a stable release at this point. See #219.

Closing as a duplicate of #287.

drielsma commented 6 years ago

Cool, thanks.