From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Small improvements to ruby-mode Date: Mon, 08 Jul 2013 05:22:00 -0400 Message-ID: References: <2A6700DEDCA640EF92B326002717596D@gmail.com> <87txkrm46t.fsf@yandex.ru> <6EF2AEF8D67840A2AF1C908AA3D0725F@gmail.com> <51C5A67A.2020002@yandex.ru> <51C6EA5F.2040408@yandex.ru> <51D1CB5A.2060900@yandex.ru> <51D1F98D.3060900@yandex.ru> <51D31E12.7060002@yandex.ru> <51D4476A.40107@yandex.ru> <51D6A02C.2020207@yandex.ru> <51D6D500.7080306@yandex.ru> <87bo6e0xct.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373275567 19871 80.91.229.3 (8 Jul 2013 09:26:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2013 09:26:07 +0000 (UTC) Cc: Bozhidar Batsov , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 08 11:26:06 2013 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 1Uw7hu-0005sG-15 for ged-emacs-devel@m.gmane.org; Mon, 08 Jul 2013 11:26:06 +0200 Original-Received: from localhost ([::1]:53751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw7ht-0003WP-IM for ged-emacs-devel@m.gmane.org; Mon, 08 Jul 2013 05:26:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw7ho-0003WF-6X for emacs-devel@gnu.org; Mon, 08 Jul 2013 05:26:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uw7hk-0002fT-Fy for emacs-devel@gnu.org; Mon, 08 Jul 2013 05:26:00 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:38905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw7e2-00012W-Pw for emacs-devel@gnu.org; Mon, 08 Jul 2013 05:22:06 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r689M0mt022035; Mon, 8 Jul 2013 05:22:01 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 24B43AE32E; Mon, 8 Jul 2013 05:22:00 -0400 (EDT) In-Reply-To: <87bo6e0xct.fsf@yandex.ru> (Dmitry Gutov's message of "Mon, 08 Jul 2013 03:22:10 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4632=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4632> : streams <996154> : uri <1470666> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:161720 Archived-At: > a. Ruby trunk has some objectionable code, which I believe we shouldn't > merge, and noone seems to be interested in discussing or reverting it: > http://bugs.ruby-lang.org/issues/6854 "deep-indent", huh? I don't give it a name in SMIE, but I use the "hanging-p" name for the test to choose between doing it or not (which seems to be pretty much the same test you use in the current ruby-mode.el). > b. They've had a bug about removing ruby-mode.el for months now: > http://bugs.ruby-lang.org/issues/6823 Again, no movement there. Maybe making the trunk code work in 23.4 (for example) would help convince people to drop it from ruby-lang. I encourage people to post a "vote to remove as well" to this bug-tracker. > c. No ELPA repositories are tracking Ruby trunk anymore. We just have > some older versions uploaded to Marmalade and Tromey's archive a while > back. That's good. So we should indeed upload a newer version (or better yet, remove those out dated versions). Stefan