From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: Re: Ruby mode added Date: Tue, 16 Dec 2008 09:14:48 -0800 Message-ID: <87y6yg6nzr.fsf@hagelb.org> References: <87y6yn26gk.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229448029 23862 80.91.229.12 (16 Dec 2008 17:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Dec 2008 17:20:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 16 18:21:34 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 1LCdbx-0001yI-9y for ged-emacs-devel@m.gmane.org; Tue, 16 Dec 2008 18:21:33 +0100 Original-Received: from localhost ([127.0.0.1]:59144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCdal-0003ze-A4 for ged-emacs-devel@m.gmane.org; Tue, 16 Dec 2008 12:20:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCdVZ-0007iF-Q7 for emacs-devel@gnu.org; Tue, 16 Dec 2008 12:14:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCdVY-0007f1-00 for emacs-devel@gnu.org; Tue, 16 Dec 2008 12:14:57 -0500 Original-Received: from [199.232.76.173] (port=57945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCdVX-0007ev-Px for emacs-devel@gnu.org; Tue, 16 Dec 2008 12:14:55 -0500 Original-Received: from sd-green-bigip-207.dreamhost.com ([208.97.132.207]:33188 helo=spunkymail-a14.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCdVX-0001Fk-AB for emacs-devel@gnu.org; Tue, 16 Dec 2008 12:14:55 -0500 Original-Received: from dynabook (unknown [63.229.31.77]) by spunkymail-a14.g.dreamhost.com (Postfix) with ESMTP id C00D2190E36; Tue, 16 Dec 2008 09:14:50 -0800 (PST) In-Reply-To: <87y6yn26gk.fsf@cyd.mit.edu> (Chong Yidong's message of "Wed, 10 Dec 2008 14:08:59 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:106976 Archived-At: Chong Yidong writes: > - There seemed to be a reference to an unbound variable, `indent-point', > in ruby-parse-partial. I assumed this was an attempt to use dynamic > scope to access the let-bound variable `indent-point' in > ruby-calculate-indent; therefore I renamed indent-point as > ruby-indent-point and added a `boundp' check. Phil, could you check > if this is the intention of the code? Sorry for the late reply. I'm pretty sure this is correct. I will notify ruby-core so they know that the code has been added to Emacs' repository. -Phil