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

Quit twig mode issues error #6362

Closed
bixuanzju opened this issue Jun 18, 2016 · 4 comments
Closed

Quit twig mode issues error #6362

bixuanzju opened this issue Jun 18, 2016 · 4 comments

Comments

@bixuanzju
Copy link
Contributor

Description :octocat:

Quit twig mode issues error, not sure this is Spacemacs-related error or the package itself though

Reproduction guide 🪲

  • Start Emacs
  • Press SPC a t
  • Quit twig mode by pressing q

Observed behaviour: 👀 💔
Minibuffer says: twittering-stop: Wrong number of arguments: setq, 1

Expected behaviour: ❤️ 😄
Quit gracefully

System Info 💻

  • OS: darwin
  • Emacs: 25.0.95.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: haskell (rev. 888fbd2)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(helm
 (auto-completion :variables auto-completion-enable-sort-by-usage t)
 emacs-lisp
 (git :variables git-magit-status-fullscreen t)
 (markdown :variables markdown-live-preview-engine 'vmd)
 org
 (shell :variables shell-default-height 30 shell-default-position 'bottom)
 spell-checking syntax-checking version-control osx colors idris
 (haskell :variables haskell-completion-backend 'intero haskell-enable-hindent-style "johan-tibell")
 latex
 (evil-snipe :variables evil-snipe-enable-alternate-f-and-t-behaviors t)
 ocaml twitter games lua proof-general)

Backtrace 🐾

Debugger entered--Lisp error: (wrong-number-of-arguments setq 1)
  signal(wrong-number-of-arguments (setq 1))
  twittering-stop()
  twittering-unregister-buffer(#<killed buffer>)
  #[(buffer) "\301�!?\205\n\302�!\207" [buffer buffer-live-p twittering-unregister-buffer] 2](#<killed buffer>)
  mapc(#[(buffer) "\301�!?\205\n\302�!\207" [buffer buffer-live-p twittering-unregister-buffer] 2] (#<killed buffer>))
  twittering-unregister-killed-buffer()
  twittering-kill-buffer()
  funcall-interactively(twittering-kill-buffer)
  call-interactively(twittering-kill-buffer nil nil)
  command-execute(twittering-kill-buffer)
@TheBB
Copy link
Collaborator

TheBB commented Jun 18, 2016

The backtrace shows it's a problem in twittering-mode, and indeed.

@TheBB
Copy link
Collaborator

TheBB commented Jun 18, 2016

I PR'd hayamiz/twittering-mode#117

@bixuanzju
Copy link
Contributor Author

@TheBB Wow, that was quick, thx!

@bixuanzju
Copy link
Contributor Author

Fixed upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Upstream bugs
Reported, waiting
Development

No branches or pull requests

2 participants