From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Felix H. Dahlke" Newsgroups: gmane.emacs.bugs Subject: bug#8576: 23.2; js-mode doesn't support multi-line variable declarations Date: Tue, 17 Jul 2012 11:51:54 +0200 Message-ID: <20120717115154.20614akaf7alaugw@webmail.ubercode.de> References: <4DB915B0.7010605@ubercode.de> <5004F15E.9040101@yandex.ru> <20120717102450.17551uqiod45bkg0@webmail.ubercode.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=_49akyxxm6tog"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342518743 23225 80.91.229.3 (17 Jul 2012 09:52:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2012 09:52:23 +0000 (UTC) Cc: 8576@debbugs.gnu.org, Dmitry Gutov To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 17 11:52:22 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Sr4S5-0005Wc-VG for geb-bug-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 11:52:22 +0200 Original-Received: from localhost ([::1]:34525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr4S5-00011a-CC for geb-bug-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 05:52:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr4Rt-0000Qu-0v for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 05:52:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sr4Rn-0000v1-1Z for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 05:52:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr4Rm-0000uv-Tn for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 05:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Sr4XZ-0000WP-TI for bug-gnu-emacs@gnu.org; Tue, 17 Jul 2012 05:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: "Felix H. Dahlke" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 17 Jul 2012 09:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8576 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8576-submit@debbugs.gnu.org id=B8576.13425190461962 (code B ref 8576); Tue, 17 Jul 2012 09:58:01 +0000 Original-Received: (at 8576) by debbugs.gnu.org; 17 Jul 2012 09:57:26 +0000 Original-Received: from localhost ([127.0.0.1]:45332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr4Wz-0000Va-DD for submit@debbugs.gnu.org; Tue, 17 Jul 2012 05:57:25 -0400 Original-Received: from vserver2179.vserver-on.de ([84.38.67.140]:40459) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr4Ww-0000VQ-QP for 8576@debbugs.gnu.org; Tue, 17 Jul 2012 05:57:23 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by vserver2179.vserver-on.de (Postfix) with ESMTP id 948021FF001; Tue, 17 Jul 2012 11:51:54 +0200 (CEST) Original-Received: from p578bacbb.dip0.t-ipconnect.de (p578bacbb.dip0.t-ipconnect.de [87.139.172.187]) by webmail.ubercode.de (Horde Framework) with HTTP; Tue, 17 Jul 2012 11:51:54 +0200 In-Reply-To: User-Agent: Internet Messaging Program (IMP) 4.3.3 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62036 Archived-At: This message is in MIME format and has been PGP signed. --=_49akyxxm6tog Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Okay, I'll incorporate Dmitry's fix when I get home then. Quoting Stefan Monnier : >>>> const a = 5, >>>> b = 6; >>> Yup, that'd be a bug. >> Depends, IMO. Do we want to indent on the column, or by the configured >> indentation level? > > The user already has the choice (without even a config-var) by choosing > between > > const a = 5, > b = 6; > and > const > a = 5, > b = 6; > >> Should this be configurable? > > I don't think that's needed. > >> But I'd rather get this patch in in the simple form first, and enhance the >> behaviour with another one. > > Agreed, > > > Stefan > --=_49akyxxm6tog Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAlAFNboACgkQJc3crOgfbubwBACgqiYNi5BrKlblt4zIeR8GNoCk 5wMAoI71mYdehB8OiUJiO36HPXoSAAyJ =amPq -----END PGP SIGNATURE----- --=_49akyxxm6tog--