From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Copley Newsgroups: gmane.emacs.devel Subject: Re: find-file-project Date: Fri, 8 Jan 2016 02:19:52 +0000 Message-ID: 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 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1452219642 20744 80.91.229.3 (8 Jan 2016 02:20:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2016 02:20:42 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 03:20:42 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 1aHMfQ-00004s-VG for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2016 03:20:41 +0100 Original-Received: from localhost ([::1]:33747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHMfM-0008FN-UB for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2016 21:20:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHMf9-0008F3-RF for emacs-devel@gnu.org; Thu, 07 Jan 2016 21:20:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHMf8-0004AJ-Vl for emacs-devel@gnu.org; Thu, 07 Jan 2016 21:20:23 -0500 Original-Received: from mail-yk0-x22c.google.com ([2607:f8b0:4002:c07::22c]:33510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHMf8-0004AD-RI for emacs-devel@gnu.org; Thu, 07 Jan 2016 21:20:22 -0500 Original-Received: by mail-yk0-x22c.google.com with SMTP id k129so326008110yke.0 for ; Thu, 07 Jan 2016 18:20:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=/xEMY3mtUuLGPxMNO0//Pyr6lh9vH2RUreDPMudJp/4=; b=bYCgiYdAWdrk+5J+LBnjIMLWpm69s/qKLBzRXq6m9LBZFpiZWLoFkKpdDm/qyKt6Uk jRSymwjMR8smVPJErvRW2RHmFwdb2nuT88ftc+tgL4VUIT7reTY/0cubnTO2uxQLVakp yOij6obs1uSZVVuvdumIVBUCeJUIXY+mfnY3M50yshmzuCqIttos+bfQm6jBTZgJPFbf CepUqsLTVIs0XAxryrAFLghviiBSkB8YCwMhQRpa+JzacT+2RHKzJ/c0wl/8Ms5P53qY vxMMpWLpwTCSSIaPqaAZxAXaZmR1eog3Yty5tDvXcH+j09HxKP0m2eDLixBIr+uqoEhV zydg== X-Received: by 10.129.152.7 with SMTP id p7mr78666729ywg.85.1452219622233; Thu, 07 Jan 2016 18:20:22 -0800 (PST) Original-Received: by 10.37.207.214 with HTTP; Thu, 7 Jan 2016 18:19:52 -0800 (PST) In-Reply-To: <568F1327.30905@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:4002:c07::22c 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:197794 Archived-At: project.el looks great, it will be very useful. Thanks to all the contributors. It looks as though project-find-file depends on "xref.el" but doesn't `require' it. From emacs -Q: M-x load-lib RET project RET M-x project-find-file RET =3D> Symbol=E2=80=99s function definition is void: xref--find-ignores-argum= ents 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. Like this: emacs -Q /my/project/dir =3D> *Local Variables* buffer and y-or-n-p prompt n M-x project-find-file RET =3D> *Local Variables* buffer and y-or-n-p prompt I'll file a bug report (or two) if you want.