Fork me on GitHub
#calva
<
2020-04-14
>
craftybones07:04:55

Whenever I execute a slurp, either as a shortcut or from the menu, I get a command 'paredit.slurpSexpBackward' not found

craftybones07:04:12

Did I miss an update or something? It all seems to be the latest

hindol07:04:22

That seems like Calva (and Paredit) did not install right. Can you try reinstalling?

craftybones07:04:14

@hindol.adhya - This was surprisingly working until a month or so ago

craftybones07:04:35

I reinstalled, but it still says the same thing. Does paredit require a different install or will installing Calva do it?

hindol07:04:12

Installing Calva pulls in Paredit as well. Did you see any errors in the install log?

craftybones07:04:52

Yeah, I just checked

craftybones07:04:54

there seems to be something here

craftybones08:04:02

workbench.desktop.main.js:sourcemap:3390 Activating extension 'betterthantomorrow.calva' failed: n.resume is not a function.

hindol08:04:03

Maybe we should tag @pez. He will know better.

craftybones08:04:46

Yeah, absolutely nothing is working actually. None of the paredits. I should try the REPL

craftybones08:04:12

Yeah, nothing’s working actually. I think the install is messed up

craftybones08:04:51

oh wow! I switched to an older version and it worked

craftybones08:04:34

Is there anyway I can get rid of that top half of that REPL screen? It occupies unnecessary space and doesn’t do anything other than provide some information that I don’t really need after the first time

craftybones08:04:36

When I clear the screen it returns again.

hindol08:04:31

There is a setting to do that. Wait.

hindol08:04:03

Open REPLWindow On Connect

hindol08:04:07

And Calva has this thing. You can send your evaluations to the REPL window or the Calva Says window which appears at the bottom. If you send to Calva Says, the REPL window will not re-appear.

craftybones08:04:09

I’m sorry, that’s not what I was talking about. I meant the large information panel that comes as a part of the REPL panel

craftybones08:04:18

The one that has a list of handy shortcuts

hindol08:04:05

Yes, that is the REPL window I think. Because after having unchecked that setting I mentioned, I don't see that window anymore.

hindol08:04:22

Can you try the setting? That might just do what you want.

craftybones08:04:36

I tried it, it makes the REPL window go away, but I don’t know where Calva Says is

craftybones08:04:44

I would like the repl window, just not that large information panel that comes as a part of it, that’s all

hindol08:04:47

The Calva Says Window

hindol08:04:34

I send all my evaluations to this window and hide the REPL window entirely. As for hiding just the info, I don't think that's possible.

craftybones08:04:59

ok, thanks.I’ll try that from now on

pez10:04:14

Thanks for the error message, @srijayanth. It's the best clue so far on the error of Calva not activating. If you still have the condition, you might be able to reproduce it in a dev debug session of Calva, which would help us fix this.

craftybones12:04:15

@pez - I updated VSCode and then updated Calva and then it stopped working. I’ll see if I can pull up some debug info on it

pez12:04:55

Might be something with latest VSCode. Which OS are you using?

pez10:04:27

About evaluation results. You also get those in the hover of the evaluated form. There's a Copy button there as well, which totally lack feedback, but it really copies the result to the clipboard.

slipset11:04:34

Being lazy again. A cow worker is testing Calva, and apparently there is a Go to symbol in file which one can invoke in VSCode. Unfortunately it shows nothing in Calva. Known? Expected? Workaround? Issue?

pez11:04:14

It's not implemented. There might be an issue about it. Otherwise, please file one.

pez12:04:10

Thanks. I think it is partly because vscode has such awesome searching that people get by w/o some of these features. 😃

grierson21:04:54

Hey, How do I use zprint? Getting a could not be found error