counsel-M-x make some lisp not work as expected #810
Closed
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 |
abo-abo
added a commit
that referenced
this issue
Dec 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: