From: Guillaume Marcais Date: 2004-02-13T04:33:23+09:00 Subject: Re: Emacs ruby-mode hanging I just installed Emacs 21.3.1 and ruby-mode.el from CVS HEAD, it still crashes for me. Let me rephrase my original message as I realize it can be confusing. The cursor has to be on the next line, on line 3 in the little example. Then, when I press tab, it hangs. (With cursor on line 2, it is OK). Can anybody reproduce this behavior? Guillaume. On Wed, 2004-02-11 at 19:34, Yukihiro Matsumoto wrote: > Hi, > > In message "Emacs ruby-mode hanging" > on 04/02/12, Guillaume Marcais writes: > > |There must be an endless loop in ruby mode on Emacs. I enter the > |following text: > | > |case toto > |when 1 || > | > |Then the cursor is on the line after 'when ...', I press Tab and it > |hangs showing me an hour glass forever, eating up 100% of CPU! > > Hmm, Emacs 21.3.1 with ruby-mode.el from CVS HEAD works fine for me. > > matz. >