You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing ansible-vault-mode, I noticed that does not function on CentOS 8.5 Emacs 26.1, due to the use of a newer setq-local accepting multiple variables and values in a single invocation.
From Emacs 27.1
setq-local is a Lisp macro in ‘subr.el’.
(setq-local [VARIABLE VALUE]...)
From Emacs 26.1
setq-local is a Lisp macro in ‘subr.el’.
(setq-local VAR VAL)
Given that Emacs 26.1 is the out-of-the-box Emacs on CentOS 8.5 (and thus RHEL 8), could the change to the newer setq-local usage be reversed?
Many Thanks in Advance,
Peter Bray
Sydney, Australia
The text was updated successfully, but these errors were encountered:
Thanks for developing
ansible-vault-mode
, I noticed that does not function on CentOS 8.5 Emacs 26.1, due to the use of a newersetq-local
accepting multiple variables and values in a single invocation.From Emacs 27.1
From Emacs 26.1
Given that Emacs 26.1 is the out-of-the-box Emacs on CentOS 8.5 (and thus RHEL 8), could the change to the newer setq-local usage be reversed?
Many Thanks in Advance,
Peter Bray
Sydney, Australia
The text was updated successfully, but these errors were encountered: