From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Litterio Newsgroups: gmane.emacs.devel Subject: Re: `C-h f' doesn't show file where function comes from Date: Thu, 04 Sep 2008 21:04:37 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220576833 1833 80.91.229.12 (5 Sep 2008 01:07:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2008 01:07:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 03:08:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KbPny-0001Az-IP for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2008 03:08:06 +0200 Original-Received: from localhost ([127.0.0.1]:34592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbPmz-0002x2-6g for ged-emacs-devel@m.gmane.org; Thu, 04 Sep 2008 21:07:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbPmu-0002wp-NO for emacs-devel@gnu.org; Thu, 04 Sep 2008 21:07:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbPmt-0002wR-7L for emacs-devel@gnu.org; Thu, 04 Sep 2008 21:07:00 -0400 Original-Received: from [199.232.76.173] (port=54737 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbPmt-0002wO-3K for emacs-devel@gnu.org; Thu, 04 Sep 2008 21:06:59 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:59139 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbPms-0006OA-Oe for emacs-devel@gnu.org; Thu, 04 Sep 2008 21:06:59 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KbPmq-00063t-AQ for emacs-devel@gnu.org; Fri, 05 Sep 2008 01:06:56 +0000 Original-Received: from node81.194.100.208.1dial.com ([208.100.194.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Sep 2008 01:06:56 +0000 Original-Received: from flitterio by node81.194.100.208.1dial.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Sep 2008 01:06:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: node81.194.100.208.1dial.com X-Draft-From: ("nntp+news.gmane.org:gmane.emacs.devel" 103541) X-Random-Quote: The difference between what the most and the least learned people know is inexpressibly trivial in relation to that which is unknown. -- Albert Einstein User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:mefCPINFqE077wCu8lD/n6eyAW8= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103542 Archived-At: Katsumi Yamaoka wrote: > When I start Emacs with > > emacs -Q -l wid-edit > > and type > > C-h f widget-button-press RET > > Emacs 22.2.92 shows: > widget-button-press is an interactive compiled Lisp function in `/local/share/emacs/22.2.92/lisp/wid-edit.elc'. > (widget-button-press pos &optional event) > > Invoke button at pos. When I try that using Emacs built on Windows from sources checked out of CVS yesterday, I see this: widget-button-press is an interactive compiled Lisp function in `c:/apps/emacs-cvs/lisp/wid-edit.el'. (widget-button-press pos &optional event) Invoke button at pos. -- Fran