Skip to content

Instantly share code, notes, and snippets.

@aspiers
Last active November 16, 2015 13:11
Show Gist options
  • Select an option

  • Save aspiers/775ce717bd06d43d7adb to your computer and use it in GitHub Desktop.

Select an option

Save aspiers/775ce717bd06d43d7adb to your computer and use it in GitHub Desktop.
even WEIRDER backtrace from forward-word on emacs 24.5

See https://gist.github.com/aspiers/7330084c7bd99d2003e2 for the previous one related to ido-ubiquitous. After deinstalling ido-ubiquitous, forward-word still fails! How to debug this?!

Debugger entered--Lisp error: (void-function nil)
  nil(144 192)
  forward-word(1)
  call-interactively(forward-word nil nil)
  command-execute(forward-word)

UPDATE: I inserted a canary invoking forward-word after each package got loaded. This immediately revealed js2-mode to be the culprit! Now investigating ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment