From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: Slight confusion in project-find-file Date: Mon, 13 Sep 2021 16:25:49 +0200 Message-ID: <72fcba0d-a326-aaab-2867-385566ce7110@inventati.org> References: <871r5sd0wa.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1762"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 13 16:54:06 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mPnLS-00009V-P8 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Sep 2021 16:54:06 +0200 Original-Received: from localhost ([::1]:57458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPnLR-0005zj-MJ for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Sep 2021 10:54:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPmuI-0007d6-LE for emacs-devel@gnu.org; Mon, 13 Sep 2021 10:26:02 -0400 Original-Received: from latitanza.investici.org ([2001:888:2000:56::19]:56717) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPmuF-0008G0-5E for emacs-devel@gnu.org; Mon, 13 Sep 2021 10:26:02 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4H7TKs0rfRzGp42; Mon, 13 Sep 2021 14:25:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1631543153; bh=NKnOWCtyXMYjIhOsW7Z3Yoxx4pOjC/4PX3l3JXZfwgQ=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=m2JKZXovIn6xFUXHaXnq2E3a44Y0rT4xox59pOSOSI7QnL8JT5Lf2bjh1ybTrGgeN o/KGY0kQJ93x+jBZ7GnEaaBjuNF9LZyUDfd1CP2vb55JddUG4JmYkCe+mXoJ5+u9jx UvTSut7yQbpMR0pvlsEQ53xeLOdH8zGxyVYcQ2HQ= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4H7TKr6QqxzGp1x; Mon, 13 Sep 2021 14:25:52 +0000 (UTC) In-Reply-To: <871r5sd0wa.fsf@gnus.org> Content-Language: en-GB Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -40 X-Spam_score: -4.1 X-Spam_bar: ---- X-Spam_report: (-4.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-1.969, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:274652 Archived-At: On 13/09/21 16:07, Lars Ingebrigtsen wrote: > Furthermore, `M-x project-find-file RET RET': > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > expand-file-name(nil) > find-file-noselect(nil nil nil nil) > find-file(nil) > project-find-file-in(#("." 0 1 (fontified t)) ("~/src/emacs/trunk/") (vc . "~/src/emacs/trunk/")) > project-find-file() > funcall-interactively(project-find-file) FWIW, doing `M-x project-find-file RET RET` on 'emacs -Q` I get 'Find file in /usr/local/bin: ' If I hit RET again a Dired buffer in that directory is shown. I am running GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.18, cairo version 1.16.0) of 2021-09-13, on Ubuntu 20.04. -- Manuel Uberti www.manueluberti.eu