From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43640) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izB3n-0003kx-3I for guix-patches@gnu.org; Tue, 04 Feb 2020 22:09:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izB3m-0005a0-7m for guix-patches@gnu.org; Tue, 04 Feb 2020 22:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39054) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izB3l-0005Zo-VX for guix-patches@gnu.org; Tue, 04 Feb 2020 22:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izB3l-0004Gy-O7 for guix-patches@gnu.org; Tue, 04 Feb 2020 22:09:01 -0500 Subject: [bug#39384] [PATCH] gnu: Add emacs-rg. Resent-Message-ID: References: <87v9oqrr0q.fsf@lafreniere.xyz> <878slmc640.fsf@nicolasgoaziou.fr> <87pnexrrwf.fsf@lafreniere.xyz> <20200202184757.GH9517@E5400> <87o8ugs5fu.fsf@lafreniere.xyz> <20200204095851.GA19864@E5400> From: "LaFreniere\, Joseph" In-reply-to: <20200204095851.GA19864@E5400> Date: Tue, 04 Feb 2020 21:08:11 -0600 Message-ID: <87mu9xspd0.fsf@lafreniere.xyz> MIME-Version: 1.0 Content-Type: text/plain; format=flowed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 39384@debbugs.gnu.org, Nicolas Goaziou Efraim Flashner writes: > We want to have ripgrep as a regular input, so at the point in > the code > where it searches through PATH for the rg binary we patch it to > refer to > the specific binary. One example of this is in (gnu packages > emacs-xyz), > with emacs-nov-el. Ah, I see what you mean now. But wouldn't hard-coding the path to ripgrep in that way prevent the package from being able to use remote systems' ripgrep binaries when running over TRAMP? -- Joseph LaFreniere