From: nobu.nokada@... Date: 2005-04-20T07:11:46+09:00 Subject: Re: emacs ruby-mode statement modifier indent problem? Hi, At Wed, 20 Apr 2005 00:20:41 +0900, Mike Shire wrote in [ruby-talk:138883]: > I apologise if this is not the proper place for this but in the hopes > that someone with good elisp knowledge would happen to spot something > obvious I thought it convenient to simply post them. It is OK here but unified diff will be welcomed. > ;; --- original function with broken statement modifier indent --- > ;; (defun ruby-expr-beg (&optional option) > ;; (save-excursion > ;; (store-match-data nil) > ;; (let ((start (point)) > ;; (space (skip-chars-backward " \t"))) Your original ruby-mode.el seems old. Try latest snapshot. -- Nobu Nakada