From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 21 21:23:35 2022 Received: (at submit) by debbugs.gnu.org; 22 Sep 2022 01:23:35 +0000 Received: from localhost ([127.0.0.1]:35518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obAwB-0005JL-5e for submit@debbugs.gnu.org; Wed, 21 Sep 2022 21:23:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:50030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obAw9-0005JB-DN for submit@debbugs.gnu.org; Wed, 21 Sep 2022 21:23:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57224) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obAw9-0001Lw-06 for guix-patches@gnu.org; Wed, 21 Sep 2022 21:23:33 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:52208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obAw6-0003Ta-Pv for guix-patches@gnu.org; Wed, 21 Sep 2022 21:23:32 -0400 Date: Thu, 22 Sep 2022 09:23:15 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1663809809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=eBqkAAFFR55W5FCKYDa9Jahlu+a/Dqgtkg1ke8MJefI=; b=MwVGElYpPdwX2yT+DNbMSWJHNKmNquRMWba3o0NW5DmT+/drG6KSY+4eWh3eRZubh83e5e JESnTH3b0ohhlZMK7m3/Xz2CSJyADZxgzmSAmldPhJ1qplONSAIb/R29ascdJ8NAOMFNYR 66SO1jdgNmIVVLDR9HlCVZPpIVzeOHz2FkNfiOfJO5gnffOSVdr6dzzae3W3oSDnpwNFDp Gc89FETQ9AJ1aEfbK0aac89hW4Wdm8dskMhgh+LqJzDHqy1rin9To1wdyg4qjaRRHNHFCa HQysRGTThI8ED+smfkx8b5vGqrQ8qWqk1B75gj7rOITjlYaqfastUlSxVS3AdA== Message-ID: From: Hilton Chain To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-volatile-highlights: Emit deprecation messages. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spamd-Bar: / Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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.3 (--) * gnu/packages/patches/emacs-volatile-highlights-use-cl-lib.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs-xyz.scm (emacs-volatile-highlights)[patches]: Add emacs-volatile-highlights-use-cl-lib.patch --- gnu/local.mk | 1 + gnu/packages/emacs-xyz.scm | 6 +- ...emacs-volatile-highlights-use-cl-lib.patch | 159 ++++++++++++++++++ 3 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/emacs-volatile-highlights-use-cl-lib.patch diff --git a/gnu/local.mk b/gnu/local.mk index ef1bae5f3c..d85c5992da 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1054,6 +1054,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-source-date-epoch.patch \ %D%/packages/patches/emacs-telega-path-placeholder.patch \ %D%/packages/patches/emacs-telega-test-env.patch \ + %D%/packages/patches/emacs-volatile-highlights-use-cl-lib.patch \ %D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \ %D%/packages/patches/emacs-yasnippet-fix-tests.patch \ %D%/packages/patches/emacs-kv-fix-tests.patch \ diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 32e4c33f16..05ec770637 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32319,7 +32319,11 @@ (define-public emacs-volatile-highlights (file-name (git-file-name name version)) (sha256 (base32 - "1dsa6769lphyyv7yg92vkkpk395w52q4m7hdn8xy7s6lh5c6a955")))) + "1dsa6769lphyyv7yg92vkkpk395w52q4m7hdn8xy7s6lh5c6a955")) + (patches + (search-patches + ;; https://github.com/k-talo/volatile-highlights.el/pull/22 + "emacs-volatile-highlights-use-cl-lib.patch")))) (build-system emacs-build-system) (home-page "http://github.com/k-talo/volatile-highlights.el") (synopsis "Emacs minor mode for visual feedback on some operations") diff --git a/gnu/packages/patches/emacs-volatile-highlights-use-cl-lib.patch b/gnu/packages/patches/emacs-volatile-highlights-use-cl-lib.patch new file mode 100644 index 0000000000..daf1eb6faa --- /dev/null +++ b/gnu/packages/patches/emacs-volatile-highlights-use-cl-lib.patch @@ -0,0 +1,159 @@ +From f5801779ba3e8f52020a34313fdfaa55f6c0c967 Mon Sep 17 00:00:00 2001 +From: Joerg Bornemann +Date: Fri, 14 Jan 2022 22:31:39 +0100 +Subject: [PATCH 1/3] Use cl-lib instead of the deprecated cl package + +--- + volatile-highlights.el | 24 ++++++++++++------------ + 1 file changed, 12 insertions(+), 12 deletions(-) + +diff --git a/volatile-highlights.el b/volatile-highlights.el +index e946afd..c1d7f2e 100644 +--- a/volatile-highlights.el ++++ b/volatile-highlights.el +@@ -195,7 +195,7 @@ + (defconst vhl/version "1.8") + + (eval-when-compile +- (require 'cl) ++ (require 'cl-lib) + (require 'easy-mmode) + (require 'advice)) + +@@ -409,7 +409,7 @@ Optional args are the same as `vhl/add-range'." + (let ((fn-on (intern (format "vhl/ext/%s/on" sym))) + (fn-off (intern (format "vhl/ext/%s/off" sym))) + (cust-name (intern (format "vhl/use-%s-extension-p" sym)))) +- (pushnew sym vhl/.installed-extensions) ++ (cl-pushnew sym vhl/.installed-extensions) + (eval `(defcustom ,cust-name t + ,(format "A flag if highlighting support for `%s' is on or not." sym) + :type 'boolean +@@ -532,34 +532,34 @@ would be listed in english. + This is included as a private support function for generating + lists of symbols to be included docstrings of auto-generated + extensions." +- (assert (listp items)) ++ (cl-assert (listp items)) + (cond ((null items) + ;; Zero items + "") + ((null (cdr items)) + ;; One item +- (assert (stringp (first items))) +- (format "%s" (first items))) ++ (cl-assert (stringp (cl-first items))) ++ (format "%s" (cl-first items))) + ((null (cddr items)) + ;; Two items +- (assert (stringp (first items))) +- (assert (stringp (second items))) ++ (cl-assert (stringp (cl-first items))) ++ (cl-assert (stringp (cl-second items))) + (apply 'format "%s and %s" items)) + ((null (cdddr items)) + ;; Three items +- (assert (stringp (first items))) +- (assert (stringp (second items))) +- (assert (stringp (third items))) ++ (cl-assert (stringp (cl-first items))) ++ (cl-assert (stringp (cl-second items))) ++ (cl-assert (stringp (third items))) + (apply 'format "%s, %s, and %s" items)) + (t + ;; 4 or more items +- (format "%s, %s" (first items) (vhl/.make-list-string (rest items))))))) ++ (format "%s, %s" (cl-first items) (vhl/.make-list-string (rest items))))))) + + ;; The following makes it trivial to define simple vhl extensions + (defmacro vhl/define-extension (name &rest functions) + "Define a VHL extension called NAME that applies standard VHL + advice to each of FUNCTIONS." +- (assert (first functions)) ++ (cl-assert (cl-first functions)) + (let* ((name-string (symbol-name (eval name))) + (function-list-string (vhl/.make-list-string + (mapcar (lambda (f) (format "`%s'" (symbol-name (eval f)))) + +From 1480383952ac46b7d76df749a8ff7565303bc184 Mon Sep 17 00:00:00 2001 +From: Joerg Bornemann +Date: Fri, 14 Jan 2022 22:31:32 +0100 +Subject: [PATCH 2/3] Use lexical-binding to get rid of lexical-let + +This should be safe as the byte compiler does not warn about free +variables. +--- + volatile-highlights.el | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/volatile-highlights.el b/volatile-highlights.el +index d12b336..e946afd 100644 +--- a/volatile-highlights.el ++++ b/volatile-highlights.el +@@ -1,4 +1,4 @@ +-;;; volatile-highlights.el --- Minor mode for visual feedback on some operations. ++;;; volatile-highlights.el --- Minor mode for visual feedback on some operations. -*- lexical-binding: t; -*- + + ;; Copyright (C) 2001, 2010-2016 K-talo Miyazaki, all rights reserved. + +@@ -671,7 +671,7 @@ extensions." + "Turn on volatile highlighting for `occur'." + (interactive) + +- (lexical-let ((*occur-str* nil)) ;; Text in current line. ++ (let ((*occur-str* nil)) ;; Text in current line. + (defun vhl/ext/occur/.pre-hook-fn () + (save-excursion + (let* ((bol (progn (beginning-of-line) (point))) + +From 5e017d2e4a88acc562d90775cf9c746be2d7f277 Mon Sep 17 00:00:00 2001 +From: Joerg Bornemann +Date: Fri, 14 Jan 2022 22:31:19 +0100 +Subject: [PATCH 3/3] Fix trailing whitespace + +--- + volatile-highlights.el | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/volatile-highlights.el b/volatile-highlights.el +index cb46897..d12b336 100644 +--- a/volatile-highlights.el ++++ b/volatile-highlights.el +@@ -106,7 +106,7 @@ + ;; + ;; (vhl/define-extension 'vip 'vip-yank) + ;; (vhl/install-extension 'vip) +-;; ++;; + ;; - evil-mode + ;; + ;; (vhl/define-extension 'evil 'evil-paste-after 'evil-paste-before +@@ -826,16 +826,16 @@ extensions." + (defadvice hs-show-block (around vhl/ext/hideshow/vhl/around-hook (&optional end)) + (let* ((bol (save-excursion (progn (beginning-of-line) (point)))) + (eol (save-excursion (progn (end-of-line) (point)))) +- (ov-folded (car (delq nil ++ (ov-folded (car (delq nil + (mapcar #'(lambda (ov) + (and (overlay-get ov 'hs) + ov)) + (overlays-in bol (1+ eol)))))) + (boov (and ov-folded (overlay-start ov-folded))) + (eoov (and ov-folded (overlay-end ov-folded)))) +- ++ + ad-do-it +- ++ + (when (and boov eoov) + (vhl/add-range boov eoov)))) + (ad-activate 'hs-show-block)) +@@ -843,7 +843,7 @@ extensions." + (defun vhl/ext/hideshow/on () + "Turn on volatile highlighting for `hideshow'." + (interactive) +- ++ + (cond + ((featurep 'hideshow) + (vhl/ext/hideshow/.activate)) base-commit: 1a1ff7ed8fdaae58aff0e8625399cd7354038ca3 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 23 12:29:26 2022 Received: (at 57993) by debbugs.gnu.org; 23 Sep 2022 16:29:26 +0000 Received: from localhost ([127.0.0.1]:41598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oblYL-0000iO-Qy for submit@debbugs.gnu.org; Fri, 23 Sep 2022 12:29:26 -0400 Received: from mail-ej1-f66.google.com ([209.85.218.66]:43934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oblYK-0000i2-03; Fri, 23 Sep 2022 12:29:24 -0400 Received: by mail-ej1-f66.google.com with SMTP id lh5so1762102ejb.10; Fri, 23 Sep 2022 09:29:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:content-transfer-encoding:date:cc:to:from :subject:message-id:from:to:cc:subject:date; bh=bqaCXSeHnLolHAjQ/NPfrsPk5oWqsAEkW2U2PhdWjTU=; b=GvElTOqjbmo6BFAhVUQ9DsI8SUrpfbRlb3NVv5ty8QhNphLg2ceB20Tlg4/pyzsQpt spqlYnIoz0uRKdPQV3CIlmWdmhAouZwgOMKRl3qZc7O6/x2n3w3dQ/fJPqL0x5pMuxxw F5sMxEpcedptG+NQoR9UgkFfN4/C+cKxgFfKKUYhv2g/m5bhk7z3P/EGoSBJIRAL4qHq BduWgXM52ogQaR4S1JXy5mHEhTAy5MqXAPU1ou5Z+Li8Hn/42/tPjJh46zH/ONo2QEHp 1ttF0RQwRIzy9cvCE7rGrQnf1LEIXEnu7LhFuUaQZw/hQ42ORecYsfXKTTrEIgt1zxb0 Fibg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:content-transfer-encoding:date:cc:to:from :subject:message-id:x-gm-message-state:from:to:cc:subject:date; bh=bqaCXSeHnLolHAjQ/NPfrsPk5oWqsAEkW2U2PhdWjTU=; b=Jg2hvQodGH5r4PU9hWHSOUKzz1pZvXlW+cm4EGhscXQ7XkNH1Ac2pLQdHR/oEV7VqG +lKoDcqdz96pFMmUNA0i4dVPl/nvsDOETbMplyFy0PVJx/udHAOVA5chB/Tlahg4845S OgDlfAroik2DZO5c9VPXztn0iszdB4EFfmz2N1cF8mWmlrVRrCE99x7W505LX4L/BhI7 ZnVRWboSinuZ/K/X2irN8RJ8V3iuImep9TWXe9JKJ1m7uQibYMBwMcynz72FCkdppkVl k6+GO7QWRVfG2w9wsUSovU1q4dFLgZDQn+MqaVMY2HhOYxfXGhNl0ZO9mqj2leDNK8ND XCfw== X-Gm-Message-State: ACrzQf29Q6oGyUD+nY3b7lLbTKtoXI2DDAHe5BrgNc8mB26PaKe1oX0w MmdAEt1jbaSHiQ0zcXJ4icY= X-Google-Smtp-Source: AMsMyM4z91ePctQ49vyOhYdyyYkqlao/fVWNjSaaK5mgSP4Uz6wmghGnWtIBQNFp3pjpnlofkAiiPg== X-Received: by 2002:a17:907:2c78:b0:779:7327:c897 with SMTP id ib24-20020a1709072c7800b007797327c897mr7571083ejc.657.1663950557904; Fri, 23 Sep 2022 09:29:17 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id q27-20020a056402249b00b004542e65337asm5831571eda.51.2022.09.23.09.29.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Sep 2022 09:29:17 -0700 (PDT) Message-ID: <83cfc1b31312f9eec3ca45a70d690db4c2cee3b5.camel@gmail.com> Subject: Emit != omit From: Liliana Marie Prikler To: Hilton Chain Date: Fri, 23 Sep 2022 18:29:16 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57993 Cc: 57993@debbugs.gnu.org, 57992@debbugs.gnu.org, 57997@debbugs.gnu.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 (-) Emit: to throw or give out; "emit a warning" means "print a warning" Omit: to leave out; "omit a warning" means "not printing a warning even though you should". In these cases, you are proactively working against the warnings, i.e. preventing them. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 24 19:42:37 2022 Received: (at 57993) by debbugs.gnu.org; 24 Sep 2022 23:42:37 +0000 Received: from localhost ([127.0.0.1]:45457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocEn7-0004ID-61 for submit@debbugs.gnu.org; Sat, 24 Sep 2022 19:42:37 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:39430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocEn4-0004Hr-S0; Sat, 24 Sep 2022 19:42:35 -0400 Date: Sun, 25 Sep 2022 07:41:57 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1664062948; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cvpPuoo9V0vyJhWcDKe7TkG1h3gIWJudUJvr2fmJhE0=; b=J5ghh1tw4aguXmo0MiQckSJj3etUNe1q6V3q581l2Ec9bHAVrcgm3OtPN4bqu5Ett9/7Me AdiVkw/8ysqpU+8NcI9KLvRQdWE6WzC2At2dRW0HAR3rUtKUUY6ADI82cfO12XjnolSfBw Orsnj0gV0XZU+fsyiuMMZckmZSDa4j6wJQWyeSU6RgN/sX8t+ooyS/qVvK7TJgnOZaJHDH hlL4CjZHPc6oD26U6Bunrm8RneUIpuOBENdZ7328yUYCvHxrJ2sTlcJ0xrM12BUQ/8tDB3 7Nu2et3eISDsrc8u5//u7ebjYKLtE/ucOqqkNcOaQ4nwgM/4CRozG6n1WiIisw== Message-ID: From: Hilton Chain To: Liliana Marie Prikler Subject: Re: Emit != omit In-Reply-To: <83cfc1b31312f9eec3ca45a70d690db4c2cee3b5.camel@gmail.com> References: <83cfc1b31312f9eec3ca45a70d690db4c2cee3b5.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Level: ** X-Spamd-Bar: ++ Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57993 Cc: 57993@debbugs.gnu.org, 57992@debbugs.gnu.org, 57997@debbugs.gnu.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 (-) On Sat, 24 Sep 2022 00:29:16 +0800, Liliana Marie Prikler wrote: > > Emit: to throw or give out; "emit a warning" means "print a warning" > Omit: to leave out; "omit a warning" means "not printing a warning even > though you should". > > In these cases, you are proactively working against the warnings, i.e. > preventing them. > > Cheers Oops :P I'll take care in the future, thank you! From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 25 08:56:55 2022 Received: (at submit) by debbugs.gnu.org; 25 Sep 2022 12:56:55 +0000 Received: from localhost ([127.0.0.1]:46113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocRBm-0006OY-Qf for submit@debbugs.gnu.org; Sun, 25 Sep 2022 08:56:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:40992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocRBl-0006OR-0l for submit@debbugs.gnu.org; Sun, 25 Sep 2022 08:56:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocRBk-00071i-QZ for guix-patches@gnu.org; Sun, 25 Sep 2022 08:56:52 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:58013) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocRBj-0001Yu-2S for guix-patches@gnu.org; Sun, 25 Sep 2022 08:56:52 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 2A7C7100002; Sun, 25 Sep 2022 12:56:47 +0000 (UTC) From: Nicolas Goaziou To: Hilton Chain via Guix-patches via Subject: Re: [bug#57993] [PATCH] gnu: emacs-volatile-highlights: Emit deprecation messages. References: Date: Sun, 25 Sep 2022 14:56:47 +0200 In-Reply-To: (Hilton Chain via Guix-patches via's message of "Thu, 22 Sep 2022 09:23:15 +0800") Message-ID: <878rm7vchc.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.178.231; envelope-from=mail@nicolasgoaziou.fr; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Hilton Chain , 57993-close@debbugs.gnu.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.6 (--) Hello, Hilton Chain via Guix-patches via writes: > * gnu/packages/patches/emacs-volatile-highlights-use-cl-lib.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/emacs-xyz.scm (emacs-volatile-highlights)[patches]: Add > emacs-volatile-highlights-use-cl-lib.patch Closing. See bug #57992. Regards, -- Nicolas Goaziou From unknown Sun Jun 22 11:48:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Oct 2022 11:24:14 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator