From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: SCSS parser ideas Date: Thu, 07 Apr 2016 08:23:53 -0400 Message-ID: References: <20160405165154.72ba85b9@ThinkPax> <20160406122343.5b057075@ThinkPax> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1460031876 21729 80.91.229.3 (7 Apr 2016 12:24:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2016 12:24:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 07 14:24:28 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ao8z2-00060q-TQ for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2016 14:24:25 +0200 Original-Received: from localhost ([::1]:49539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao8z2-00022w-3x for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2016 08:24:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao8ym-00022m-FB for emacs-devel@gnu.org; Thu, 07 Apr 2016 08:24:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ao8yg-0002i1-PU for emacs-devel@gnu.org; Thu, 07 Apr 2016 08:24:08 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao8yg-0002he-Ip for emacs-devel@gnu.org; Thu, 07 Apr 2016 08:24:02 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ao8yc-0005lX-QG for emacs-devel@gnu.org; Thu, 07 Apr 2016 14:23:58 +0200 Original-Received: from 104-222-123-9.cpe.teksavvy.com ([104.222.123.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 14:23:58 +0200 Original-Received: from monnier by 104-222-123-9.cpe.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 14:23:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 104-222-123-9.cpe.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:LmkUB4zdYYD4bQmBvVrXsfjZZ0Y= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:202785 Archived-At: >> What does it offer that Emacs's latest css-mode.el lacks? > Third-party SCSS executable. IIUC scss-mode does not actually provide a third-party executable, right? It just uses one if available. > It supports flymake and allows compiling directly when we save. We can probably re-use scss-mode's code for that. We should figure out who's the author of the code and then make sure he's OK with it (and get his copyright paperwork if it's a non-trivial amount of code). > Sass has a too different syntax to be included in css-mode. Indeed. Stefan