-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error running timer: (void-variable memavailable) #40
Comments
Also getting this error with Ubuntu 20 and emacs 27.2. Also getting the same problem when loading emojify. might share a similar root cause? |
Not sure about the original poster, but once I sent this I realized the problem. I loaded this package through guix. After deleting and re-downloading through melpa, the problem resolves. I'll leave open in case there are other issues. |
Having the same issue when getting symon via straight.el. Per @pierceglenn12345, when installing with MELPA I have no issues. EDIT: Maybe there is a regression in git master? For more info, I am running Void Linux and have expected |
This patch fixes the error where (void-variable memavailable) appears while running in the minibuffer; the error occurs because cl-lib is needed to use cl-destructuring bind.
I am running emacs on ubuntu 18.04 lte minimal and got this error.
I have tried checking " cat /proc/meminfo " and i got output as following:
Please let me know how can i fix this error because it always float and so annoying.
The text was updated successfully, but these errors were encountered: