From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: find-file-project Date: Fri, 8 Jan 2016 14:34:48 +0300 Message-ID: <568F9ED8.5000502@yandex.ru> References: <86pp1j4ejm.fsf@stephe-leake.org> <55F899EA.7050700@yandex.ru> <86lhc73wog.fsf@stephe-leake.org> <55F8F2FA.6060902@yandex.ru> <867fnq1oe9.fsf@stephe-leake.org> <55F9A13A.3070101@yandex.ru> <55FB01BD.1070909@yandex.ru> <568C6DE5.8040201@yandex.ru> <568F1327.30905@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1452252908 2795 80.91.229.3 (8 Jan 2016 11:35:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2016 11:35:08 +0000 (UTC) To: Richard Copley , Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 12:35:03 2016 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 1aHVJt-0000NJ-K4 for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2016 12:35:01 +0100 Original-Received: from localhost ([::1]:35179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHVJs-00010E-K9 for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2016 06:35:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHVJo-000106-Mp for emacs-devel@gnu.org; Fri, 08 Jan 2016 06:34:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHVJj-0000HU-Nf for emacs-devel@gnu.org; Fri, 08 Jan 2016 06:34:56 -0500 Original-Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]:35112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHVJj-0000HM-FN for emacs-devel@gnu.org; Fri, 08 Jan 2016 06:34:51 -0500 Original-Received: by mail-lf0-x22a.google.com with SMTP id c192so173525917lfe.2 for ; Fri, 08 Jan 2016 03:34:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=vDXmECMYX13wmg+cyax9pQemDLxmpwWEx9MV/Wpc5pQ=; b=XEeefYiCqmSH/wGpki4jlh8twT6kENtRUil55wiqyJzrUA0D3ESZ9aGN/Or8Awhm2d T6rdtjaD6ZLBDtYcJc7jnu/Z3/Y/ZwFJGIzmO+ivtp5Zru8ezRXBwzm1r1crZ6miYejs PAchMKAcw5xj8yl7iMuwpKci6y8ADX6u0ja9muOoAKKpDrbdZlKf3Wi2XVaf83BnMWTJ PFjAE0F3P7POMZYpkzYpLnG1vGHiq6aEl/gUTu6hjNNu74Hhl4De3rvGAZp6nBWeDX0J QFX0OjrJRUsbDDAC52qCLQTDlh3X16yf47WEAlhXEkP4T5oaKpr1RxpFFl+kRjKK41QC VBew== X-Received: by 10.25.7.206 with SMTP id 197mr40596860lfh.2.1452252890703; Fri, 08 Jan 2016 03:34:50 -0800 (PST) Original-Received: from [192.168.1.190] ([178.252.127.222]) by smtp.googlemail.com with ESMTPSA id m21sm12117607lfe.29.2016.01.08.03.34.48 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Jan 2016 03:34:48 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::22a 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:197814 Archived-At: On 01/08/2016 05:19 AM, Richard Copley wrote: > project.el looks great, it will be very useful. Thanks to all the > contributors. My pleasure. > It looks as though project-find-file depends on "xref.el" but doesn't > `require' it. From emacs -Q: >... > Testing in emacs -Q in a project directory with unsafe directory locals, > I also noticed that I get re-prompted to accept the dir-locals when I > execute project-find-file. Thanks for the report, both should be fixed now.