From: Charles Comstock Date: 2004-05-24T16:33:49+09:00 Subject: Re: Emacs Ruby-Mode On Mon, 24 May 2004 nobu.nokada@softhome.net wrote: > 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 > > The stable snapshot has ruby-mode $Date: 2004/01/06 14:00:54 $ (defconst ruby-mode-revision "$Revision: 1.74.2.1 $") I'll try to dig 1.81 out of CVS, but is there a particular reason the version in the stable snapshot is outdated? Charlie