Hi, At Mon, 24 May 2004 09:43:46 +0900, Brian Schroeder wrote in [ruby-talk:101154]: > > that are ended early? For instance if I have a multi line conditional with an > > && and I try to break the line after the && and tab so that the next part of the > > conditional starts slightly indented, it now leeps to the same tabstop as the > > &&, completely defeating the purpose. The same logic seems to apply to comma's > > on argument lists and in arrays. > > I agree that this is annoying. I use \ to let the line continue, that > gives a nicer look, but it seems quite superfluent to me. > > a = b + > c With ruby-mode.el 1.81: if a && b end a = b + c -- Nobu Nakada