Fork me on GitHub
#cursive
<
2015-08-26
>
cfleming09:08:22

@cigitia: You’d like to rename the alias, you mean?

cfleming09:08:48

You can rename the alias, but IIRC that won’t work from the keyword itself - I’ll see about fixing that.

cigitia20:08:49

@cfleming: Ah, no, I meant the namespace of a regular keyword. For instance, when I attempt to rename :foo.bam/bar, it only allows me to rename the bar part, not the foo.bam part.

cigitia20:08:02

…At least, from what I can tell.

shaunxcode20:08:07

is there a way to make cursive show the ns you are in when using the repl?

shaunxcode20:08:30

I mean it shows it in the "title" of the repl but that is not... standard (what ever that means for repl ux hah)

shaunxcode20:08:04

I would like the => prompt to show the ns each time something happens

cfleming21:08:35

@shaunxcode: There isn’t right now, no. The issue is that the => prompt isn’t shown in the editor window where you type, but in the output pane.

shaunxcode21:08:58

yeah I would be happy with the output pane even showing the ns prefixing the => though

cfleming21:08:23

Ok, that’s probably pretty easy, although it’ll get repeated a lot.

shaunxcode21:08:57

that would be fine - I want that even as I had an issue where I had changed ns and scrolling up could not tell which results were from which til I Found the (in-ns ...) command in the history etc.

shaunxcode21:08:16

I mean just making it a togglable thing in preferences would make me happy if others find it noisy

cfleming21:08:20

Ok, I can add a flag for that. Can you file an issue?

shaunxcode21:08:28

for sure - github?

cfleming21:08:35

Yeah, please

cfleming21:08:09

Looks great, thanks.

cfleming21:08:48

I guess in the case of executing an in-ns, it should probably show the name of the new ns, not the old one.