From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Help cross reference to source file Date: Sun, 09 Jul 2006 15:04:22 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152472071 11735 80.91.229.2 (9 Jul 2006 19:07:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jul 2006 19:07:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 09 21:07:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fzed7-0003iQ-Eq for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 21:07:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzed7-0005rR-0T for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 15:07:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzeZs-0003e8-HG for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzeZr-0003dU-Vg for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzeZr-0003dF-KB for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzeam-0005Xq-OH for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:05:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FzeZq-0001yE-R5; Sun, 09 Jul 2006 15:04:22 -0400 Original-To: "Drew Adams" In-reply-to: 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:56864 Archived-At: Even if help can't take me to the right place in the source file, I think it should open the file - and provide the error message, inviting me to search for it in the file. Does this give behavior you like? *** find-func.el 18 Apr 2006 16:51:36 -0400 1.72 --- find-func.el 09 Jul 2006 14:48:06 -0400 *************** *** 244,249 **** --- 244,250 ---- (progn (beginning-of-line) (cons (current-buffer) (point))) + (switch-to-buffer (current-buffer)) (error "Cannot find definition of `%s' in library `%s'" symbol library))))))))