unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] project.el: Use list of strings p for safe local variable
@ 2023-08-26  4:38 Joseph Turner
  2023-08-26 11:59 ` Stefan Kangas
  2023-08-26 12:51 ` Dmitry Gutov
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Turner @ 2023-08-26  4:38 UTC (permalink / raw)
  To: Emacs Devel Mailing List

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

Might make sense to merge this into 29.2?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-project.el-Use-list-of-strings-p-for-safe-local-vari.patch --]
[-- Type: text/x-diff, Size: 1587 bytes --]

From 8237eb21c81b3e5ededd42a3a2d5b9770d45ca92 Mon Sep 17 00:00:00 2001
From: Joseph Turner <joseph@breatheoutbreathe.in>
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] project.el: Use list of strings p for safe local variable
  2023-08-26  4:38 [PATCH] project.el: Use list of strings p for safe local variable Joseph Turner
@ 2023-08-26 11:59 ` Stefan Kangas
  2023-08-26 12:51 ` Dmitry Gutov
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2023-08-26 11:59 UTC (permalink / raw)
  To: Joseph Turner; +Cc: Emacs Devel Mailing List

Thanks for the patch.  I recommend re-sending it to
bug-gnu-emacs@gnu.org so that we don't lose track of it.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] project.el: Use list of strings p for safe local variable
  2023-08-26  4:38 [PATCH] project.el: Use list of strings p for safe local variable Joseph Turner
  2023-08-26 11:59 ` Stefan Kangas
@ 2023-08-26 12:51 ` Dmitry Gutov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Gutov @ 2023-08-26 12:51 UTC (permalink / raw)
  To: Joseph Turner, Emacs Devel Mailing List

On 26/08/2023 07:38, Joseph Turner wrote:
> Might make sense to merge this into 29.2?

Thank you, but the function list-of-strings-p has only been added very 
recently.

project.el is a "core ELPA package", meaning we publish every 
version-tagged release to ELPA as well, maintaining compatibility with 
Emacs 26.1+. So this won't fly just yet.

Maybe in 4-5 years or so.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-26 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-26  4:38 [PATCH] project.el: Use list of strings p for safe local variable Joseph Turner
2023-08-26 11:59 ` Stefan Kangas
2023-08-26 12:51 ` Dmitry Gutov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).