Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of setq-local with multiple variables and values breaks emacs-26.1 (CentOS 8.5) #24

Open
illumino opened this issue Nov 27, 2021 · 0 comments

Comments

@illumino
Copy link

illumino commented Nov 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant