-
Notifications
You must be signed in to change notification settings - Fork 10
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
Symbol's value as variable is void: k #87
Comments
In EGO, the symbol 'k' is only used at the following place:
It's a |
My configure is show in bellow and the output of grep in ego is as fllow:
and I use toggle-debug-on-error, then the error information as fllow:
|
Sorry, I can't repeat your result. I tried many different data types in
But And I use your configure to build new repository with no problem. That's strange. So leave it here, maybe others can help. |
I found the error has occur when I pass a function as a parameter for the other function, so I had to use the keyword 'funcall'. I guess it's the maybe reason, maybe the do-for-each-in-list syntax is provider by some dependency package which not in my emacs. |
I am trying ego, but when I execute ego-do-publication, the error "Symbol's value as variable is void: k" is occur.
My system is ubuntu 12.04, emacs 24.5 and my configure as follow:
The text was updated successfully, but these errors were encountered: