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

Update dependencies for use of cl- functions #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taughz
Copy link

@taughz taughz commented Jul 25, 2023

Using cl- functions requires Emacs 24.3 and the cl-lib package. Not having this was causing an issue were cl-flet was apparently not working correctly, which was causing error messages like:

buf-move-right: Symbol’s value as variable is void: settings

Fixes #18

Using `cl-` functions requires Emacs 24.3 and the `cl-lib` package. Not
having this was causing an issue were `cl-flet` was apparently not
working correctly, which was causing error messages like:

> buf-move-right: Symbol’s value as variable is void: settings

Fixes lukhas#18
@taughz
Copy link
Author

taughz commented Jul 25, 2023

BTW, it looks like the last PR caused the issue, because that person added cl- functions/macros, but did not bump the Emacs version and did not include cl-lib. (It could be that this wasn't strictly necessary for early versions of Emacs, but now it is an issue.)

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

Successfully merging this pull request may close these issues.

buf-move-left: Symbol’s value as variable is void: settings
1 participant