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, 07 Nov 2013 13:06:27 +0200 Message-ID: <527B7433.1070101@yandex.ru> References: <61BBE6C8D4D349B6963A0F429237A3A8@gmail.com> <87txfvad0a.fsf@yandex.ru> <52755D62.1070700@yandex.ru> <87wqkpalgl.fsf@yandex.ru> <527AB880.4040207@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 1383822416 28662 80.91.229.3 (7 Nov 2013 11:06:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2013 11:06:56 +0000 (UTC) Cc: emacs-devel To: Bozhidar Batsov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 07 12:07:00 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 1VeNQO-00031P-P1 for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 12:06:56 +0100 Original-Received: from localhost ([::1]:39612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeNQO-0007EL-BL for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2013 06:06:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeNQD-0007E2-OR for emacs-devel@gnu.org; Thu, 07 Nov 2013 06:06:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeNQ5-0007EL-AK for emacs-devel@gnu.org; Thu, 07 Nov 2013 06:06:45 -0500 Original-Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:40158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeNQ5-0007EC-36 for emacs-devel@gnu.org; Thu, 07 Nov 2013 06:06:37 -0500 Original-Received: by mail-we0-f172.google.com with SMTP id q58so359313wes.3 for ; Thu, 07 Nov 2013 03:06:36 -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=YDE/ikQCVLpibYspvP2mlFBQJ3kcJg4Rv7i5vl0gV70=; b=FI0uHD2mO6VpjCTJHRtvJGvCLHmyIO4HiiBLsQBPeAfXQ35R1P3HKp6P0XlbwjAxEx orNCm7ISRAjpdTwbQv2QP8radl72/CU1OIrtCa4FzCHgZ1tf2cBzr2GdnWsBddRJuYNl Rvy2T/LRbBUPOiDHCsq0ECK1XSdheorKBaLVBPcrnQ9h/WKoEuUAJLpaK/ceCMsZqsbO etTSRmOtIYbV3iI+xmdu3HNfnrMZL8+J7jFTBgtTnPB6cPJqS99pC12h3Ooz3e7kYs75 g/8hcl/v4bfw6mzDSwHzMIArBbNIMz0O39Fp9YSrcZ/wRAbdZWovO6fTYF5vk8qX9a4c 33Gw== X-Received: by 10.180.11.168 with SMTP id r8mr2230972wib.16.1383822396157; Thu, 07 Nov 2013 03:06:36 -0800 (PST) Original-Received: from [192.168.10.2] (87-236-188.netrun.cytanet.com.cy. [87.228.236.188]) by mx.google.com with ESMTPSA id b7sm2987971wiz.8.2013.11.07.03.06.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Nov 2013 03:06:35 -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:c03::22c 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:165030 Archived-At: On 07.11.2013 12:23, Bozhidar Batsov wrote: > Btw, Dimitry - please add some info the ruby-mode.el about running the > tests. I tried evaluating and running them manually, but this crashed my > Emacs (the tests hogged my CPU completely and I had to kill Emacs). > Maybe there is something wrong with them right now, or perhaps they > should invoked in some manner I'm not aware of. I'm not aware of any problems running the tests, looks like a bug. Weren't you able to stop the freezing with C-g, at least? I just open ruby-mode-tests.el, M-x eval-buffer, M-x ert RET. They run fine.