From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: status of ruby-mode.el Date: Thu, 22 Mar 2012 20:36:37 +0400 Message-ID: <878vistwx6.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1332434233 8986 80.91.229.3 (22 Mar 2012 16:37:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2012 16:37:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 17:37:13 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAl0h-0003mQ-56 for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2012 17:37:11 +0100 Original-Received: from localhost ([::1]:34481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAl0g-00018r-EW for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2012 12:37:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAl0a-00011R-22 for emacs-devel@gnu.org; Thu, 22 Mar 2012 12:37:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAl0Q-0004SI-1I for emacs-devel@gnu.org; Thu, 22 Mar 2012 12:37:03 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAl0P-0004SA-R5 for emacs-devel@gnu.org; Thu, 22 Mar 2012 12:36:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SAl0L-0003WU-Oi for emacs-devel@gnu.org; Thu, 22 Mar 2012 17:36:49 +0100 Original-Received: from 178.252.98.87 ([178.252.98.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Mar 2012 17:36:49 +0100 Original-Received: from dgutov by 178.252.98.87 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Mar 2012 17:36:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 178.252.98.87 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) Cancel-Lock: sha1:m5hsDk1+Bd0cXUusXgd0f4lI8wQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149169 Archived-At: Le Wang writes: > Hi,What's the status of the ruby-mode.el included in Emacs? > http://www.ruby-forum.com/topic/173561I found this message on the ruby > mailing-list which suggests development was supposed to move to Emacs, > but the Ruby's HEAD version of ruby-mode.el clearly has further > changes. > For example: The new hash syntax is supported in the Ruby HEAD version. The new hash syntax is already supported in the Emacs trunk version, and it had a related fix committed recently (http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10786), which is not present in Ruby HEAD. That's not to say we wouldn't benefit from pulling the latest changes from it -- `ruby-toggle-block` looks especially nice. -- Dmitry