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: Better help support for EIEIO classes and methods Date: Wed, 06 Feb 2013 09:45:05 -0500 Message-ID: References: <877gmpz9mt.fsf@engster.org> <87txprhq5g.fsf@engster.org> <87pq0eh2u0.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360161916 10231 80.91.229.3 (6 Feb 2013 14:45:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2013 14:45:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 06 15:45:37 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 1U36Fk-00076g-QA for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2013 15:45:36 +0100 Original-Received: from localhost ([::1]:47229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U36FR-0007y4-SK for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2013 09:45:17 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U36FL-0007xW-A9 for emacs-devel@gnu.org; Wed, 06 Feb 2013 09:45:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U36FH-0002H6-5z for emacs-devel@gnu.org; Wed, 06 Feb 2013 09:45:11 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:44151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U36FH-0002G5-2t for emacs-devel@gnu.org; Wed, 06 Feb 2013 09:45:07 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r16Ej6Zx029722; Wed, 6 Feb 2013 09:45:06 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 18F29B4182; Wed, 6 Feb 2013 09:45:06 -0500 (EST) In-Reply-To: <87pq0eh2u0.fsf@engster.org> (David Engster's message of "Tue, 05 Feb 2013 22:23:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4483=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4483> : streams <901576> : uri <1338209> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:156835 Archived-At: >> How 'bout we replace that with >> (run-hook-with-args 'help-fns-describe-function-functions function) >> So EIEIO can add some text between "(semanticdb-file-table &rest >> LOCAL-ARGS)" and "From OBJ, return FILENAME's associated table object."? > I guess that could work. I still think it would be a bit confusing: in > the first line it says this is a "lisp function in 'db.el'", and > clicking on the link will only lead to the beginning of the file because > the definition cannot be found. Maybe we could fix the code so that it does find it. Stefan