This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-26
Channels
- # admin-announcements (33)
- # beginners (41)
- # boot (97)
- # clojure (220)
- # clojure-berlin (3)
- # clojure-russia (31)
- # clojure-sg (3)
- # clojurebridge (2)
- # clojurescript (137)
- # clojutre (13)
- # core-matrix (10)
- # core-typed (1)
- # cursive (18)
- # datascript (1)
- # datomic (93)
- # devops (6)
- # editors (18)
- # emacs (1)
- # funcool (43)
- # hoplon (4)
- # immutant (6)
- # instaparse (3)
- # jobs (25)
- # ldnclj (14)
- # ldnproclodo (4)
- # off-topic (20)
- # om (21)
- # rdf (79)
- # re-frame (14)
- # reagent (12)
- # ring-swagger (18)
- # yada (52)
You can rename the alias, but IIRC that won’t work from the keyword itself - I’ll see about fixing that.
@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.
is there a way to make cursive show the ns you are in when using the repl?
I mean it shows it in the "title" of the repl but that is not... standard (what ever that means for repl ux hah)
I would like the => prompt to show the ns each time something happens
@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.
yeah I would be happy with the output pane even showing the ns prefixing the => though
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.
I mean just making it a togglable thing in preferences would make me happy if others find it noisy
for sure - github?
https://github.com/cursiveclojure/cursive/issues/1038 (hopefully description makes sense)