-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
wrong-type-argument number-or-marker-p nil #12
Comments
Interesting, have same Ubuntu version on my home PC, just installed emacs 28.1 from snap and all works as expected. Can you reproduce this again with enabled |
Seems like it connected somehow with #11 but I can't figure out what's wrong with it. |
In addition to enabling |
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p ##) with "clean" init.el works properly. looks like problem with using "counsel" package |
If you have enough time/willing you can "bisect" your config to figure out which part causes an issue (by bisecting I mean erase one half, run, check, if issue disappears take other half and bisect it again until part which causes this behavior will be found). I suppose counsel is not the cause, it was just used to find file to open. |
ok. i cleaned my .emacs.d and checked init.el. so, i think, the problem was wtith "no-littering" package. |
Can't open any books.
Error during redisplay: (eval (list (propertize " " 'display '((space :align-to 0))) (fb2-reader-header-line-text))) signaled (wrong-type-argument number-or-marker-p nil)
Ubuntu 20.04.4 Emacs 28.1 from snap.
The text was updated successfully, but these errors were encountered: