From: Andrew Walrond Date: 2005-04-25T06:46:20+09:00 Subject: Folding editor for ruby code browsing I need to fold the code so that I can get a handle on the overall structure; basically to tidy up and and move whole public methods into protected or private sections, that sort of thing. I've tried browsing the code in Kate (xemacs is my usual home) which supports folding of ruby code. But it's folding is very buggy and I seem to lose whole portions of a file into a fold without warning. I can't find any good folding solutions for xemacs. What about vim, or other open source editors (for linux)? Recommendations? Andrew Walrond