From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: invalid-function c-pull-open-brace Date: Thu, 29 Aug 2013 22:11:43 +0400 Message-ID: <521F8EDF.1070600@yandex.ru> References: <521EEDD7.9080406@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 1377799924 4654 80.91.229.3 (29 Aug 2013 18:12:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2013 18:12:04 +0000 (UTC) Cc: Alan Mackenzie , Emacs development discussions To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 29 20:12:06 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 1VF6hS-0007Yj-5p for ged-emacs-devel@m.gmane.org; Thu, 29 Aug 2013 20:12:06 +0200 Original-Received: from localhost ([::1]:45166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF6hR-0002lG-7L for ged-emacs-devel@m.gmane.org; Thu, 29 Aug 2013 14:12:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF6hG-0002kj-Sg for emacs-devel@gnu.org; Thu, 29 Aug 2013 14:12:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VF6h9-0004Ib-Tm for emacs-devel@gnu.org; Thu, 29 Aug 2013 14:11:54 -0400 Original-Received: from forward3l.mail.yandex.net ([84.201.143.136]:57993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF6h9-0004Hr-IV; Thu, 29 Aug 2013 14:11:47 -0400 Original-Received: from smtp2.mail.yandex.net (smtp2.mail.yandex.net [77.88.46.102]) by forward3l.mail.yandex.net (Yandex) with ESMTP id 4C5AE15011F6; Thu, 29 Aug 2013 22:11:44 +0400 (MSK) Original-Received: from smtp2.mail.yandex.net (localhost [127.0.0.1]) by smtp2.mail.yandex.net (Yandex) with ESMTP id DA6C1E20798; Thu, 29 Aug 2013 22:11:43 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp2.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Vm4wU4BZN0-BhvS7aGR; Thu, 29 Aug 2013 22:11:43 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1377799903; bh=87c2McNB+9DrSX00T//mo97IpmArD/fp3WaLxhNW8/k=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=TIV7xsFyyXUhsSBo7xV0OEVccqydlGK/o+cWghpRkX4TnyhdiHqvSsWMXfWE3n2lO 7EPo62jqwcHCUDcSDntWgZPr3/oQddWoe790U9cEl0ISgrMoDzM9M9S2HzLPhbM0Bf 3YbELHZdO305mC1SBxcfdW9KNtyYrqfVrizYQmXQ= Authentication-Results: smtp2.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.136 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:163089 Archived-At: On 08/29/2013 09:27 PM, Glenn Morris wrote: > 114070 fixes that for me. (Why didn't you make a bug report?) Well, I suspected that it is a pretty simple issue and can be fixed without too much formal steps :-). Dmitry