Comment 3 for bug 495939

Revision history for this message
David Huggins-Daines (dhuggins) wrote :

Hi, here's the backtrace with emacs -q and debug-on-error set to t:

Debugger entered--Lisp error: (file-error "Cannot open load file" "sb-html")
  require(sb-html)
  (lambda nil (require (quote sb-html)))()
  run-hooks(text-mode-hook sgml-mode-hook html-mode-hook)
  apply(run-hooks (text-mode-hook sgml-mode-hook html-mode-hook))
  run-mode-hooks(html-mode-hook)
  html-mode()
  set-auto-mode-0(html-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(t t)
  find-file-noselect-1(#<buffer foo.html> "~/foo.html" nil nil "~/foo.html" nil)
  find-file-noselect("~/foo.html" nil nil t)
  find-file("~/foo.html" t)
  call-interactively(find-file nil nil)

One detail that may be relevant here is that I have Emacs.toolBar: 0 in my .Xresources. However, if I remove this resource, I still get the same problem.

This occurs regardless of whether foo.html already exists or not.