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: trunk r114743: * lisp/emacs-lisp/smie.el (smie-rule-parent): Fix opener-test. Date: Thu, 24 Oct 2013 04:49:11 +0400 Message-ID: <52686E87.80406@yandex.ru> References: <877gd5i5p4.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1382575774 7953 80.91.229.3 (24 Oct 2013 00:49:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 00:49:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 24 02:49:38 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 1VZ97J-0001lh-R9 for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 02:49:38 +0200 Original-Received: from localhost ([::1]:52024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ97J-0002Jl-6M for ged-emacs-devel@m.gmane.org; Wed, 23 Oct 2013 20:49:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ978-0002Id-Vw for emacs-devel@gnu.org; Wed, 23 Oct 2013 20:49:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ970-0007Nk-Gg for emacs-devel@gnu.org; Wed, 23 Oct 2013 20:49:26 -0400 Original-Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:48169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ970-0007Mn-8j for emacs-devel@gnu.org; Wed, 23 Oct 2013 20:49:18 -0400 Original-Received: by mail-ea0-f170.google.com with SMTP id q10so672169eaj.1 for ; Wed, 23 Oct 2013 17:49:17 -0700 (PDT) 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=75/qm8Lp5PHBl+vv1yZYAYCLPV0/pnpqaM/rK7NeoPk=; b=n4oCEHjCS/ZvpSAhB26GWng1KrQVbuQpVUTi1XvTLMNrBlAEA+9kw335lpffExv70o jcDN73ODOpQgfgHOBnhB/4s9CjHbsvCLLvstNbh0EUfwHCKYpkJndGjhVAZlrZfTdV+C v8XmUjUyuGewPQYMOEsqJalZ5W124xpihFht3VdC6ysw0NMxWqJ3r2lzZTIiLHepYy40 smmUOlvgLHYrU0xmBIrON9tgPGBleMpTOoM0rpJCNoB73Q9EHX4P5SWauTpH7r53dsUL 8AvjbaDLNZtQnz+VuOliN8lVux2tzZwpbQ2oZvNaEtrN+kYzTCY/nwwz4zMVPCis2E8w nC5w== X-Received: by 10.15.50.195 with SMTP id l43mr118619eew.30.1382575757027; Wed, 23 Oct 2013 17:49:17 -0700 (PDT) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id d7sm12125281eem.8.2013.10.23.17.49.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Oct 2013 17:49:16 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22a 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:164496 Archived-At: On 23.10.2013 22:20, Stefan Monnier wrote: > I believe I've fixed this problem, now, Thank you.