From unknown Wed Jun 18 00:10:56 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#65608 <65608@debbugs.gnu.org> To: bug#65608 <65608@debbugs.gnu.org> Subject: Status: Fwd: [PATCH] project.el: Use list of strings p for safe local variable Reply-To: bug#65608 <65608@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:10:56 +0000 retitle 65608 Fwd: [PATCH] project.el: Use list of strings p for safe local= variable reassign 65608 emacs submitter 65608 Joseph Turner severity 65608 normal tag 65608 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 30 03:12:31 2023 Received: (at submit) by debbugs.gnu.org; 30 Aug 2023 07:12:31 +0000 Received: from localhost ([127.0.0.1]:51981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbFNM-0006ob-Ec for submit@debbugs.gnu.org; Wed, 30 Aug 2023 03:12:31 -0400 Received: from lists.gnu.org ([2001:470:142::17]:51568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbFNH-0006oG-Ja for submit@debbugs.gnu.org; Wed, 30 Aug 2023 03:12:27 -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 1qbFMz-0001qv-0e for bug-gnu-emacs@gnu.org; Wed, 30 Aug 2023 03:12:05 -0400 Received: from out-242.mta1.migadu.com ([2001:41d0:203:375::f2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbFMu-0005SI-Gr for bug-gnu-emacs@gnu.org; Wed, 30 Aug 2023 03:12:03 -0400 References: <87r0nqct63.fsf@breatheoutbreathe.in> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=breatheoutbreathe.in; s=key1; t=1693379511; 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: references:references; bh=ipNCGo7Cml5NautWLHMulX/p/n0w5jf2Jc2ZnGxGDn0=; b=TBKRZPvLBf8guKeIHqX8NnPlsUrUTpGSfda1Z7PaAfJxLZBKxDuXdFiALuaUBc2d34iHGK tOaqtpbdNztEOq37cXMaLAeNeSR6WhsD6Ackak/BhQluWh2Bt96ObtRxxOUu5rmNiYjNrl /vUtHYNAHfTIxMk+jWaEPrzb8lAaH+8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Joseph Turner To: bug-gnu-emacs@gnu.org Subject: Fwd: [PATCH] project.el: Use list of strings p for safe local variable Date: Wed, 30 Aug 2023 00:10:27 -0700 Message-ID: <87bkepj96y.fsf@breatheoutbreathe.in> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::f2; envelope-from=joseph@breatheoutbreathe.in; helo=out-242.mta1.migadu.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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: dmitry@gutov.dev, stefankangas@gmail.com 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 (/) --=-=-= Content-Type: text/plain Stefan Kangas suggested I resend this patch to this mailing list so that it's not lost even though it can't be applied yet. Joseph Turner writes: > Might make sense to merge this into 29.2? > > [2. text/x-diff; 0001-project.el-Use-list-of-strings-p-for-safe-local-vari.patch]... --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-project.el-Use-list-of-strings-p-for-safe-local-vari.patch Content-Description: 0001-project.el-Use-list-of-strings-p-for-safe-local-vari.patch >From 8237eb21c81b3e5ededd42a3a2d5b9770d45ca92 Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Fri, 25 Aug 2023 21:31:06 -0700 Subject: [PATCH] project.el: Use list-of-strings-p for safe-local-variable predicate * lisp/progmodes/project.el (project-vc-ignores) (project-vc-extra-root-markers) --- lisp/progmodes/project.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 8d8bf594628..882173a65d0 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -397,7 +397,7 @@ the buffer's value of `default-directory'." (defcustom project-vc-ignores nil "List of patterns to add to `project-ignores'." :type '(repeat string)) -;;;###autoload(put 'project-vc-ignores 'safe-local-variable #'listp) +;;;###autoload(put 'project-vc-ignores 'safe-local-variable #'list-of-strings-p) (defcustom project-vc-merge-submodules t "Non-nil to consider submodules part of the parent project. @@ -452,7 +452,7 @@ variables, such as `project-vc-ignores' or `project-vc-name'." :type '(repeat string) :version "29.1" :package-version '(project . "0.9.0")) -;;;###autoload(put 'project-vc-extra-root-markers 'safe-local-variable (lambda (val) (and (listp val) (not (memq nil (mapcar #'stringp val)))))) +;;;###autoload(put 'project-vc-extra-root-markers 'safe-local-variable #'list-of-strings-p) ;; FIXME: Using the current approach, major modes are supposed to set ;; this variable to a buffer-local value. So we don't have access to -- 2.41.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 30 07:22:23 2023 Received: (at 65608) by debbugs.gnu.org; 30 Aug 2023 11:22:23 +0000 Received: from localhost ([127.0.0.1]:52251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbJHC-0004lK-Lk for submit@debbugs.gnu.org; Wed, 30 Aug 2023 07:22:22 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:33249) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbJHA-0004l6-PY for 65608@debbugs.gnu.org; Wed, 30 Aug 2023 07:22:21 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4D20A32003D3; Wed, 30 Aug 2023 07:22:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 30 Aug 2023 07:22:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gutov.dev; h=cc :cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm3; t= 1693394526; x=1693480926; bh=DWY3+0M6GXUpCcvVg7/mk1kL6UqsiXphhAC nwcrJUdU=; b=mrpWHy/TF9BGoG17+TUAv5e4jXa9hSzRQ2WoZXpcRj/pNbg/f3a oU9BzqZahkCtD4siQlS9MjPT4nEEal3jcEsGxM+t+o+IqfXco82I6vPa60hr4NXb GwKAPEtOKmn3iMFcEh4y2oz87r/HripzTfmYxLUTHiRHdN2e5EN6st75NpL72/3F 6ZiBRnaMty42RAr0IvvQ16tx+dyGJRG+4NKOwKtTKhN/JEyW/68A3aCDQWwmZVC5 UrWA6xNTFD85+ycfQgNRDo+3nHGERqU/eX4cDgxOBKYMNiCwQ3DItwxP7xfGVJfX 2lzY9haggfOlbWwEZ4V+TB30G4Yk0lhsd1A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t= 1693394526; x=1693480926; bh=DWY3+0M6GXUpCcvVg7/mk1kL6UqsiXphhAC nwcrJUdU=; b=c1a35uiDcfIsQtMnPA2N5q8y/5OE/durKG7U680BjCSFaQ8LerD ZcMFDyYXuJOa1N9wc8Kl/JzBnNENQ41MWvBdkfnAd8HeV+LOKqj3Rb7b162cDYHQ KVp7xoFYtHL5iSz+Rk+dqpTt79xTVZX+uZklcoOeN+lz36jeKO0KQBh2mGSr/zPM blEAiHdq7H4s04lkDG7lyPFhthUIjPWLJ8ADWy/0bD7MAn/HbYNbJsf8RBqtyqZp zG5834oN96qXXJbYj7XBrYPdmuENDIJtC8mOfj+P55Cne2nk5riP4QLVQRaFBs2T +zIODJZiXnxVjd7FmmRj/f/509xN1DQjEFw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrudefkedggedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeffmhhi thhrhicuifhuthhovhcuoegumhhithhrhiesghhuthhovhdruggvvheqnecuggftrfgrth htvghrnhepiefgteevheevveffheeltdeukeeiieekueefgedugfefgefhudelgfefveel vdevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepug hmihhtrhihsehguhhtohhvrdguvghv X-ME-Proxy: Feedback-ID: i0e71465a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 30 Aug 2023 07:22:04 -0400 (EDT) Message-ID: <431c04da-a30f-3d72-95b2-6347b9e78c06@gutov.dev> Date: Wed, 30 Aug 2023 14:22:03 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: bug#65608: Fwd: [PATCH] project.el: Use list of strings p for safe local variable Content-Language: en-US To: Joseph Turner , 65608@debbugs.gnu.org References: <87r0nqct63.fsf@breatheoutbreathe.in> <87bkepj96y.fsf@breatheoutbreathe.in> From: Dmitry Gutov In-Reply-To: <87bkepj96y.fsf@breatheoutbreathe.in> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 65608 Cc: stefankangas@gmail.com 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.7 (--) On 30/08/2023 10:10, Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: > Stefan Kangas suggested I resend this patch to this mailing list so that > it's not lost even though it can't be applied yet. Just to clarify for posterity: it can't be applied yet because list-of-string-p is not in Emacs 26. Or 27 (which we might bump the requirement to in not-too-distant future). From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 30 13:54:59 2023 Received: (at 65608-done) by debbugs.gnu.org; 30 Aug 2023 17:54:59 +0000 Received: from localhost ([127.0.0.1]:53929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbPP9-00013u-0M for submit@debbugs.gnu.org; Wed, 30 Aug 2023 13:54:59 -0400 Received: from mail-lf1-x12d.google.com ([2a00:1450:4864:20::12d]:61866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbPP5-00013e-Ch for 65608-done@debbugs.gnu.org; Wed, 30 Aug 2023 13:54:58 -0400 Received: by mail-lf1-x12d.google.com with SMTP id 2adb3069b0e04-5007616b756so136859e87.3 for <65608-done@debbugs.gnu.org>; Wed, 30 Aug 2023 10:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693418081; x=1694022881; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=o8ib9Y7XuuYnNErY5BGM0r4rvURlzz/6M8BX/0PUIV4=; b=dpCMcSwa/9XfCBmqMMGaHfjMBLakTm9pIly3mPksRShw9QXkQ5DKCNJ7N1ElygNTmX evxEpQeFBnxfKqxmgO3m7WOaX+pqZDekY4PePKEZJFZM0meqVZwVhd5fXu+nS+tU2aXz f48E8fdGZ3qElRpRUnXI5Wk86CqHvFw7JJrTuv0zZ7ap9dF3295lgGBdXg3v5vH9YB7z pPve4oTPto0A8TggrDdNO5iG8nuJgskDTFsyuBRAGYFrHzm8eyuDAKbfHwk00DziEfZK N57sif9lTW0tEMlA7xGay+as1fcT4RSN8/WtxdOP6BDesb0A5MyGx2gmUDk6xEw7+WjP NJHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693418081; x=1694022881; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=o8ib9Y7XuuYnNErY5BGM0r4rvURlzz/6M8BX/0PUIV4=; b=DEcKnY39VPQC5+f17yR7qxbopdcHBM9fEkHwQFS4e8p7/RkhsP446Oy6Vsvqae/hlj YY5R2jeQ6I+kiVzDKfxbRNU5coHGoRmbkkbWvRPSlfNHCC/BSs8zW/NgjdWMiid3g4x8 GPqXPUu2BuU/80STQR67bYBlcz8JasfIUIwgYxUABI83S5Kn3ypOMx/co8eZfAgj0uYI SoN+2Qu36iU1ZrubY/7X/BEjVOwPMMrIIZXH23lgx5Kgsmr6tdvTpEGWeQn8EkMkZPIj xiy2iX/P2JdI8DtcENwUWGmuD2/ksc9hPBYgLt76ZclM2YBygrJshF2mTRsH+hhh1dmW jTLg== X-Gm-Message-State: AOJu0Yx5pZqO6MdSgTSQ+nTN0TbEuL+98IlNdugrxaOq1UxCygLMOQgx kecfL9X6lO5dTabWxYaWw5/0ASYKeGrCvE9y5AsdKOoljsc= X-Google-Smtp-Source: AGHT+IHSbNiVCi6YaH2uksyQuVmFl3Wpmq00wPtT+MNeWCmffiLrQ2wnOlsWgPh/YvebpMk4zFc2gR4WGOxr0BKnDC0= X-Received: by 2002:a19:671a:0:b0:500:8723:e457 with SMTP id b26-20020a19671a000000b005008723e457mr1988442lfc.30.1693418081360; Wed, 30 Aug 2023 10:54:41 -0700 (PDT) MIME-Version: 1.0 References: <87r0nqct63.fsf@breatheoutbreathe.in> <87bkepj96y.fsf@breatheoutbreathe.in> <431c04da-a30f-3d72-95b2-6347b9e78c06@gutov.dev> In-Reply-To: <431c04da-a30f-3d72-95b2-6347b9e78c06@gutov.dev> From: Stefan Kangas Date: Wed, 30 Aug 2023 19:54:29 +0200 Message-ID: Subject: Re: bug#65608: Fwd: [PATCH] project.el: Use list of strings p for safe local variable To: Dmitry Gutov Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 65608-done Cc: 65608-done@debbugs.gnu.org, Joseph Turner 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 (-) Version: 30.1 Dmitry Gutov writes: > On 30/08/2023 10:10, Joseph Turner via Bug reports for GNU Emacs, the > Swiss army knife of text editors wrote: > > Stefan Kangas suggested I resend this patch to this mailing list so that > > it's not lost even though it can't be applied yet. > > Just to clarify for posterity: it can't be applied yet because > list-of-string-p is not in Emacs 26. Or 27 (which we might bump the > requirement to in not-too-distant future). Right. Note that `list-of-strings-p' was added in Emacs 28, though. So I added a comment to that effect in commit 9647ddb2993, and I'm closing the bug. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 30 20:30:31 2023 Received: (at 65608-done) by debbugs.gnu.org; 31 Aug 2023 00:30:31 +0000 Received: from localhost ([127.0.0.1]:54315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbVZu-0002g0-Oq for submit@debbugs.gnu.org; Wed, 30 Aug 2023 20:30:30 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42369) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbVZs-0002fo-PX for 65608-done@debbugs.gnu.org; Wed, 30 Aug 2023 20:30:29 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id BC87B5C0192; Wed, 30 Aug 2023 20:30:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 30 Aug 2023 20:30:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gutov.dev; h=cc :cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm3; t= 1693441815; x=1693528215; bh=rg1u4lXjIlTsHSK3e5al+mL77ByeQ8liei1 pN0OLf6Y=; b=K/73z+gG/ss6EXo6Fw6Da5sd0SkAJE+M1FWSsUouHCwbLkn7jt8 sb4jsYMyowPWhVUirqfGFBijucteXsqfyDjg8eXDdnehiMaiHdRNaQwEpZUGy1JP KX+JQlumXi8fwkHuf82QoGHVqqclSQppfEsWksqxv7EyYMvZxeg4VCy1sexykuRf ZpK/GY/4SwHv8LdyJkOkFKXNl+KC0T/XR1q5w38AGnhHPBFLEnkHEuFHCYrEW4l2 oGLVGj3GiL8QKW/f3CuzfQktxWgUU4Q5+7WePYPlV84+7l8DJNX3fGD404m4+EKc fqNoaeFTL0Es/kBDV2QagCUI3D/kJOfccaQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t= 1693441815; x=1693528215; bh=rg1u4lXjIlTsHSK3e5al+mL77ByeQ8liei1 pN0OLf6Y=; b=ngei4mPQu96cxAtqmjDaxfdsxIYW8SZbUgBALF6ot3AWBqEktc/ XvKUINdU8DYYZ33R8E62m5Zv51fZIw4+PIHVJJ8iqXZnKQEgA1I9dSo9n5BztRnN J91hpdlUZhWfK2idcx4p9AWkPhS69gzK6xjNln2b5TdeekBEMnCCdhwDq+0PELuO RSRF6mj8xu1em6yPY4jQB4WDyiXGku7QG9MwxoLRLnyMMPzNlzxaCK0XPaz7uGm8 53uDfGXJagHBWH1H6eBtPugy82Atq27l0o1UFRXtnMtl1Yl7TeBesg0nv7YGLb+l moG59B9f6D6f7Kf8Ip6MoTzd2qVMYEgg7mg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrudefledgfeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeffmhhi thhrhicuifhuthhovhcuoegumhhithhrhiesghhuthhovhdruggvvheqnecuggftrfgrth htvghrnhepiefgteevheevveffheeltdeukeeiieekueefgedugfefgefhudelgfefveel vdevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepug hmihhtrhihsehguhhtohhvrdguvghv X-ME-Proxy: Feedback-ID: i0e71465a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 30 Aug 2023 20:30:14 -0400 (EDT) Message-ID: Date: Thu, 31 Aug 2023 03:30:13 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: bug#65608: Fwd: [PATCH] project.el: Use list of strings p for safe local variable Content-Language: en-US To: Stefan Kangas References: <87r0nqct63.fsf@breatheoutbreathe.in> <87bkepj96y.fsf@breatheoutbreathe.in> <431c04da-a30f-3d72-95b2-6347b9e78c06@gutov.dev> From: Dmitry Gutov In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 65608-done Cc: 65608-done@debbugs.gnu.org, Joseph Turner 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.7 (--) On 30/08/2023 20:54, Stefan Kangas wrote: > Right. Note that `list-of-strings-p' was added in Emacs 28, though. I think you meant to say Emacs 29 here. > So I added a comment to that effect in commit 9647ddb2993, and I'm > closing the bug. Thank you. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 31 02:45:32 2023 Received: (at 65608-done) by debbugs.gnu.org; 31 Aug 2023 06:45:32 +0000 Received: from localhost ([127.0.0.1]:54707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbbQp-0004HJ-T4 for submit@debbugs.gnu.org; Thu, 31 Aug 2023 02:45:32 -0400 Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]:62664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbbQn-0004H4-Tx for 65608-done@debbugs.gnu.org; Thu, 31 Aug 2023 02:45:30 -0400 Received: by mail-lf1-x12b.google.com with SMTP id 2adb3069b0e04-500bdef7167so2031962e87.0 for <65608-done@debbugs.gnu.org>; Wed, 30 Aug 2023 23:45:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693464316; x=1694069116; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=nxnzgjrwMqGM4zK+1PQ6hVEEaqk9JKpdV2GJ4CBnK6s=; b=CQHog5fFT0uEEyy1iBYcnDnZ4bMr2980BSyirX1UoeSc2LgVGXUO6gFRCZeEY+RhbO 1QYd4eSQi2Ym71H1wSWZrEcRb3kueTociXvVs8wMOqBOIeXkGhjH+h1LFE11C7b8xlh0 o/OFSo/0kIZetZVn7Gj10HxwUoSeN8VhxDel30Tm14IA7e8NGn+UIyVTN6tGBP7Wp5uh 5OHg3oY24nfKLiIZzU/60xewfa/yIvPg0YXX2ocOUYaH/PWloSQiEFBHb5cfLCt+wgio JzfGSjq7xw8MuyAio83Cjtiy0vYinR38+DNvkSt9XJnAtE55yHNB/EUVuGBhOa4scOW4 DekA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693464316; x=1694069116; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=nxnzgjrwMqGM4zK+1PQ6hVEEaqk9JKpdV2GJ4CBnK6s=; b=S8zxEl6vpQisX0erHMKFtmuERtlNHqxUM+G5BctlJLcx7UG2zlxMrD4nn3BK/jDenh r+dRC0mXbh6naVLUB+KLRyyBIoCsp/Q8Jw/H/BnPDpQV5w2DSQUXFeBj5zdKHaU3eh69 tv5XmhZfWvl9UPgQSG9fX37PQ5UQMixHD9zAkZ5wogCPe5JwcPMoBQxB09b+oPW0EK+2 XTZAuTGvhb4dniDSYizVP06hSE2w8Rj8qu4Dxw30bjgVRz+2mJ3ZRgFyfMwJb0jrtM7G SPhgZ+Y9wlPSzsSXqhMvE2bz5chmw0PehMc3GsAF4SdI/zHsuSbe46smsuAuE9WEcC2L nwmw== X-Gm-Message-State: AOJu0YyseyhgHluV2X/OvewAkQlS65DGzlxztE6jLoU1J+XYqSE6qzrW XwU3PBL0KkwH+nAMMbKjM26zn2nUMT/T0RtHOF6vS0Wn X-Google-Smtp-Source: AGHT+IG+PEQ4TofalD4UktR9zf0/GXkyyfXWsqrQvPr2c6PBiV+RXOrZFOSp/LYeW1sGJXTGPk1iM8cWLuDVrSSPUko= X-Received: by 2002:a05:6512:1305:b0:500:ae25:cd46 with SMTP id x5-20020a056512130500b00500ae25cd46mr659040lfu.11.1693464315794; Wed, 30 Aug 2023 23:45:15 -0700 (PDT) MIME-Version: 1.0 References: <87r0nqct63.fsf@breatheoutbreathe.in> <87bkepj96y.fsf@breatheoutbreathe.in> <431c04da-a30f-3d72-95b2-6347b9e78c06@gutov.dev> In-Reply-To: From: Stefan Kangas Date: Thu, 31 Aug 2023 08:45:04 +0200 Message-ID: Subject: Re: bug#65608: Fwd: [PATCH] project.el: Use list of strings p for safe local variable To: Dmitry Gutov Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 65608-done Cc: 65608-done@debbugs.gnu.org, Joseph Turner 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 (-) Dmitry Gutov writes: > On 30/08/2023 20:54, Stefan Kangas wrote: > > Right. Note that `list-of-strings-p' was added in Emacs 28, though. > > I think you meant to say Emacs 29 here. Yes, indeed. From unknown Wed Jun 18 00:10:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 28 Sep 2023 11:24:05 +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