Skip to content

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