Comment 1 for bug 753610

Revision history for this message
phil-s (phil-s) wrote :

I'm trying out the latest dev version of nxhtml from git (installed via el-get) in emacs 23.3.1 under Ubuntu 11.04, and I'm also seeing these errors.

Once it starts to happen, it seems a pretty much constant issue, and I can create a new empty buffer, switch to nxhtml-mumamo-mode, and immediately run into the error. Setting debug-on-error gives me the following in that situation:

Debugger entered--Lisp error: (error "fun-var-sym=mumamo-eval-in-html-mode, use-major-entry=(html-mode (mumamo-eval-in-html-mode mumamo-def-eval-in-html-mode mumamo-kw-eval-in-html-mode))")
  signal(error ("fun-var-sym=mumamo-eval-in-html-mode, use-major-entry=(html-mode (mumamo-eval-in-html-mode mumamo-def-eval-in-html-mode mumamo-kw-eval-in-html-mode))"))
  error("fun-var-sym=%S, use-major-entry=%S" mumamo-eval-in-html-mode (html-mode (mumamo-eval-in-html-mode mumamo-def-eval-in-html-mode mumamo-kw-eval-in-html-mode)))
  mumamo-get-major-mode-setup(html-mode)
  mumamo-new-create-chunk(((1 1 nxhtml-mode nil nil nil (mumamo-chunk-xml-pi mumamo-chunk-alt-php mumamo-chunk-inlined-style mumamo-chunk-inlined-script mumamo-chunk-style= mumamo-chunk-onjs=) nil nil t) (nil nil nil 0 nil)))
  mumamo-find-chunks-1(1 "mumamo-get-chunk-save-buffer-state")
  mumamo-find-chunks(1 "mumamo-get-chunk-save-buffer-state")
  mumamo-get-chunk-save-buffer-state(1)
  mumamo-turn-on-actions(fundamental-mode)
  nxhtml-mumamo-mode()
  call-interactively(nxhtml-mumamo-mode t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

If I quit the debugger and then type something (e.g. SPC), I get:

Debugger entered--Lisp error: (error "fun-var-sym=mumamo-eval-in-html-mode, use-major-entry=(html-mode (mumamo-eval-in-html-mode mumamo-def-eval-in-html-mode mumamo-kw-eval-in-html-mode))")
  signal(error ("fun-var-sym=mumamo-eval-in-html-mode, use-major-entry=(html-mode (mumamo-eval-in-html-mode mumamo-def-eval-in-html-mode mumamo-kw-eval-in-html-mode))"))
  error("fun-var-sym=%S, use-major-entry=%S" mumamo-eval-in-html-mode (html-mode (mumamo-eval-in-html-mode mumamo-def-eval-in-html-mode mumamo-kw-eval-in-html-mode)))
  mumamo-get-major-mode-setup(html-mode)
  mumamo-jit-lock-after-change-1(1 2 0 nxhtml-mode)
  mumamo-jit-lock-after-change(1 2 0)
  mumamo-after-change(1 2 0)