Sanel Z.

Results 39 comments of Sanel Z.

Thanks @bbuccianti ! Will take a look :)

Implemented with https://github.com/sanel/monroe/pull/33

Sorry @bbuccianti but this still doesn't work. To demonstrate: * Emacs 26.3 * In separate run new nrepl server with `lein repl` * From emacs, run monroe and connect to...

@technomancy after https://github.com/sanel/monroe/commit/1c2559b6862e1d4f8780d370973ee63b383b6122 prompt is no longer shown when you enter something like `+` in fresh monroe session. What is reasoning behind this change? Does it work for you?

Thank you for this! Can you just please show me example of what it tries to address?

Hm... aren't those from here: https://github.com/riemann/riemann-java-client/tree/0a3078c9ff62534e33a1ec972cd04ac4827f854f/riemann-java-client/src/main/java/clojure/lang ?

Probably a dumb question: why to pull in a complete Clojure runtime just to have two very simple interfaces?

Hey Benjamín, thanks! Benjamín Buccianti ***@***.***> writes: > Yeah! I feel the same. I don't know (yet). > > What do you think about this. In the moment that we...

@pashky @IvanMalison not sure what is status of this PR, but this simple line can also provide imenu support: ```elisp (require 'imenu) (setq imenu-generic-expression '((nil "^[A-Z]+\s+.+" 0))) ``` Nothing fancy,...

Actually, the bug could be here [1]. In essence, if it receive `(event nil)`, it will try to evaluate to `(nil :time)` causing exception. Instead, it should be `(:time opts)`...