From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Function attributes for make-docfile Date: Mon, 12 Jan 2015 00:33:45 -0500 Message-ID: References: <54B348E8.7080203@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421040852 9892 80.91.229.3 (12 Jan 2015 05:34:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2015 05:34:12 +0000 (UTC) Cc: Paul Eggert , Emacs development discussions To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 12 06:34:06 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 1YAXdc-0000e3-HU for ged-emacs-devel@m.gmane.org; Mon, 12 Jan 2015 06:34:04 +0100 Original-Received: from localhost ([::1]:60434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAXdb-0003dl-Fg for ged-emacs-devel@m.gmane.org; Mon, 12 Jan 2015 00:34:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAXdO-0003dg-Ri for emacs-devel@gnu.org; Mon, 12 Jan 2015 00:33:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAXdJ-0007Gv-TR for emacs-devel@gnu.org; Mon, 12 Jan 2015 00:33:50 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:49977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAXdJ-0007Gr-PP for emacs-devel@gnu.org; Mon, 12 Jan 2015 00:33:45 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjwPAOwQflS4rwoL/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCwsOJhIUGA0kiEoJ1lkBAQEBBgEBAQEekG8HhEgFiwGkLoF4hBkhgncBAQE X-IPAS-Result: AjwPAOwQflS4rwoL/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCwsOJhIUGA0kiEoJ1lkBAQEBBgEBAQEekG8HhEgFiwGkLoF4hBkhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="107532517" Original-Received: from 184-175-10-11.dsl.teksavvy.com (HELO ceviche.home) ([184.175.10.11]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 Jan 2015 00:33:45 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0749266100; Mon, 12 Jan 2015 00:33:45 -0500 (EST) In-Reply-To: <54B348E8.7080203@yandex.ru> (Dmitry Antipov's message of "Mon, 12 Jan 2015 07:09:12 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:181168 Archived-At: > The following patch helps make-docfile to generate _Noreturn and > ATTRIBUTE_CONST by looking at special comments found immediately after > DEFUN declaration. This code works only for regular-form docstrings > (doc: /* xxx */), so Flookup_image is also fixed (the latter should be > done anyway, IMO). Any thoughts? Nice, thanks, Stefan