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: [Emacs-diffs] master d7df36e: Rewrite elisp--xref-find-definitions to handle many more cases; add tests. Date: Wed, 12 Aug 2015 10:05:22 -0400 Message-ID: References: <20150811025613.30799.89490@vcs.savannah.gnu.org> <55CA1F30.6050402@yandex.ru> <86fv3pxv0u.fsf@stephe-leake.org> <55CA8C5B.4070409@yandex.ru> <86y4hhvtsg.fsf@stephe-leake.org> <55CB0837.3090908@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439388371 3404 80.91.229.3 (12 Aug 2015 14:06:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Aug 2015 14:06:11 +0000 (UTC) Cc: Stephen Leake , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 12 16:06:02 2015 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 1ZPWfJ-0005LD-Fj for ged-emacs-devel@m.gmane.org; Wed, 12 Aug 2015 16:06:01 +0200 Original-Received: from localhost ([::1]:38823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPWfI-0003fl-46 for ged-emacs-devel@m.gmane.org; Wed, 12 Aug 2015 10:06:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPWem-0003dP-1J for emacs-devel@gnu.org; Wed, 12 Aug 2015 10:05:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPWei-0001Rj-9r for emacs-devel@gnu.org; Wed, 12 Aug 2015 10:05:27 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPWei-0001P2-6i for emacs-devel@gnu.org; Wed, 12 Aug 2015 10:05:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CVDQA731xV//gFNJ1cgxCEAsEVh0sEAgKBPDoTAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYHCxQYDSSINwjPIwEBAQcCAR+LOoUFB4QtBbUEI4I7gVkigngBAQE X-IPAS-Result: A0CVDQA731xV//gFNJ1cgxCEAsEVh0sEAgKBPDoTAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYHCxQYDSSINwjPIwEBAQcCAR+LOoUFB4QtBbUEI4I7gVkigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="159632065" Original-Received: from 157-52-5-248.cpe.teksavvy.com (HELO pastel.home) ([157.52.5.248]) by ironport2-out.teksavvy.com with ESMTP; 12 Aug 2015 10:05:22 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8390C604CF; Wed, 12 Aug 2015 10:05:22 -0400 (EDT) In-Reply-To: <55CB0837.3090908@yandex.ru> (Dmitry Gutov's message of "Wed, 12 Aug 2015 11:47:51 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:188755 Archived-At: >> For a better reason, sometimes it does matter what happens in the file >> after (provide 'foo), so that's sometimes a useful place to go. > I wonder how often that is. In most other cases, I think the user will be > stumped to see Emacs navigate there. Yes, I'd be really perplexed. While technically, it is the `provide' which provides the feature, (require 'foo) most importantly requires *the file*. Stefan