From unknown Mon Jun 23 06:00:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71169 <71169@debbugs.gnu.org> To: bug#71169 <71169@debbugs.gnu.org> Subject: Status: emacs-minimal: substituting "find" breaks mpc.el Reply-To: bug#71169 <71169@debbugs.gnu.org> Date: Mon, 23 Jun 2025 13:00:25 +0000 retitle 71169 emacs-minimal: substituting "find" breaks mpc.el reassign 71169 guix submitter 71169 Argletrough severity 71169 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 24 05:23:32 2024 Received: (at submit) by debbugs.gnu.org; 24 May 2024 09:23:32 +0000 Received: from localhost ([127.0.0.1]:36042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAR97-0005wq-Nc for submit@debbugs.gnu.org; Fri, 24 May 2024 05:23:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:44812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAQTr-0005aa-Hn for submit@debbugs.gnu.org; Fri, 24 May 2024 04:40:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAQTj-0003qi-S4 for bug-guix@gnu.org; Fri, 24 May 2024 04:40:44 -0400 Received: from mail.cock.li ([37.120.193.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAQTf-0006Ix-CL for bug-guix@gnu.org; Fri, 24 May 2024 04:40:41 -0400 Content-Type: multipart/alternative; boundary="------------gWayxhBhOEv6pGCAZU9IUDWc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1716540026; bh=9rBRa9+0H4N/hLREVtPUkcw5Q6aBJjlJN7PWEOlX/AA=; h=Date:To:From:Subject:From; b=oe5anKcRFLbLkfftIZ9z1GNxqABUPos4RRQ3n4HtGC4YwlDZGpHpPs/Y0sKRx1C7Z d88S9TnTbsgupUDLCfByTbVxtDWqB8rrvn5BYaJ5qD4NzBLL2BQEDY0jRjJ4UD9per 2oGR4RDhuTIYzr6tysJFJ3JUMKVHj+dXfJlblo2lKipKHfi/19kjrRRlSMsQljwG56 O5r130Hu2X3Y839orcob6teXk++AfC1eI35at/Byfiz0AVRDnYWxOuiUEe7UhElOJS GgcDGo9vfu3iM2yvOJtwfpAVOcF63Nk92aomaoypcfE6AVKMWMBaEuiRNB2u1JsMve uB1NaUhtEtlCg== Message-ID: Date: Fri, 24 May 2024 09:40:24 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Content-Language: en-US To: bug-guix@gnu.org From: Argletrough Subject: emacs-minimal: substituting "find" breaks mpc.el Received-SPF: pass client-ip=37.120.193.124; envelope-from=argletrough@airmail.cc; helo=mail.cock.li X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 24 May 2024 05:23:28 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) This is a multi-part message in MIME format. --------------gWayxhBhOEv6pGCAZU9IUDWc Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Currently, the string "find" is substituted with the path to the find executable in mpc.el. The correct value in this file is the literal string "find", because it refers to an MPD command, not the program. $ guix describe Generation 15 May 23 2024 14:20:47 (current) guix aeba484 repository URL:https://git.savannah.gnu.org/git/guix.git branch: master commit: aeba4849b42b4d3ac75341ac4b61843c1fe48181 nonguix 34935b4 repository URL:https://gitlab.com/nonguix/nonguix branch: master commit: 34935b49ae20d236b0fc89943f0b1d0d5dea3a33 --------------gWayxhBhOEv6pGCAZU9IUDWc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Currently, the string "find" is substituted with the path to the find
executable in mpc.el. The correct value in this file is the literal
string "find", because it refers to an MPD command, not the program.

$ guix describe
Generation 15	May 23 2024 14:20:47	(current)
  guix aeba484
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: aeba4849b42b4d3ac75341ac4b61843c1fe48181
  nonguix 34935b4
    repository URL: https://gitlab.com/nonguix/nonguix
    branch: master
    commit: 34935b49ae20d236b0fc89943f0b1d0d5dea3a33
--------------gWayxhBhOEv6pGCAZU9IUDWc--