update packages

This commit is contained in:
2025-02-26 20:16:44 +01:00
parent 59db017445
commit 45d49daef0
291 changed files with 16240 additions and 522600 deletions

View File

@@ -784,12 +784,18 @@ Copied almost verbatim from gnus-utils.el (but with test for mac added)."
;; FIXME: allow '%foo%' but only when quoted; don't allow [_0-9] at beg.
(space "\\(\\s-\\|\n\\)*") ; white space
(S7-method (concat "method(" Symb "," space
"\\(list(\\(" Symb ",?" space "\\)+)\\|" Symb
"\\))"))
(part-1 (concat
"\\(" ;;--------outer Either-------
"\\(\\(" ; EITHER
Q xSymb Q ; any function name between quotes
"\\)\\|\\("
Symb ; (beginning of name) + ess-r-symbol-pattern
"\\)\\|\\(" ; Add S7 method as a valid function name
S7-method
"\\)\\)")) ; END EITHER OR
(set-S4-exp
@@ -807,7 +813,7 @@ Copied almost verbatim from gnus-utils.el (but with test for mac added)."
"\\(" space "\\s<.*\\s>\\)*" ; whitespace, comment
;; FIXME: in principle we should skip 'definition *= *' here
space "function\\s-*(" ; whitespace, function keyword, parenthesis
space "\\(function\\|\\\\\\)\\s-*(" ; whitespace, function keyword, parenthesis
)))
`(,part-1 ,part-2))
"Partial regex for matching functions.