From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: html, css, and js modes working together Date: Mon, 06 Feb 2017 17:42:45 -0500 Message-ID: References: <87o9ynarz3.fsf@tromey.com> <87fujs80fk.fsf@tromey.com> <87efzb83tm.fsf@tromey.com> <39af1e24-2778-45b6-9053-5654ce8d40b6@yandex.ru> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1486421010 25326 195.159.176.226 (6 Feb 2017 22:43:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2017 22:43:30 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: Tom Tromey , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 23:43:18 2017 Return-path: Envelope-to: ged-emacs-devel@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 1cas0E-00063G-50 for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2017 23:43:18 +0100 Original-Received: from localhost ([::1]:50999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cas0J-0004iR-LO for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2017 17:43:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1carzl-0004i9-DF for emacs-devel@gnu.org; Mon, 06 Feb 2017 17:42:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1carzi-0001r4-6C for emacs-devel@gnu.org; Mon, 06 Feb 2017 17:42:49 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:59235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1carzi-0001qx-0q for emacs-devel@gnu.org; Mon, 06 Feb 2017 17:42:46 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id v16MgjOF012146; Mon, 6 Feb 2017 17:42:45 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1AE3A603BE; Mon, 6 Feb 2017 17:42:45 -0500 (EST) In-Reply-To: <39af1e24-2778-45b6-9053-5654ce8d40b6@yandex.ru> (Dmitry Gutov's message of "Mon, 6 Feb 2017 22:58:48 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV5941=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5941> : inlines <5674> : streams <1731803> : uri <2372732> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212067 Archived-At: >> The other thing is what the user sees. I think it would be bad to tell >> users that to get full html support, including support for embedded js >> and css, they must do anything at all -- the default mode ought to >> support this. > To be clear, I don't have anything against having html-and-stuff-mode in > auto-mode-alist. It just has to become functional first. And even once it's fully functional, I think it's better to have two separate modes: one for "HTML-core" and "HTML-with-all-the-sub-modes". I don't really care which of the two gets to be called `html-mode` and which is called `html--mode`, OTOH. Stefan