From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Loading when viewing docstring of autoloaded function Date: Sun, 24 Jun 2012 17:03:45 +0800 Message-ID: <87k3yx5bf2.fsf@gnu.org> References: <87395mgy6t.fsf@gnu.org> <87pq8pixsn.fsf@gmail.com> <4FE6B621.6070103@online.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1340528640 5190 80.91.229.3 (24 Jun 2012 09:04:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2012 09:04:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 24 11:03:58 2012 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 1Siije-0007sF-1a for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 11:03:58 +0200 Original-Received: from localhost ([::1]:53286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Siijd-00056Q-PD for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 05:03:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Siija-00056I-C8 for emacs-devel@gnu.org; Sun, 24 Jun 2012 05:03:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiijY-00047t-OO for emacs-devel@gnu.org; Sun, 24 Jun 2012 05:03:53 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiijY-00047o-L3 for emacs-devel@gnu.org; Sun, 24 Jun 2012 05:03:52 -0400 Original-Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:39313 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SiijW-0007Dj-Nq; Sun, 24 Jun 2012 05:03:51 -0400 In-Reply-To: <4FE6B621.6070103@online.de> ("Andreas \=\?utf-8\?Q\?R\=C3\=B6hler\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Sun, 24 Jun 2012 08:39:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:151126 Archived-At: Andreas R=C3=B6hler writes: > what about delivering an independent index, resp. to the way etags > produces it? I.e in this case command-name, docstring, > source-file-name. I don't see a feasible way to extract that information, short of actually loading the library.