From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul R Newsgroups: gmane.emacs.devel Subject: Ruby-mode in emacs Date: Mon, 26 May 2008 19:44:22 +0200 Message-ID: <878wxxgdu1.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211823912 23148 80.91.229.12 (26 May 2008 17:45:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2008 17:45:12 +0000 (UTC) Cc: zn@mbf.nifty.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 26 19:45:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K0glB-0005iP-Qg for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 19:45:26 +0200 Original-Received: from localhost ([127.0.0.1]:42977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0gkQ-00084U-M2 for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 13:44:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0gkL-00084A-Qb for emacs-devel@gnu.org; Mon, 26 May 2008 13:44:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0gkJ-00083s-47 for emacs-devel@gnu.org; Mon, 26 May 2008 13:44:32 -0400 Original-Received: from [199.232.76.173] (port=37197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0gkI-00083p-Vl for emacs-devel@gnu.org; Mon, 26 May 2008 13:44:31 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:51920) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0gkG-00079L-7s for emacs-devel@gnu.org; Mon, 26 May 2008 13:44:29 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1540594fgb.30 for ; Mon, 26 May 2008 10:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:from:date:message-id:user-agent:mime-version:content-type; bh=zycfSxnusjRRuoBEhb0thPlJrqdS4pyCp90daKip4RU=; b=KrFWqu8ouoHNIUNqzbgDhq8j3kPLtiv5KvGT5hBrBsFgfGLa/Y3rNTphVXhJIxj98M54/n8t1vd6FJKK2rBs+H4TxHf4ZPZu66mR2jyh2WSyT6g5+5IwYn0q2Faz0moo3Hd8mozkuPFyMancvHTvlI1rMYoMGSR74qOw9rYCSs0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:from:date:message-id:user-agent:mime-version:content-type; b=Q24zqAJjeCGL2r4uzyIi6VHsS6wV/y6rO/Ugn0du7CRQpHpokiFJu8TtBaXIFGBrrV0m9/4/FilUDgtz2QozcxLWkM5xOfCKtujZmMiO8IdQ+Pv6x/zwpCAPiG9V+lHrNbGuaDPfVBlf6PGLuCrGG6CLeV/CMU7hcPgnmuMsDdI= Original-Received: by 10.86.1.11 with SMTP id 11mr6070355fga.27.1211823863872; Mon, 26 May 2008 10:44:23 -0700 (PDT) Original-Received: from ubuT42 ( [82.242.132.111]) by mx.google.com with ESMTPS id a37sm20941490fkc.14.2008.05.26.10.44.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 May 2008 10:44:23 -0700 (PDT) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97748 Archived-At: Hi emacs list, hi Kazuhiro, Ruby-mode[1] has been developed in ruby svn repository since the beginning. It is mature and works reliably. I have some minor patches for it, and I spent some time figuring out where to send them. Rubymode is supposed to have an homepage on rubygarden, but this host seems to be down for 2 weeks now, so I can't reach it at the moment. In the source files there is no author email address. Kazuhiro, I found your email in a svn log. Would you guys agree to find some room in emacs trunk for ruby mode ? We already have a python-mode and a perl-mode (may the holy spirit save us from having a php-mode ;). It is probably a more natural place for an emacs mode than in the ruby svn, and it would maybe help casual contributors to find their way. Thanks, [1] http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/misc/ -- Paul