unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16118: 24.3.50; ruby-smie-rules: hanging literal in first method call argument is indented 1 column too few
@ 2013-12-12  5:48 Dmitry Gutov
       [not found] ` <handler.16118.B.138682735229376.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Gutov @ 2013-12-12  5:48 UTC (permalink / raw)
  To: 16118

We have this example in indent/ruby.rb:

foo({
     a: b,
     c: d
   })

- The curlies don't line up.
- If I expand this example, the hash literal in the first argument
  doesn't line up with the arguments after it:

foo({
     a: b,
     c: d
   },
    {
      e: f
    })

foo({
     a: b,
     c: d
   }, :bar => {
      e: f
    })

foo(:bar =>
    {
      a: b,
      c: d
    }, :tee =>
       {
      e: f
    })

...but:

foo({
     a: b,
     c: d
   }, {
     e: f
   })

Still, I think the literals should be lined up to the first column after
"(", not the column of "(" itself. How can we do that?

Adding a `(1+ )' in the relevant place in `ruby-smie-rules' is an
obvious solution, but it breaks other examples.


In GNU Emacs 24.3.50.8 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6)
 of 2013-12-09 on axl
Bzr revision: 115440 dmantipov@yandex.ru-20131209163052-oess75ps2o5tt61q
Windowing system distributor `The X.Org Foundation', version 11.0.11403000
System Description:     Ubuntu 13.10





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#16118: Acknowledgement (24.3.50; ruby-smie-rules: hanging literal in first method call argument is indented 1 column too few)
       [not found] ` <handler.16118.B.138682735229376.ack@debbugs.gnu.org>
@ 2013-12-14  6:49   ` Dmitry Gutov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2013-12-14  6:49 UTC (permalink / raw)
  To: 16118-done

Version: 24.4

Revision 115514.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-14  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12  5:48 bug#16118: 24.3.50; ruby-smie-rules: hanging literal in first method call argument is indented 1 column too few Dmitry Gutov
     [not found] ` <handler.16118.B.138682735229376.ack@debbugs.gnu.org>
2013-12-14  6:49   ` bug#16118: Acknowledgement (24.3.50; ruby-smie-rules: hanging literal in first method call argument is indented 1 column too few) Dmitry Gutov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).