-
Notifications
You must be signed in to change notification settings - Fork 20
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
buf-move-left: Symbol’s value as variable is void: settings #18
Comments
Hello, What is your Emacs version? I'll try to reproduce with minimal config. |
Hi lukhas,
|
Having the same issue here:
|
+1 on emacs 27.2 |
Same here:
|
+1 ! Occuring for me too. Emacs 27.1 on a Debian 11 system. |
Same here on Emacs 28.1. Right now this variant of buffer-move.el will works for me instead https://www.emacswiki.org/emacs/buffer-move.el |
Hello, it seems that the culprit is in: Line 110 in e7800b3
If I remove the |
Reverting this commit fixes it too: 25b7a98 |
@JuanManuelM Hi, sorry, just wanted to clarify what exactly you did? Did you remove line 110 and recompile the |
as i wrote in the initial comment :P |
@starenka with respect, your initial comment included a suggestion to "revert back to this commit", which is not the same as reverting a commit. Instead, it implies resetting to that particular commit. Resetting to that commit did not fix it, because that commit was the problematic one. You could have said revert to the commit proceeding that commit or provided the hash of the proceeding commit. My suggestion was to revert the commit itself, which also fixes it. That all said, for some reason, master works for me again on |
@aaronjensen hehe, no respect needed, we are all on same boat i guess. Nevertheless I really meant "revert to this commit", because it worked for me :D look:
nevermind, im glad we all found some solution to this. |
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
Hi folks, the last commit broke my buff-move:
buf-move-left: Symbol’s value as variable is void: settings
It works okay, if I revert back to this commit...
https://raw.githubusercontent.com/lukhas/buffer-move/25b7a989cf43414559717f87279654305b13e7c9/buffer-move.el
happy to provide some more info if needed
The text was updated successfully, but these errors were encountered: