From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 02 13:40:30 2022 Received: (at 54221) by debbugs.gnu.org; 2 Mar 2022 18:40:30 +0000 Received: from localhost ([127.0.0.1]:40765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPTtm-0002VR-4Z for submit@debbugs.gnu.org; Wed, 02 Mar 2022 13:40:30 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:43082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPTtk-0002VI-LM for 54221@debbugs.gnu.org; Wed, 02 Mar 2022 13:40:29 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id 1WgT270074UW6Th01WgTum; Wed, 02 Mar 2022 19:40:27 +0100 Message-ID: Subject: Re: [bug#54221] [PATCH 4/4] gnu: neovim: Update package style. From: Maxime Devos To: SeerLite , 54221@debbugs.gnu.org Date: Wed, 02 Mar 2022 19:40:26 +0100 In-Reply-To: <0ee8ec7a501cf53dc1b70b0ba21f72c0f3dc2d58.1646227054.git.seerlite@nixnet.email> References: <0ee8ec7a501cf53dc1b70b0ba21f72c0f3dc2d58.1646227054.git.seerlite@nixnet.email> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-iCGrXH4Cf4rJrxrQodDV" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1646246427; bh=OSBYXKGw0V8QUNKUjt5KLjDEMd6mzVaCy7AJefcIu1A=; h=Subject:From:To:Date:In-Reply-To:References; b=IZaKdqn068GQUMRKEyk+Lxs9SfR76PoNooHVzlqsGGl6gdC6iS/mayeuhk8MeZrWN NhLH7GkIPGS9z7u+BTLeYuUCu6MZNd4t42WVLansCqnETCenH9x5Q25tSskb2Nm52J Z2E0YpG1yUy7CJhwmsQcAKAvrUZ1g5/QS+zhYUzEWkEpIobKy07RBvXNhoLhN1mgUX uO4bbe+vxqDrwWTMSrvQZHkDGx8weVwYG+Ml6IwoCyjOgNs3WtipMe4/8pXqApzRcR ofXej649XejFsLo2jyCGJl9ZMk4CyRyc7+CRRPIPZciDyvBW2nahqfXbUKS3jA668u 353w5RAmLJPNQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54221 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: -1.7 (-) --=-iCGrXH4Cf4rJrxrQodDV Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable SeerLite via Guix-patches via schreef op wo 02-03-2022 om 10:17 [- 0300]: > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (vimrc #$(local-file (sear= ch-auxiliary-file "guix.vim")))) This stops package transformations from being able to change the guix.vim used. WDYT of using a variant of 'search-input-file', that strips the /gnu/store/HASH- part of the store item names and tests if the remainder equals the string "guix.vim"? Such a procedure does not currently exist to my knowledge, but it could be written and would be useful outside the neovim definition. Greetings, Maxime. --=-iCGrXH4Cf4rJrxrQodDV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYh+6GhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7qJmAP95u4leQG1sJfKvlsIqiFgMoHih 5rU+xvbf8a1B6ur87QD+M1IcJH61Rp/cn4cAtFTz6QFIw01ViZyzQierHVL2tgc= =rUUI -----END PGP SIGNATURE----- --=-iCGrXH4Cf4rJrxrQodDV--