all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error while opening an HTML file with Emacs 26.1
@ 2018-06-13 17:40 Pascal Quesseveur
  2018-06-13 18:05 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal Quesseveur @ 2018-06-13 17:40 UTC (permalink / raw)
  To: help-gnu-emacs

Emacs 26.1 on Windows, 32 bits distrib

Using 'emacs -Q' I get that error when opening an HTML file:

Debugger entered--Lisp error: (file-missing "Cannot open load file"
"No such file or directory" "css-mode")

  require(css-mode)
  byte-code("..." [require flyspell sgml-mode js css-mode prog-mode font-lock custom-declare-variable mhtml-tag-relative-indent funcall function #f(compiled-function () #<bytecode 0x33759f9>) "How <script> and <style> bodies are indented relative to the tag.\n\nWhen t, indentation looks like:\n\n  <script>\n    code();\n  </script>\n\nWhen nil, indentation of the script body starts just below the\ntag, like:\n\n  <script>\n  code();\n  </script>\n\nWhen `ignore', the script body starts in the first column, like:\n\n  <script>\ncode();\n  </script>" :group sgml :type (choice (const nil) (const t) (const ignore)) :safe symbolp :version "26.1"] 12)
  mhtml-mode()
  set-auto-mode-0(mhtml-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer simple-file.html> "~/dev/simple-file.html" nil nil "~/dev/simple-file.html" ((4608 2 . 8750) (20619 . 8025)))
  find-file-noselect("C:/Users/pascalq/dev/simple-file.html" nil nil nil)
  find-file("C:/Users/pascalq/dev/simple-file.html")
  dnd-open-local-file("file:C%3A/Users/pascalq/dev/simple-file.html" private)
  dnd-handle-one-url(#<window 3 on *scratch*> private "file:C%3A/Users/pascalq/dev/simple-file.html")
  w32-handle-dropped-file(#<window 3 on *scratch*> "C:\\Users\\pascalq\\dev\\simple-file.html")
  apply(w32-handle-dropped-file (#<window 3 on *scratch*> "C:\\Users\\pascalq\\dev\\simple-file.html"))
  #f(compiled-function (&rest args2) #<bytecode 0x2a7261b>)("C:\\Users\\pascalq\\dev\\simple-file.html")
  mapc(#f(compiled-function (&rest args2) #<bytecode 0x2a7261b>) ("C:\\Users\\pascalq\\dev\\simple-file.html"))
  w32-drag-n-drop((drag-n-drop (#<window 3 on *scratch*> 146 (405 . 337) -521301871 nil 146 (40 . 3) nil (405 . 277) (10 . 20)) ("C:\\Users\\pascalq\\dev\\simple-file.html")))
  funcall-interactively(w32-drag-n-drop (drag-n-drop (#<window 3 on *scratch*> 146 (405 . 337) -521301871 nil 146 (40 . 3) nil (405 . 277) (10 . 20)) ("C:\\Users\\pascalq\\dev\\simple-file.html")))
  call-interactively(w32-drag-n-drop nil nil)
  command-execute(w32-drag-n-drop)

-- 
Pascal Quesseveur
pquessev@gmail.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error while opening an HTML file with Emacs 26.1
  2018-06-13 17:40 Error while opening an HTML file with Emacs 26.1 Pascal Quesseveur
@ 2018-06-13 18:05 ` Eli Zaretskii
  2018-06-14  8:43   ` Pascal Quesseveur
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-06-13 18:05 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Pascal Quesseveur <pquessev@gmail.com>
> Date: Wed, 13 Jun 2018 19:40:05 +0200
> 
> Emacs 26.1 on Windows, 32 bits distrib
> 
> Using 'emacs -Q' I get that error when opening an HTML file:
> 
> Debugger entered--Lisp error: (file-missing "Cannot open load file"
> "No such file or directory" "css-mode")

css-mode is part of Emacs, please make sure your installation is not
corrupted.

FWIW, I've just visited an HTML file in stock Emacs 26.1 on Windows,
and saw no problems.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error while opening an HTML file with Emacs 26.1
  2018-06-13 18:05 ` Eli Zaretskii
@ 2018-06-14  8:43   ` Pascal Quesseveur
  0 siblings, 0 replies; 3+ messages in thread
From: Pascal Quesseveur @ 2018-06-14  8:43 UTC (permalink / raw)
  To: help-gnu-emacs

>"EZ" == Eli Zaretskii <eliz@gnu.org> writes:

  EZ> css-mode is part of Emacs, please make sure your installation is not
  EZ> corrupted.

  OK. I reinstalled and everything is OK. In fact I had deprecated
versions of css-mode in my load path. I think that in trying to clean
up I deleted too many files by mistake. Sorry for not thinking about
it.


-- 
Pascal Quesseveur
pquessev@gmail.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-14  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 17:40 Error while opening an HTML file with Emacs 26.1 Pascal Quesseveur
2018-06-13 18:05 ` Eli Zaretskii
2018-06-14  8:43   ` Pascal Quesseveur

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.