From debbugs-submit-bounces@debbugs.gnu.org Fri May 30 17:16:45 2025 Received: (at submit) by debbugs.gnu.org; 30 May 2025 21:16:45 +0000 Received: from localhost ([127.0.0.1]:51476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uL75o-0000CO-Qi for submit@debbugs.gnu.org; Fri, 30 May 2025 17:16:45 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60934) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uL75k-0000Bh-99 for submit@debbugs.gnu.org; Fri, 30 May 2025 17:16:43 -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 1uL75d-00013B-II for guix-patches@gnu.org; Fri, 30 May 2025 17:16:33 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uL75a-0001jk-8j for guix-patches@gnu.org; Fri, 30 May 2025 17:16:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1748639787; bh=ovNuR0Vu3KrZQvrVi/GRMY3Uc5/XMVbO3dxXry11tW4=; h=From:To:Cc:Subject:Date:From; b=BXa9eWLdGuioMTOZ9iRrFMOIMhR9gIce3rYyMR+u1/P6HVcB16ypIV4iS0PTkGIkW L5rY9si5TmF+5GO5d8XNccd8gwnnE6eudPIshIYe4HKesYcpDcKMXC84wRt6bHFmUS gSo9d1yHF41doAqtR1szGM6PJ4ktrPIMDbVfKvQ8= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4b8GJC3rx0z6vSk; Fri, 30 May 2025 21:16:27 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4b8GJC1MD4z6vSj; Fri, 30 May 2025 21:16:27 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH emacs-team] gnu: emacs-vertico: Update to 2.2. Date: Fri, 30 May 2025 23:15:57 +0200 Message-ID: <0ffd93e1598557ec45bf51c65cdadf4f64a078bf.1748639757.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. [source]: Update URL. [arguments] <#:phases> {makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df --- gnu/packages/emacs-xyz.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1006d5ee1d..197b3c83f6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42119,7 +42119,7 @@ (define-public emacs-ivy-avy (define-public emacs-vertico (package (name "emacs-vertico") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) @@ -42128,7 +42128,7 @@ (define-public emacs-vertico (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk")))) + (base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8")))) (build-system emacs-build-system) (arguments (list @@ -42142,15 +42142,13 @@ (define-public emacs-vertico (for-each (lambda (f) (rename-file f (basename f))) el-files)))) - (add-after 'install 'makeinfo + (add-after 'move-source-files 'makeinfo (lambda _ (invoke "emacs" "--batch" "--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")" - "--eval=(org-texinfo-export-to-info)") - (install-file "vertico.info" - (string-append #$output "/share/info"))))))) + "--eval=(org-texinfo-export-to-info)")))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: e3b189854c957c9aa2a68d903d268fcf984d7c23 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 04 14:46:34 2025 Received: (at 78645) by debbugs.gnu.org; 4 Jun 2025 18:46:34 +0000 Received: from localhost ([127.0.0.1]:52473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uMt8D-00028X-MS for submit@debbugs.gnu.org; Wed, 04 Jun 2025 14:46:33 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:58385) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uMt8B-00027b-MR for 78645@debbugs.gnu.org; Wed, 04 Jun 2025 14:46:32 -0400 Received: by mail-wm1-x344.google.com with SMTP id 5b1f17b1804b1-442f9043f56so683215e9.0 for <78645@debbugs.gnu.org>; Wed, 04 Jun 2025 11:46:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749062785; x=1749667585; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=AF+DlGwb9Kcar0GOydmakXS1ctpx+HUvmWK4o1Lq3Jo=; b=UTZMPLz3pxm9T8uO2HxKht3opg6s0rTFnYo98PE2kyQ5xxBc5s14A/q6BZ1wpYvYat BryR85qswJNnESjFb/GY5Euxp+gJ7teVdHopRUENS90eySZU/e7BcXr373D1tS3QikVP A4hHfr5KGcK6wEDErv8XjfwmKkNZjYqS36cAY9HFgdd8DweY9CtkNnDNInZ6GsRW9u4C yTwEy2xXQ/WmGIAjkRVzdzLo5qpgYsiM57bk8ktYK68gUbihZmCHTCq/b2gnEtybYDDv /V+MctpVweE5RwmFeIxtyua6xxisclbbzvIEClUpeTWJMfdnw+02XNBy1OGakh25iJkh D/Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749062785; x=1749667585; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=AF+DlGwb9Kcar0GOydmakXS1ctpx+HUvmWK4o1Lq3Jo=; b=JDP8CfPikhq+FFshKJoT0wsFHTXtEtvJ7qTx78ktHHCBlE4MI+0gNwZ1jL47mhq+9H dxE0gankbPCn5mPiZQSrqaViHJ4oZ/gYOdPEhtBr7YnP6Yf6OTt5AoZkAoZp4zd/rzae MowipKw3w6ZdLqhIYf0wE8wOq+m16UxODD2SrKc+8VssDMJeLZXBf+OcZCoNbedmW4zU 7wLJh7R+dEcnzuLurAMrixDvMLQmRCzVEermUFL1IB4L+fu1Gl6QwA71dIJb51ZPJwXF ZTfNdyC6PfE1Va0tpfuWeuYC2NlhztCIyw5EE7+2LJ4Uxysrbp1n4JxzzNHx3CWUPfWd E6Ow== X-Forwarded-Encrypted: i=1; AJvYcCXdXMD7S+V8i/csFiufWUM3emqVY7Vnr8x5FY+76hXJRA8NTPJ4XN1X5Dd/YldGcH7xZt7QMQ==@debbugs.gnu.org X-Gm-Message-State: AOJu0YxzHlAR6cLF2R5Ej73+bIJmFpmpzd2y2y0Yn4VqaK8L3bRkDMox 9fobnKBnlL8uxmlaibNze/HeuxJFl2K4m74SCTx+bdknRS1M8hcVJeAU X-Gm-Gg: ASbGncts1pmShDVb6rozzB7tVBTnYnWJv24Bm/C2cAua9yJoalrrIalwhiqjzzBgFzE TqMVUQ0f/Zgqc7jYowyHC/7vQX2gKYjQzka3oY4O6BefpKH6QDmy/FojA9o2wnlil21a+vYdkq9 u1uFuM42qSzg9+ReK0WqCIeoMIBxJtGxuhbj8/YXf2IKXR/XLSJ51187m7vjKFgYOhazwZ5/7c9 Yq3vA2VZY9MlSOuKtw6IEZcieCMAXZfTNZI0dbUkEE8OtQz6e8r7HIy5mSP3CTIVeWgPnqbsAqD r4r8GNOfahcHQgk34MjktxMPcZoqz0/y19mNKsB5aVIj9sz+4qqsTPTIxLy4TvOTBy3kV5okV1w YE0aghUaMupAS33zXIzuFG6JoKWw= X-Google-Smtp-Source: AGHT+IHOTjkX1IFPP2obw/2MXFRvQDg3Uo7VjkgG3/qy006LlKL0e0zcVU7cYVdwvQ7QtZAc2a83Dw== X-Received: by 2002:a05:6000:1a86:b0:3a4:e609:dc63 with SMTP id ffacd0b85a97d-3a51d923948mr3421041f8f.20.1749062785195; Wed, 04 Jun 2025 11:46:25 -0700 (PDT) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-451f97f8585sm72485e9.7.2025.06.04.11.46.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Jun 2025 11:46:24 -0700 (PDT) Message-ID: <1c653b50311b9227c03ac3a6bf7cd1f73a749dc6.camel@gmail.com> Subject: Re: [bug#78645] [PATCH emacs-team] gnu: emacs-vertico: Update to 2.2. From: Liliana Marie Prikler To: Cayetano Santos , 78645@debbugs.gnu.org Date: Wed, 04 Jun 2025 20:46:20 +0200 In-Reply-To: <0ffd93e1598557ec45bf51c65cdadf4f64a078bf.1748639757.git.csantosb@inventati.org> References: <0ffd93e1598557ec45bf51c65cdadf4f64a078bf.1748639757.git.csantosb@inventati.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78645 Cc: Ian Eure , Katherine Cox-Buday , Trevor Richards , Andrew Tropin , Hilton Chain , Divya Ranjan Pattanaik 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.0 (-) Am Freitag, dem 30.05.2025 um 23:15 +0200 schrieb Cayetano Santos: > * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. >=20 Gratuituous blank line? > [source]: Update URL. This appears to be missing. > [arguments] <#:phases> {makeinfo}: Remove install-file. Why, though? Either way, you can shorten that to [#:phases] imho. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 06 04:41:36 2025 Received: (at 78645) by debbugs.gnu.org; 6 Jun 2025 08:41:36 +0000 Received: from localhost ([127.0.0.1]:41662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNSds-0004An-1X for submit@debbugs.gnu.org; Fri, 06 Jun 2025 04:41:36 -0400 Received: from latitanza.investici.org ([82.94.249.234]:48681) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNSdo-0004AR-Q6 for 78645@debbugs.gnu.org; Fri, 06 Jun 2025 04:41:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749199291; bh=17UHz0OA/2h2/Lks2CYNIRnCIhtIY/6c5mG9mvjzCxU=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=OII48LUgy0bekMgvywyLwH9JlAM6AS9DAQ0alC5pBAkmXbEFHij93oi9Bxbcz37ab /tGWEKIvg4y76jFM69dhGXsKNvjv+2YnjXb/xIotXRtAOHjzXic1SVwjD6n7vVCK89 BQwzKR11kp/3RrXALsnGjLzLeLjQ2lp5GMkLFSFg= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bDFCv2mZnzGp9S; Fri, 6 Jun 2025 08:41:31 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bDFCt3SjCzGp78; Fri, 6 Jun 2025 08:41:30 +0000 (UTC) From: Cayetano Santos To: liliana.prikler@gmail.com Subject: Re: [bug#78645] [PATCH emacs-team] gnu: emacs-vertico: Update to 2.2. In-Reply-To: <1c653b50311b9227c03ac3a6bf7cd1f73a749dc6.camel@gmail.com> User-Agent: mu4e 1.12.11; emacs 29.4 Date: Fri, 06 Jun 2025 10:41:28 +0200 Message-ID: <87v7p9cldz.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78645 Cc: ian@retrospec.tv, 78645@debbugs.gnu.org, cox.katherine.e+guix@gmail.com, trev@trevdev.ca, csantosb@inventati.org, andrew@trop.in, hako@ultrarare.space, divya@subvertising.org 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 (-) --=-=-= Content-Type: text/plain > > * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. > > > Gratuituous blank line? Removed in v2. > > [source]: Update URL. > This appears to be missing. Removed in v2. > > [arguments] <#:phases> {makeinfo}: Remove install-file. > Why, though? To my understanding, there is no need to, as the build-system takes care of. > Either way, you can shorten that to [#:phases] imho. Let me know if this is mandatory of a personal preference, as I feel like some will reply to v2 arguing that [arguments] are missing ... C. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaEKpuBccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgvMBAQCNdpC8CHa7zAUF/UAwjy2Q0/Zq jVhPsR2bKIOi2G5DcAD/VYHuf8sHQtWXx41M1cq5vH2wscxiVCAWZOpI9vDM0Q8= =SjlE -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 06 04:44:22 2025 Received: (at 78645) by debbugs.gnu.org; 6 Jun 2025 08:44:22 +0000 Received: from localhost ([127.0.0.1]:41675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNSgY-0004Hb-0z for submit@debbugs.gnu.org; Fri, 06 Jun 2025 04:44:22 -0400 Received: from confino.investici.org ([93.190.126.19]:49537) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNSgV-0004HC-Q6 for 78645@debbugs.gnu.org; Fri, 06 Jun 2025 04:44:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749199457; bh=WLpgtmUTh20PubL/IuJXmHhhvUcVM+UCOZn8xO1JG80=; h=From:To:Cc:Subject:Date:From; b=sh7g2rUCvZzXHlLF3YT2rNEi7OiB2PZprRbLt84J34OJn8IIua1hhB/MtZaqB+hoI 1RGyM6NoppvWIPqeNUSES02e0zyprykLpnWxka33XRmQmudniBlNC0rXyTJr6rOzOj NCIhrzIcBsbLclcy835Ofpy6QP1HX6Pzu0A6jqX4= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bDFH55HKzz10t9; Fri, 6 Jun 2025 08:44:17 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bDFH51TVPz10t8; Fri, 6 Jun 2025 08:44:17 +0000 (UTC) From: Cayetano Santos To: 78645@debbugs.gnu.org Subject: [PATCH emacs-team v2] gnu: emacs-vertico: Update to 2.2. Date: Fri, 6 Jun 2025 10:42:42 +0200 Message-ID: <1c8608b92424aa5f1fa88372badf4770292c6ecc.1749199362.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78645 Cc: Cayetano Santos via Guix-patches via 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 (-) From: Cayetano Santos via Guix-patches via * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. [arguments]<#:phases>{makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df --- gnu/packages/emacs-xyz.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5f285d0761..1820429cf7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42316,7 +42316,7 @@ (define-public emacs-ivy-avy (define-public emacs-vertico (package (name "emacs-vertico") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) @@ -42325,7 +42325,7 @@ (define-public emacs-vertico (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk")))) + (base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8")))) (build-system emacs-build-system) (arguments (list @@ -42339,15 +42339,13 @@ (define-public emacs-vertico (for-each (lambda (f) (rename-file f (basename f))) el-files)))) - (add-after 'install 'makeinfo + (add-after 'move-source-files 'makeinfo (lambda _ (invoke "emacs" "--batch" "--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")" - "--eval=(org-texinfo-export-to-info)") - (install-file "vertico.info" - (string-append #$output "/share/info"))))))) + "--eval=(org-texinfo-export-to-info)")))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: 60e332adae600e230efb76e4027b764e3ae2c7dc -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 06 18:10:40 2025 Received: (at 78645) by debbugs.gnu.org; 6 Jun 2025 22:10:40 +0000 Received: from localhost ([127.0.0.1]:45803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNfGq-0007HN-94 for submit@debbugs.gnu.org; Fri, 06 Jun 2025 18:10:40 -0400 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:54522) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uNfGn-0007H1-VO for 78645@debbugs.gnu.org; Fri, 06 Jun 2025 18:10:38 -0400 Received: by mail-wr1-x442.google.com with SMTP id ffacd0b85a97d-3a4f78ebec8so1557928f8f.0 for <78645@debbugs.gnu.org>; Fri, 06 Jun 2025 15:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749247831; x=1749852631; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=4OSEwoacUvaDh1fAg7fgco0a2nS1q/FgkN9qGLMRzoU=; b=d2klP124leg11wTVwXUQk9Wir276mQLs2ZHgYbd2A/HGQPInQJvSUyejgMo0X0ObVE shiv6CgLvlwh2OwZyG212/wK6GjUPekuiEEzvqm4RKW3k4OpkY5Hqi6Pktp4QtKAWbRE EfjBLGTQ3lI2S4Md+xhZa7BdraiALbENYLScrw2Iyog0cvJ1Wfm2JUa+0bf/J02ubxJH cgrUJsj8Ak29N0Oves5ieSE5c/hmRT59E9J5g7dGkbH+FH/KS3kfPOtK77itObSfayWF iqsqmtO9qYdOR0JZhi7mNL2TL2qi0BL7cBHmbhdoqUmmP6Papxcwam6Y9oxe8mAejS+J Hi7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749247831; x=1749852631; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=4OSEwoacUvaDh1fAg7fgco0a2nS1q/FgkN9qGLMRzoU=; b=mNEazssXrtnJah4cnbAmvbTaACDM38J+TsHfEGlKWp0Ah1A9TvhPvryu/ImQsgu1zs ZqZlgTzULE2rhDjlONpbBo5kecbJSdPv5VlZmTL3+D3Akz0cumrzMR9fuXjLZVpLO2NY qWaZorh0r26H3nSypTAzNdlr1cmDWn8mOuXeW75KHPIESs4Qi6x98hNH7jqCV71Mi0TC eCxUKKr93CdqbptFkwCwzHm8+33MGx+Lmgvdv0zOQ5HuXCE+ytSlsbs4bDhJytnrzH1W w74NFsnKiRf68fHESclEoadREk9UCQ+Z3ZbAgtropjfn1VWTgGRpzi54FobxiaNjay6+ 78sg== X-Gm-Message-State: AOJu0YxLuzT8xX2q4mOsJR0lXoP0hJSQw6J3twWLKtesghIBmuDIWSqK dc8CIUzdvDaog4kSCBH4s3vc+BA6mfOJE36U+KO4RNxiHj4UuKU4Q+ej X-Gm-Gg: ASbGncvNswzQD2eJvH0iG0oKRATqqex2lPwu+SeDlWgyrc2BML3q+nehtVS7br04OH0 I6E1F5H67Xn+iduCOvrBKBig1o7FL7a6y6jDN7T5sij42XWM3a/ioq4icCiAI/2U2usXAl7nghg DUPGymGOm/+nMMyjSeS2+AG1LEqqHuGwxUKqjZfm4RlUv1w06mKhyGWMuGfquKHGi+P5YsNKJ0J d+/C8yC28j74/sOw51nN9tZiJJvt6W2LCjEbJBfjsW853dkX76BnBWrDpwF3/1cCHc1IvGhwd7D kwHP7XtB+fbXk5hSkSHv/UmlU0duHk5Joj7/PBu6mxZBLOCJzn519RMiPb9/rtQI3XbLur2soGO mjOy2ZXCW+aheY6QKa39iW8APF14= X-Google-Smtp-Source: AGHT+IG1CQTvpVrK0gm6k73Uj5c69xo6b1G9Jc6zbvAZgPIhb92pOPScyw+qbZdBgF5YBYVPvlWnsQ== X-Received: by 2002:a05:6000:2888:b0:3a4:f6b7:8b07 with SMTP id ffacd0b85a97d-3a531ceb74fmr3973744f8f.48.1749247831299; Fri, 06 Jun 2025 15:10:31 -0700 (PDT) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3a5323a8acasm2922301f8f.26.2025.06.06.15.10.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Jun 2025 15:10:30 -0700 (PDT) Message-ID: <1f1e4d9e699d128169387ddb38ef9d6841038e72.camel@gmail.com> Subject: Re: [bug#78645] [PATCH emacs-team] gnu: emacs-vertico: Update to 2.2. From: Liliana Marie Prikler To: Cayetano Santos Date: Sat, 07 Jun 2025 00:10:28 +0200 In-Reply-To: <87v7p9cldz.fsf@inventati.org> References: <87v7p9cldz.fsf@inventati.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78645 Cc: 78645@debbugs.gnu.org, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, trev@trevdev.ca, andrew@trop.in, hako@ultrarare.space, divya@subvertising.org 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.0 (-) Am Freitag, dem 06.06.2025 um 10:41 +0200 schrieb Cayetano Santos: > > Either way, you can shorten that to [#:phases] imho. >=20 > Let me know if this is mandatory of a personal preference, as I feel > like some will reply to v2 arguing that [arguments] are missing ... While this is a personal opinion and style =E2=80=93 and ChangeLog style do= es vary quite a bit in Guix commits, as it is not too strictly enforced =E2=80= =93 there are a number of contributors with a similar style. Both Ian Eure and Hilton Chain are members of emacs-team, who can be shown by a quick 'git log --grep' to use '[#:phases]'. The idea behind this is that four levels of nesting is already the maximum with the brackets we have and for keyword arguments it's clear that those belong to arguments. Particularly, when no other argument is changed, it doesn't make much sense to spell out . Cheers From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 09 05:57:02 2025 Received: (at 78645) by debbugs.gnu.org; 9 Jun 2025 09:57:02 +0000 Received: from localhost ([127.0.0.1]:53945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOZFW-00071q-BL for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:02 -0400 Received: from latitanza.investici.org ([82.94.249.234]:42577) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOZFT-00071O-9k for 78645@debbugs.gnu.org; Mon, 09 Jun 2025 05:57:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749463017; bh=BzZQggr5C9ch/kfZeRJuwCmmVl9KHfdzFq3cQTnattw=; h=From:To:Cc:Subject:Date:From; b=rQFfyeSoCA1GNyMZvk8ZsQHznU6vhQa/GSf1IGM0wzTnDBu8ybi2s3vTeQuTAn/rJ Ju6Zx1Yu5BolQT2KvvhTpPuZy75Yf/6o1XmcH2Heq9dEmBAnvTf2H/YOw/esu6bhrV 0bRIQspEUMhPhJ7T6NGFtA6vU5r7huf9gJeIlP4o= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bG6lY68CXzGp8w; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bG6lY3sxNzGp8H; Mon, 9 Jun 2025 09:56:57 +0000 (UTC) From: Cayetano Santos To: 78645@debbugs.gnu.org Subject: [PATCH emacs-team v3] gnu: emacs-vertico: Update to 2.2. Date: Mon, 9 Jun 2025 11:58:13 +0200 Message-ID: <54c54bc04d4c7e5ee885165d8a9edd6ed8ce1022.1749463093.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78645 Cc: Cayetano Santos via Guix-patches via 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 (-) From: Cayetano Santos via Guix-patches via * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.2. <#:phases>{makeinfo}: Remove install-file. Change-Id: I6ce7709c5925bae4ebe4a5feefb6f138e62193df --- gnu/packages/emacs-xyz.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc23eaa4bc..fca2871a81 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42316,7 +42316,7 @@ (define-public emacs-ivy-avy (define-public emacs-vertico (package (name "emacs-vertico") - (version "2.0") + (version "2.2") (source (origin (method git-fetch) @@ -42325,7 +42325,7 @@ (define-public emacs-vertico (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qgw0mhfrjylhyznjmjf7wqs5p3xvdv0lq19pql54plbnr6fspqk")))) + (base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8")))) (build-system emacs-build-system) (arguments (list @@ -42339,15 +42339,13 @@ (define-public emacs-vertico (for-each (lambda (f) (rename-file f (basename f))) el-files)))) - (add-after 'install 'makeinfo + (add-after 'move-source-files 'makeinfo (lambda _ (invoke "emacs" "--batch" "--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")" - "--eval=(org-texinfo-export-to-info)") - (install-file "vertico.info" - (string-append #$output "/share/info"))))))) + "--eval=(org-texinfo-export-to-info)")))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: 03ce76718c41b32d174713c945d269d6fcdd8bf1 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 09 06:04:19 2025 Received: (at 78645) by debbugs.gnu.org; 9 Jun 2025 10:04:19 +0000 Received: from localhost ([127.0.0.1]:53976 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOZMZ-0007LY-1T for submit@debbugs.gnu.org; Mon, 09 Jun 2025 06:04:19 -0400 Received: from latitanza.investici.org ([82.94.249.234]:39845) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOZMW-0007LO-8J for 78645@debbugs.gnu.org; Mon, 09 Jun 2025 06:04:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749463455; bh=fq7JycJlbHgiE86IzCz7XjsePqFL6H/1ZjVJo/SndmA=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=g9nilzJnidoiV3nlhNNdPBVjJO6JmgEenEuZceUVrKBMVblH7FO8/mKVFCFXJclhr Gz+YsS8pi4fgVYSHdvv1EPqAJme+8zpM2FROIQPDiIPmi6aCaSjRRypzHsFbtT4WGB fw4BGENBcTC3fZM5eM9LCh2flfpALhKCZCgAX8dk= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bG6vz38KszGp8y; Mon, 9 Jun 2025 10:04:15 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bG6vy0fLKzGp8B; Mon, 9 Jun 2025 10:04:14 +0000 (UTC) From: Cayetano Santos To: liliana.prikler@gmail.com Subject: Re: [bug#78645] [PATCH emacs-team] gnu: emacs-vertico: Update to 2.2. In-Reply-To: <1f1e4d9e699d128169387ddb38ef9d6841038e72.camel@gmail.com> User-Agent: mu4e 1.12.11; emacs 29.4 Date: Mon, 09 Jun 2025 12:05:41 +0200 Message-ID: <87jz5lp6ve.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78645 Cc: ian@retrospec.tv, 78645@debbugs.gnu.org, cox.katherine.e+guix@gmail.com, trev@trevdev.ca, csantosb@inventati.org, andrew@trop.in, hako@ultrarare.space, divya@subvertising.org 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > The idea behind this is that four levels of nesting is already the > maximum with the brackets we have and for keyword arguments it's clear > that those belong to arguments. Particularly, when no other argument > is changed, it doesn't make much sense to spell out . Thanks for the explanation, fixed in v3. Let me just point out that, as a random contributor and for light changes, changelogs appear way more sophisticated that changes themselves, specially when they seem kind of redundant with the changes. Anyway, I=E2=80=99ll do my best to comply with the above in following patch= es. C. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaEax9RccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgjs5APoCohG8eZZLw5Vxqz5aj8BtwoIq 2L0xgLiTws0Hqfl54gD+MYIOTiPLy+1YQ/HfuCYYCqH4m24W9uZ71nxDh8Vz6gU= =MdKX -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 14 10:48:04 2025 Received: (at control) by debbugs.gnu.org; 14 Jun 2025 14:48:04 +0000 Received: from localhost ([127.0.0.1]:39988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQSAu-0000FJ-6W for submit@debbugs.gnu.org; Sat, 14 Jun 2025 10:48:04 -0400 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]:47571) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uQSAq-0000Ea-0n; Sat, 14 Jun 2025 10:48:01 -0400 Received: by mail-wr1-x444.google.com with SMTP id ffacd0b85a97d-3a361b8a664so3123453f8f.3; Sat, 14 Jun 2025 07:47:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749912473; x=1750517273; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=SiKh7QwoVNBsrm8K0ceFtQo76MjVK5KJlimcNkKyUBA=; b=gSLGuzOy2rFCLG/egbwJC3Wiat0343hpzPjR8BEQVYSgr5AagyX7YOnQ+w3cWIV600 QoP9UdbnuT3SJ8k6Rf4GzWLHmdnCHEAzLzxr0YF4lPcGIpauzHuzKZmRR7qXZIXhInmA w/0egKotUh8YaRQzXATi3xue1GUdM74LWeurxhQRtfqdTDQbtZXXEyyzRrimA/1xJT8L M2B1Mw71uLNvR+GZR3rIMqk4kY/xXYE87l0BObF8HjGRIghQgl5Ks9ynsWjPBIS9E6r/ M7fhwsA6M/whdojmWwRazuJjl9Ehq0Xb0VeH6xZB2H4Jx4mscYMi2qwAaLcxiC76VWTB ubRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749912473; x=1750517273; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=SiKh7QwoVNBsrm8K0ceFtQo76MjVK5KJlimcNkKyUBA=; b=imeVAWTbsJ2WqOr+8sHNOCK1k9MAJzWw6Ny3nKUdLb6cqn2Ctg5ZcpulOf0EuloLHk IPmCZizcEvpxX9+YbGpPZj67xC7bhB4s8O849vRAlGXBuBHd5y3PkPoguA0pzPVg02xf thdV8QPH7Vm89aqkIQvkwwoDhbBcEDW5HxvkoffBcbIwt/XvHAhIyXUQx3rCouY+5VZa xGt4Wvp/e6Ma7jv1KF/9Jy4/bMe9TUVtDSv8CfZGQEwAok0i8jvwpA1usjk66Tw+59zY PpmQ02zvv0YU2oc64/I05ycWFW01rpDJlo+RWgsqhqMHW9WEIv/L2/0Ut6PLAc0boR/6 I3Mw== X-Forwarded-Encrypted: i=1; AJvYcCVmdm7BGuBTfT8g/lSchSlQUeIbkmqQnA27eKEumdnSyxtiF9WDxTLRPHPU/7/Zu5ws6vR10w==@debbugs.gnu.org, AJvYcCWfxbb0AZj53XB9ygseXl8Loik2el8jLGNVs4KYSKsaY/bSQ4dAOT1D3TQ4Dz3RPmopAQ69SL9L3Q==@debbugs.gnu.org X-Gm-Message-State: AOJu0YysOHNMYttVWqKHKjhjk+FAKlPeSClj9y3/dqtwNgkQx+PiSb3+ 18sqp1CAVOOKXB8ezsn9mVCNmXLjdritWH0BByLNScvxwNT6xaJp7Fe0 X-Gm-Gg: ASbGncubr1aY2FivHa8y+JZD9W8C43NJ1YoWwOcszwptCCEgm3Jbhcp0qukRZAIT2kq vILyT2EfPBMWgZ7GKb3tAmzOVcNsAKitI0SO/urQg0hBl7gNxMzLMQww6txSRR41C8iE40vK0cU A369WB+z8aekeuz9ks7mhq3VdljEsjNkX5czMM10kDmCLy1HjnPW7k+iR+fJS7ueZnzmIQGBV8j g5QlPutgFE0+D8pJXhcnR6POQBgkv8s0JiO3u0BZVc7YdNHB0lAqFVX4kWkcyK913kGGzMi8WI/ nfcTLOctyyn+MRNfGi8jZR5AEOIN2YF1qIihzL6fqKmzlkSzzJm9nlEiouRKXGJPHl8AUFssPzO /dBMXEfGIU3Fwhpjw6AyEOQ9aCcF25lahLtZzWA== X-Google-Smtp-Source: AGHT+IGul+eg33XGS7iPwAocO020iTfTOnOC/Eaju2wx6FF6/8Rc0Qv3HwR3qEf8sHt3Kes47I/pmw== X-Received: by 2002:a05:6000:188f:b0:3a4:d722:5278 with SMTP id ffacd0b85a97d-3a572e8bfbdmr3378754f8f.39.1749912472978; Sat, 14 Jun 2025 07:47:52 -0700 (PDT) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3a568b0898fsm5454867f8f.54.2025.06.14.07.47.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Jun 2025 07:47:52 -0700 (PDT) Message-ID: Subject: Re: [bug#78257] Request for merging "emacs-team" branch From: Liliana Marie Prikler To: Andreas Enge , control@debbugs.gnu.org Date: Sat, 14 Jun 2025 16:47:49 +0200 In-Reply-To: References: <83271d89e4f6721477ff3e3d767814dae24a47ab.camel@gmail.com> <87plgn2vrd.fsf@ngraves.fr> <6b92beba8434b493cd9191fecc955a04cac0a8ae.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 3.0 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 78615 close 78645 close 78646 close 78708 close 78710 close 78711 thanks Am Samstag, dem 14.06.2025 um 15:46 +0200 schrieb Andreas Enge: > If everything goes well, please rebase on master and push to master. I assume we still want to wait for QA to process the branch? Content analysis details: (3.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.0 MANY_TO_CC Sent to 10+ recipients -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2a00:1450:4864:20:0:0:0:444 listed in] [list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: control Cc: Christopher Baines , ngraves@ngraves.fr, 78257@debbugs.gnu.org, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, csantosb@inventati.org, andrew@trop.in, hako@ultrarare.space, divya@subvertising.org 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.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 78615 close 78645 close 78646 close 78708 close 78710 close 78711 thanks Am Samstag, dem 14.06.2025 um 15:46 +0200 schrieb Andreas Enge: > If everything goes well, please rebase on master and push to master. I assume we still want to wait for QA to process the branch? Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2a00:1450:4864:20:0:0:0:444 listed in] [list.dnswl.org] 3.0 MANY_TO_CC Sent to 10+ recipients 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager close 78615 close 78645 close 78646 close 78708 close 78710 close 78711 thanks Am Samstag, dem 14.06.2025 um 15:46 +0200 schrieb Andreas Enge: > If everything goes well, please rebase on master and push to master. I assume we still want to wait for QA to process the branch? > There are a number of package updates tagged emacs-team with a green > badge on QA: > =C2=A0=C2=A0 https://qa.guix.gnu.org/patches >=20 > Please feel free to either add them on top of the emacs-team branch > and close the issues, or wait until after the merge. See above. Cheers