From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 2be537e: Minor updates to project.el Date: Mon, 20 May 2019 00:23:34 -0800 Message-ID: <86o93xwn3t.fsf@stephe-leake.org> References: <20190519172901.5122.23242@vcs0.savannah.gnu.org> <20190519172903.67D3520496@vcs0.savannah.gnu.org> <442e472f-3cb2-a874-1f99-bfae293950ff@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="69826"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 20 10:42:21 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hSdsC-000I5o-8f for ged-emacs-devel@m.gmane.org; Mon, 20 May 2019 10:42:20 +0200 Original-Received: from localhost ([127.0.0.1]:60113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSdsA-00041z-Rd for ged-emacs-devel@m.gmane.org; Mon, 20 May 2019 04:42:18 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSdrX-00041p-On for emacs-devel@gnu.org; Mon, 20 May 2019 04:41:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSdrW-0002vC-R3 for emacs-devel@gnu.org; Mon, 20 May 2019 04:41:39 -0400 Original-Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:45688) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hSdrW-0002se-ML for emacs-devel@gnu.org; Mon, 20 May 2019 04:41:38 -0400 Original-Received: from cmgw12.unifiedlayer.com (unknown [10.9.0.12]) by gproxy7.mail.unifiedlayer.com (Postfix) with ESMTP id 142DF215F85 for ; Mon, 20 May 2019 02:23:38 -0600 (MDT) Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmsmtp with ESMTP id Sda5hhKXzmds9Sda5hI7Fa; Mon, 20 May 2019 02:23:38 -0600 X-Authority-Reason: nr=8 X-Authority-Analysis: $(_cmae_reason Original-Received: from [76.77.182.20] (port=51516 helo=Takver4) by host114.hostmonster.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hSda5-0017XZ-O7 for emacs-devel@gnu.org; Mon, 20 May 2019 02:23:37 -0600 In-Reply-To: <442e472f-3cb2-a874-1f99-bfae293950ff@yandex.ru> (Dmitry Gutov's message of "Mon, 20 May 2019 09:18:00 +0300") X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host114.hostmonster.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stephe-leake.org X-BWhitelist: no X-Source-IP: 76.77.182.20 X-Source-L: No X-Exim-ID: 1hSda5-0017XZ-O7 X-Source-Sender: (Takver4) [76.77.182.20]:51516 X-Source-Auth: stephen_leake@stephe-leake.org X-Email-Count: 1 X-Source-Cap: c3RlcGhlbGU7c3RlcGhlbGU7aG9zdDExNC5ob3N0bW9uc3Rlci5jb20= X-Local-Domain: yes X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 70.40.196.235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:236779 Archived-At: Dmitry Gutov writes: > On 19.05.2019 20:29, Stephen Leake wrote: >> branch: master >> commit 2be537e6433b9b2a8d9dcb9c23493755d35d6ecc >> Author: Stephen Leake >> Commit: Stephen Leake >> >> Minor updates to project.el >> * lisp/progmodes/project.el (project-find-file): Add >> optional 'filename' arg. > > Sorry, but why? The use case is that some lisp code has a non-directory filename and wants to find it in a project. > If this is for Lisp programs, can't you just call > project-find-file-in? Yes, that makes sense. I'll revert that part of the commit. -- -- Stephe