From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: `C-h f' doesn't show file where function comes from Date: Fri, 05 Sep 2008 21:25:00 +0900 Organization: Emacsen advocacy group Message-ID: References: <48C0DE54.9030201@gmx.at> <48C0EB00.3020908@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220617534 20781 80.91.229.12 (5 Sep 2008 12:25:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2008 12:25:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 14:26:29 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 1KbaOL-0004dT-Lo for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2008 14:26:21 +0200 Original-Received: from localhost ([127.0.0.1]:57296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbaNL-0005Q1-W8 for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2008 08:25:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbaNG-0005Pa-SE for emacs-devel@gnu.org; Fri, 05 Sep 2008 08:25:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbaNB-0005NJ-QF for emacs-devel@gnu.org; Fri, 05 Sep 2008 08:25:13 -0400 Original-Received: from [199.232.76.173] (port=57502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbaNB-0005NG-Jx for emacs-devel@gnu.org; Fri, 05 Sep 2008 08:25:09 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:51338) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbaNC-0000Th-6r for emacs-devel@gnu.org; Fri, 05 Sep 2008 08:25:10 -0400 Original-Received: from localhost ([127.0.0.1]:58613) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1KbaN7-000849-NO; Fri, 05 Sep 2008 07:25:06 -0500 X-Hashcash: 1:20:080905:rudalics@gmx.at::sSgeteTPQaAyTJrX:003rcP X-Hashcash: 1:20:080905:emacs-devel@gnu.org::SSOTtQwtXlRhyULt:0000000000000000000000000000000000000000002K85 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:WAML0XG4TNEOiJH+P4YgXojx9R8= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103558 Archived-At: >>>>> martin rudalics wrote: >> Thank you for the followup. I tested it with Emacs that was >> checked out from the CVS trunk this early morning (in Japan, >> i.e., about 10 hours ago) and built with `make bootstrap'. Are >> the other informations necessary? > Yes, if you still see the bug. >> BTW, does the file name that >> provides the `widget-button-press' function appear in the *Help* >> buffer for the `C-h f' command in your system? > It does so here - I get the same results (on Windows) as Francis > Litterio. Hm, it relates to where to install Emacs? Ok, I checked out the trunk in a certain directory, copied it to /tmp/yamaoka by performing tar cf - emacs| (cd /tmp/yamaoka; tar xf -) and did `make bootstrap' there. (I.e., I made no changes in the files and directories that were checked out.) The configure options for building Emacs were: --verbose --with-x-toolkit=lucid --without-xim And then `make install' installed Emacs to the directories: /usr/local/bin/ /usr/local/share/emacs/23.0.60/ /usr/local/libexec/emacs/23.0.60/ /usr/local/info/ Note that /usr/local/ and /local/ are identical in my system (/usr/local/ is a symlink to /local/). Regards, P.S. I'll be absent till Monday. Sorry.