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: web-mode.el Date: Sun, 17 Jun 2012 21:49:32 -0400 Message-ID: References: <4FD9F40C.90406@yandex.ru> <4FDA927D.50306@yandex.ru> <4FDC89B7.3050907@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339984184 9152 80.91.229.3 (18 Jun 2012 01:49:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 01:49:44 +0000 (UTC) Cc: cyd@gnu.org, lennart.borgman@gmail.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 18 03:49:43 2012 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 1SgR66-0007NN-JZ for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2012 03:49:42 +0200 Original-Received: from localhost ([::1]:56438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgR66-0006Vd-IA for ged-emacs-devel@m.gmane.org; Sun, 17 Jun 2012 21:49:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgR63-0006UR-5G for emacs-devel@gnu.org; Sun, 17 Jun 2012 21:49:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgR61-0002d8-HP for emacs-devel@gnu.org; Sun, 17 Jun 2012 21:49:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:7950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgR5y-0002b9-Qo; Sun, 17 Jun 2012 21:49:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09sr+aN/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLDiYSFBgNJIgcBboJkEQDozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="191601969" Original-Received: from 108-175-230-141.dsl.teksavvy.com (HELO pastel.home) ([108.175.230.141]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Jun 2012 21:49:32 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6FE4C590BB; Sun, 17 Jun 2012 21:49:32 -0400 (EDT) In-Reply-To: <4FDC89B7.3050907@yandex.ru> (Dmitry Gutov's message of "Sat, 16 Jun 2012 17:27:19 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:150981 Archived-At: > Yes, well, except js-indent-line calls (widen) first thing, so > (narrow-to-region) will not help. As mentioned earlier, we get to choose the supported interface, so if `widen' can't be supported, we just need to change js-indent-line. I wouldn't worry about it. Stefan