all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Wrong minimum emacs version in flymake.el
@ 2021-12-09 14:21 Guillaume Pasquet
  2021-12-09 14:51 ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-12-09 15:02 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Guillaume Pasquet @ 2021-12-09 14:21 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I've notice that flymake.el in master states that it requires minimum emacs
26.1, however this doesn't seem to be true as it makes use of the
`string-replace` function, which was introduced in Emacs 28 AFAIK.

Please either update the minimum emacs requirement for flymake or
substitute the `string-replace` call with `replace-regexp-in-string` to
maintain compatibility as I have done here:

https://github.com/Etenil/flymake/commit/9f5f76907b1c258645f65728dd71e7cacffe6d22


Best regards,

Guillaume


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

end of thread, other threads:[~2021-12-09 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09 14:21 Wrong minimum emacs version in flymake.el Guillaume Pasquet
2021-12-09 14:51 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-09 15:02 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.