emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20896: closed (25.0.50; [js-mode][FR] support chai


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20896: closed (25.0.50; [js-mode][FR] support chain syntax indentation)
Date: Sat, 14 Jan 2017 17:46:02 +0000

Your message dated Sat, 14 Jan 2017 10:45:19 -0700
with message-id <address@hidden>
and subject line done
has caused the debbugs.gnu.org bug report #20896,
regarding 25.0.50; [js-mode][FR] support chain syntax indentation
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20896: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20896
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; [js-mode][FR] support chain syntax indentation Date: Thu, 25 Jun 2015 17:37:51 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
Hi,

I would be lovely if js-mode would support the chain-syntax used by the
d3.js library.  d3.js is used to making svg graphics.  The syntax is very
readable if indentation is right:


var points = svg.selectAll(".scatter-dots")
               .data(data)
               .enter().append("path")
               .more_funs();
               

var an_axis = axes.append("g")
                  .call(d3.svg.axis()
                          .scale(Scale)
                          .orient("bottom"));
   
Usually calls are factored out so the latter example is not so important
to be able to match.  Just aligning on the first dot on the previous line
would be a big step forward.

I don't know if this is useful for other JS libraries than d3.  Some d3
documentation mentioned this selector-mechanism was inspired by jQuery,
but I don't know this library well enough to say whether it would be
useful with that.

Thanks,
Rasmus

-- 
Not everything that goes around comes back around, you know



--- End Message ---
--- Begin Message --- Subject: done Date: Sat, 14 Jan 2017 10:45:19 -0700
This was fixed by 502390822f9c0068898ae41285b37568bf0e4d1c.

Tom


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]