-
Notifications
You must be signed in to change notification settings - Fork 28
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
(void-variable \.\.\.)
#36
Comments
Hi!
Indeed, this is a fascinating error. It would seem that the For example, zeroing in on this snippet:
try this: ESC : to duplicate the error
|
I realize the version of Emacs did not change recently, but what version is it? |
It's Emacs 28.1. |
Scrolling to the right I now notice the
28.1 makes sense because I have a hazy suspicion this is an interaction with native compilation. |
Couple of things that would be interesting to do. If you have
And you might also try turning off |
Inside ~/.emacs.d/elpa,
The problem seems to has disappeared after I rebooted my system... |
I also have this issue. The variable
See also doomemacs/doomemacs#5671 . |
I have it in this file
|
By deleting |
Perhaps this package should be installed with the native compilation disabled? (You can mention this in the readme as a warning.) |
Small note that #36 (comment) fixed the issue for me too. Thanks for that. |
Looking at this. Great feedback. Maybe https://www.gnu.org/software/emacs/manual/html_node/elisp/Declare-Form.html in the right spot. |
I'm using Doom Emacs and the issue of Setting it to (setq print-length nil) |
Seems to be a common issue, and unlikely to see a fix, unless unicode-fonts gets a new maintainer. Ref: rolandwalker/unicode-fonts#36 Ref: #7164
I seem to have fixed it in #38,where I filter non-cons objects before the |
also @taquangtrung , setq print-length doesn't fix the problem on my end on 29.1. it doesn't change even with deleting the file and setting it. |
I started having the same issue a few weeks ago on Emacs 31.0.50, tested just this day as occurring even if I start Emacs without an init and reinstalled unicode-fonts from MELPA. Deleting |
void-variable
error while calling(unicode-fonts-setup)
.This happens on Emacs startup.
Very interestingly:
M-x unicode-fonts-setup
, it may fail with the same error a few times before it succeed. It seems that the result of running this command is non-deterministic.Below is the backtrace:
The text was updated successfully, but these errors were encountered: