Common utilities for interaction with the client.
Common utilities for interaction with the client.
(notify-client notification)
(notify-client msg notification)
(notify-client msg notification type)
(notify-client tr msg notification type)
Send user level notification to client as a response to request msg
.
If transport is not provided use (:transport msg). If msg is not provided, use
current msg from interruptible-eval middleware. Type is a keyword or string
indicating type of the message (e.g. :message, :warning, :error etc). Type
defaults to :message. See nrepl-notify
on the Emacs side.
Send user level notification to client as a response to request `msg`. If transport is not provided use (:transport msg). If msg is not provided, use current *msg* from interruptible-eval middleware. Type is a keyword or string indicating type of the message (e.g. :message, :warning, :error etc). Type defaults to :message. See `nrepl-notify` on the Emacs side.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close