Fork me on GitHub
#spacemacs
<
2018-10-16
>
achikin14:10:13

To search project-wise I press /search_term, to reopen that search I press SPC s l. How can refine the search after pressing SPC s l?

practicalli-johnny23:10:22

@U3A7Z18JZ it sounds like you are experiencing some kind of bug. When I do a project search, SPC /search-term and then reopen the search with SPC s l I have a helm style popup where I can edit the search-term. When you installed Spacemacs, did you change to the develop branch? Did you select Ivy instead of Helm? Not sure if thats related, but it would help to know.

spfeiffer05:10:16

Since when does / search in the project? i need to do SPC / for that?

achikin08:10:15

@U05254DQM let's say I did the search and saw some results in helm popup, than I jumped to one of the results and changed it so it does not qualify for the search term any more. But then, when I press SPC s l - I still see that outdated search result. The question was how can I update the search result in helm-popup window?

achikin08:10:10

@U067P1FT2 I'm sorry, I meant SPC / of course. Thank you.

spfeiffer09:10:46

Ah okay. i thought i missed something…

practicalli-johnny11:10:53

@U3A7Z18JZ I did a second project search after deleting the result of the first and the result was gone. I am using Helm and develop branch of Spacemacs, so perhaps you are experiencing an earlier bug or an issue with ivy.

achikin11:10:13

@U05254DQM yes, I know when you redo the search - the result is gone. But when you just press SPC s l - the result is still there

practicalli-johnny11:10:14

@U3A7Z18JZ oh yes, my bad. I get the same problem. Congrats you have found a bug 🙂

practicalli-johnny11:10:27

although if I delete a character in the search-term then the search results in the popup buffer do update correctly

achikin11:10:37

@U05254DQM it has been working for me like this for almost two years - since I started using spacemacs. Thank you, I'll report.

practicalli-johnny11:10:42

so I guess it caches the results and then searches again

practicalli-johnny11:10:05

are you not able to change the search-term ?

practicalli-johnny11:10:38

the command does say resume, so am not sure if it is a bug or just the way you interpret what resume does

achikin11:10:47

> although if I delete a character in the search-term then the search results in the popup buffer do update correctly Yes, this is how I update the search right now, but it's a bit confusing. I thought there is a hidden hotkey that I don't know that updates the search.

practicalli-johnny11:10:36

certainly encourage you raise this as an issue and suggest how you would like to improve this

achikin20:10:15

@U05254DQM C-c C-u does the trick. It is bound to helm-refresh

👍 4
spfeiffer11:10:02

Well, might be an intended behaviour…It just redisplays the previous search result to continue working in it. Might be performance reasons to not automatically redo the search.

Nikita Vasilchenko20:10:05

Hi! I have a trouble with cider. Error occurring in repl buffers when I execute cider-jack-in command https://clojurians.slack.com/files/UCRM55BKM/FDFCF9RUL/screen_shot_2018-10-16_at_21.39.23.png

practicalli-johnny23:10:50

Hello @UCRM55BKM unfortunately the repl-server log lines are truncated, so its hard to see the full details of the message. Can you confirm if you are using the develop branch and if so, which commit (or when did you last pull commits). The commit that removed sayid is only 7 days old. If you can run Spacemacs without Sayid at all, then this may fix the issue (assuming Sayid is the root cause)

Nikita Vasilchenko03:10:52

I’m using the master branch

Nikita Vasilchenko04:10:35

Hmm. After few manipulations with .spacemacs I got helm-M-x: The boot executable isn't on your 'exec-path' but I have reinstall spacemacs and continue getting this error.

practicalli-johnny11:10:21

It seems the most likely cause of your original nrepl-server is an incompatible JVM. Maybe your profile and rc files have different JVM versions set. https://github.com/clojure-emacs/orchard/issues/20

practicalli-johnny11:10:13

Can you confirm you only have Java 8 or OpenJDK 8 installed?

practicalli-johnny13:10:26

@UCRM55BKM For boot, you can check all your environment variables using SPC f e e. Try changing where you define the PATH for boot in your dot files for your OS.

Nikita Vasilchenko19:10:57

Hello, I’m really appreciate your attention. I’m trying to digging in this direction. Thank you. I’ll write when found solution.

Nikita Vasilchenko20:10:11

I have reinstall emacs-plus by brew and pull spacemacs. And everything works fine. Thank you very much for your participation)

practicalli-johnny22:10:08

Great to hear. Feel free to ask more questions you have in the #spacemacs channel. I am also writing a book on Spacemacs and Clojure, which may be of some use https://practicalli.github.io/spacemacs/

👍 4