From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Pascal Quesseveur Newsgroups: gmane.emacs.help Subject: Error while opening an HTML file with Emacs 26.1 Date: Wed, 13 Jun 2018 19:40:05 +0200 Organization: Les Enchantements de Miraldra Message-ID: <841sdaegay.fsf@gmail.com> Reply-To: pquessev@gmail.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1528911517 8742 195.159.176.226 (13 Jun 2018 17:38:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2018 17:38:37 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (windows-nt) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 19:38:33 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fT9j7-0002BA-AO for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2018 19:38:33 +0200 Original-Received: from localhost ([::1]:35926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT9lC-0002G3-Nf for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2018 13:40:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT9kg-0002Fp-0J for help-gnu-emacs@gnu.org; Wed, 13 Jun 2018 13:40:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT9kc-0000yH-Se for help-gnu-emacs@gnu.org; Wed, 13 Jun 2018 13:40:10 -0400 Original-Received: from [195.159.176.226] (port=58444 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fT9kc-0000nx-Ku for help-gnu-emacs@gnu.org; Wed, 13 Jun 2018 13:40:06 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fT9iQ-0001Ul-Kl for help-gnu-emacs@gnu.org; Wed, 13 Jun 2018 19:37:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@blaine.gmane.org X-Attribution: PQsr Cancel-Lock: sha1:ahgJodpph3IlrjENf1ddnDmGC10= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117137 Archived-At: 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 () #) "How \n\nWhen nil, indentation of the script body starts just below the\ntag, like:\n\n \n\nWhen `ignore', the script body starts in the first column, like:\n\n " :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(# "~/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(# private "file:C%3A/Users/pascalq/dev/simple-file.html") w32-handle-dropped-file(# "C:\\Users\\pascalq\\dev\\simple-file.html") apply(w32-handle-dropped-file (# "C:\\Users\\pascalq\\dev\\simple-file.html")) #f(compiled-function (&rest args2) #)("C:\\Users\\pascalq\\dev\\simple-file.html") mapc(#f(compiled-function (&rest args2) #) ("C:\\Users\\pascalq\\dev\\simple-file.html")) w32-drag-n-drop((drag-n-drop (# 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 (# 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