-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
counsel-M-x make some lisp not work as expected #810
Comments
Please test. |
Thanks abo-abo, I have verified the fix. now it works well. Thanks. One thing during my test, I deleted the ivy, and swipper folders under elpa, and installed them again from So, do you know when the mepla will update usually to sync the latest packages changes? |
MELPA usually updates in 4 hour windows. Which means the update can take anywhere from 30 minutes to 4 hours, depending on the time of the commit. |
got it, many thanks |
I have these code snippet in scratch buffer
I try to test using the function
sd/test()
to change todefault-directory
of current buffer.The problem is that when I called the command
sd/test
fromcounsel-M-x
, this function not works as expected. the default-directory isn't changed at all.Bule if I called this command from
M-x
, it works well. thedefault-directory
is changed to~/
I also posted a question in stackovflow for this issue, because at that time I didn't find where the problem was.
http://stackoverflow.com/questions/40857251/different-result-when-a-function-run-as-interactive-command-and-run-as-eval-expr/40857760#40857760
The text was updated successfully, but these errors were encountered: