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: #2 [Was: Re: Function attributes for make-docfile] Date: Thu, 15 Jan 2015 06:54:55 +0300 Message-ID: <54B73A0F.6030806@yandex.ru> References: <54B348E8.7080203@yandex.ru> <54B3604E.9020304@cs.ucla.edu> <54B3BDE3.8030602@yandex.ru> <54B4C971.7010209@cs.ucla.edu> <54B5A991.8010509@cs.ucla.edu> <54B6C71A.1040101@cs.ucla.edu> <54B733B0.7080009@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 1421294130 674 80.91.229.3 (15 Jan 2015 03:55:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2015 03:55:30 +0000 (UTC) Cc: Stefan Monnier , Emacs development discussions To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 04:55:23 2015 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 1YBbWl-0007Nc-4R for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 04:55:23 +0100 Original-Received: from localhost ([::1]:48967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBbWk-000133-Fo for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2015 22:55:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBbWR-00011P-SH for emacs-devel@gnu.org; Wed, 14 Jan 2015 22:55:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBbWO-0004Yc-NN for emacs-devel@gnu.org; Wed, 14 Jan 2015 22:55:03 -0500 Original-Received: from forward4l.mail.yandex.net ([84.201.143.137]:42692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBbWO-0004YQ-Dj for emacs-devel@gnu.org; Wed, 14 Jan 2015 22:55:00 -0500 Original-Received: from smtp18.mail.yandex.net (smtp18.mail.yandex.net [95.108.252.18]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 7FCE31440EF2; Thu, 15 Jan 2015 06:54:56 +0300 (MSK) Original-Received: from smtp18.mail.yandex.net (localhost [127.0.0.1]) by smtp18.mail.yandex.net (Yandex) with ESMTP id D8BCF18A00C2; Thu, 15 Jan 2015 06:54:55 +0300 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp18.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id xRgKQvJtaq-stHW6p2e; Thu, 15 Jan 2015 06:54:55 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1421294095; bh=TX7icKsrlCn+oseBY4ysUk1nRguUdlHlTH+GXaSTErs=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OnVCjwO1oLIspOGiY0/Wm+qp3IBWZ7z4OlOuW00wJkOMTtLwIhxXDXiAFtDPZx0Hr hOHQ2NiqHJTiLRdmO0vXYzsGgVcqjvv/1TjSA8E8fwloQkyI9RxXJuBA+QwblXBAst 6MuOE8nqE7E57YxHl26Q/DjiyzyoEcx6xhYtEs0E= Authentication-Results: smtp18.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <54B733B0.7080009@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.137 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:181274 Archived-At: BTW, '--enable-gcc-warnings --with-x-toolkit=no' build should have the Fnext_read_file_uses_dialog_p-like issue with Fx_uses_old_gtk_dialog. But I don't see it, and don't understand why :-(. Dmitry