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.
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") text-mode- hook sgml-mode-hook html-mode-hook) hooks(html- mode-hook) mode-0( html-mode nil) file-noselect- 1(#<buffer foo.html> "~/foo.html" nil nil "~/foo.html" nil) file-noselect( "~/foo. html" nil nil t) file("~ /foo.html" t) interactively( find-file nil nil)
require(sb-html)
(lambda nil (require (quote sb-html)))()
run-hooks(
apply(run-hooks (text-mode-hook sgml-mode-hook html-mode-hook))
run-mode-
html-mode()
set-auto-
set-auto-mode()
normal-mode(t)
after-find-file(t t)
find-
find-
find-
call-
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.