From: Frank Wilson Date: 2008-03-16T21:21:06+09:00 Subject: Re: ruby-mode.el and tabbing These are the snippets I meant to write, I hope gmail doesn't mess them up this time! :P I find myself wanting to type maps in the following way foo = bar.mkfoo( :bangers => "mash", :fish => "chips" ) but ruby-mode (i think) keeps doing this: foo = bar.mkfoo( :bangers => "mash", :fish => "chips" ) # tabbing is much wider now