-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pressing g in the *sayid* windows results in wrong-type-argument #29
Comments
@mattiasw2 Thanks for the bug report. I'm not sure exactly what's going on, but I don't believe the issue is cursor placement. Some questions: Is Are you using emacs or spacemacs? Which version? What versions are shown when you run Which version of CIDER? thanks |
GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-22 sayid-version says "wrong type argument: sequencep, 0\.0 \.15" cider-version says "CIDER 0.15.0snapshot (package: 20170430.816)" |
@mattiasw2 Thanks for the details. I'll do some experimenting and try to pin it down. |
Oh.. seems like this is being caused by some kludgey code I wrote to try to deal with the fact that I upgraded my setup from cider 0.14.0 to snapshot (like yours), but was unable to reproduce. I really want to figure this out. |
@mattiasw2 if you feel like testing my theory and running some emacs code, you could run:
... anytime after the sayid.el package is loaded. That might be the quick fix. Still looking for the real fix. |
Yes, defining sayid-read-if-string solves it. I think this is related to the Emacs version. Now, also M-x sayid-version works and shows "clj=0.0.15 el=0.0.15" |
However, after defining sayud-read-if-string, C-c s t b stops working. I get
So, I need to decide which of them I want to use :-) |
Hmm.. this is trickier than I thought. Thanks for the update. I'll try the emacs version. |
I testing with a new system ubuntu 16.04 + latest emacs (GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2018-01-23, and still have to define
|
@mattiasw2 Thanks for the update. I get this error occasionally, but have never been able to nail it down. |
Why not define sayid-read-if-string if it isn't defined? I assume I can get it by removing the def of sayid-read-if-string, what do you want to know? |
Guildsman is currently dominating my spare time. I plan on giving sayid (and especially this issue) some time once I have an alpha out for guildsman (soon?). https://github.com/bpiel/guildsman Quick answer to you question: Thanks for you interest and patience. |
Exactly where should I have the focus on when doing the 'g' command? Now I get an error.
This is the call stack:
The text was updated successfully, but these errors were encountered: