10 Nov 2014 (Mon)

07:32:42 # Life After upgrading psgml complains. Hangs forever starting up on psgml-html mode startup, and after breaking, 'tab' would error. Seems like trying to load HTML 4.01 transitional DTD makes this happen. I switched to HTML5 DTD and things were no longer broken. Hmmm...

  signal(cl-assertion-failed ((not (eq sgml-scratch-buffer (default-value (quote sgml-scratch-buffer))))))
  sgml-cleanup-entities()
  sgml-need-dtd()
  sgml-parse-to(1053)
  sgml-find-context-of(1053)
  byte-code("xxxx" [sgml-debug message "-- sgml-indent-line find context" sgml-find-context-of] 2)
  sgml-indent-line()
  sgml-indent-or-tab()
  call-interactively(sgml-indent-or-tab nil [9])
  mozc-fall-back-on-default-binding(tab)
  mozc-handle-event(tab)
  call-interactively(mozc-handle-event nil nil)
  command-execute(mozc-handle-event)
	
Junichi Uekawa