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: Subject: [PATCH] * lisp/progmodes/ruby-mode.el: Set `ruby-insert-encoding-magic-comment' to nil by default. Date: Thu, 14 Nov 2013 15:23:50 +0200 Message-ID: <5284CEE6.5030205@yandex.ru> References: <61BBE6C8D4D349B6963A0F429237A3A8@gmail.com> <87txfvad0a.fsf@yandex.ru> <52755D62.1070700@yandex.ru> <87wqkpalgl.fsf@yandex.ru> <527AB880.4040207@yandex.ru> <527B7433.1070101@yandex.ru> <5283D0D1.1050405@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1384435450 5150 80.91.229.3 (14 Nov 2013 13:24:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Nov 2013 13:24:10 +0000 (UTC) Cc: emacs-devel To: Bozhidar Batsov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 14 14:24:15 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 1Vgwu6-00052j-It for ged-emacs-devel@m.gmane.org; Thu, 14 Nov 2013 14:24:14 +0100 Original-Received: from localhost ([::1]:55354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgwu5-0008Iz-Tp for ged-emacs-devel@m.gmane.org; Thu, 14 Nov 2013 08:24:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgwtv-0008GZ-Bn for emacs-devel@gnu.org; Thu, 14 Nov 2013 08:24:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vgwtm-0004me-VT for emacs-devel@gnu.org; Thu, 14 Nov 2013 08:24:03 -0500 Original-Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:52710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgwtm-0004ma-O6 for emacs-devel@gnu.org; Thu, 14 Nov 2013 08:23:54 -0500 Original-Received: by mail-wg0-f41.google.com with SMTP id n12so682055wgh.0 for ; Thu, 14 Nov 2013 05:23:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=6FgwLnuH2Smxs3K+fioW+ExK1qznfe2xPD+LA1EuLR0=; b=wHMbKaVZB1dK/QsmnHtwoK/D8txUICAax9Ygg0BopI6NXct1E/QXoYFs32vw2o+uUD PiBA5f2mK1c++XSwihitUcPsB3NH6OndyCsR6abN1AcLYPfD1JpR+Wyy//6dku+wKpDf frj9rZP+ozTR7Nk86JpYSfO0N3+ciQtaRhkTlD5GHd11iep123obdnSxSywOvqZFxsvi XxYFbsTxOd/c71Lo09kUPXWE+8bE2TrVXQcod4SEl9TrMgkacdQtQOaKmJS4y+jrWOd6 BIAPpQG0os9Z5tVtfK/AKMdKwUwgTrCEZBYCfa19ws3FbfWeq1s/zd2J4/0uIWQoinEq +Q9A== X-Received: by 10.194.7.98 with SMTP id i2mr1792371wja.84.1384435433725; Thu, 14 Nov 2013 05:23:53 -0800 (PST) Original-Received: from [192.168.10.48] (93-245-142.netrun.cytanet.com.cy. [93.109.245.142]) by mx.google.com with ESMTPSA id x19sm5166078wia.5.2013.11.14.05.23.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Nov 2013 05:23:53 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::229 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:165253 Archived-At: On 14.11.2013 11:53, Bozhidar Batsov wrote: > One test is failing, though: > > f ruby-interpolation-inside-percent-literal-with-paren > ... > > Btw, there also seems to be some bug in the output of ert - the "f" was > printed in the same colour as the passing tests. Pretty sure it > shouldn't be this way. It should: if you look at the test definition, you can notice the arguments `:expected-result :failed`. It describes a feature that I find rather hard to implement, but worth remembering: arbitrary nesting of code inside interpolation blocks.