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: The dynamic-docstring-function property Date: Thu, 02 Jan 2014 13:07:08 -0500 Message-ID: References: <877gapfcz4.fsf@gnu.org> <87y535598y.fsf@gnu.org> <87wqikp7s3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388686052 26690 80.91.229.3 (2 Jan 2014 18:07:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2014 18:07:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 02 19:07:36 2014 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 1VymgB-000322-KD for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 19:07:35 +0100 Original-Received: from localhost ([::1]:46427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VymgB-0001OU-2r for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 13:07:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vymg1-0001OO-Ny for emacs-devel@gnu.org; Thu, 02 Jan 2014 13:07:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vymfu-00089n-Eo for emacs-devel@gnu.org; Thu, 02 Jan 2014 13:07:25 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:43003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vymfl-00087l-Dq; Thu, 02 Jan 2014 13:07:09 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFsr+l6/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGcGYFegxU X-IPAS-Result: Av4EABK/CFFsr+l6/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGcGYFegxU X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="43783559" Original-Received: from 108-175-233-122.dsl.teksavvy.com (HELO pastel.home) ([108.175.233.122]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 02 Jan 2014 13:07:08 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B9EEF605E5; Thu, 2 Jan 2014 13:07:08 -0500 (EST) In-Reply-To: <87wqikp7s3.fsf@gnu.org> (Chong Yidong's message of "Wed, 01 Jan 2014 13:53:32 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.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:167055 Archived-At: > How about the following? Some testing indicates that looking up > docstrings of adviced functions, and of the pieces of advice, works > fine. (This could be made more elegant if we change `documentation' so > that it ignores the `function-documentation' property when the RAW > argument is non-nil.) Sounds fine to me. Please note that dynamic-docstring-function is also used in sql.el. Stefan