summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
...
* Merge pull request #418 from dgtized/use-nrepl-hooks-in-ciderBozhidar Batsov2013-11-25
|\
| * add cider connection hooks on autoload of ciderCharles Comstock2013-11-23
| * Run disconnection hooks in nrepl-close instead of calling to ciderCharles Comstock2013-11-23
* | Namespace properly the REPL emit functionsBozhidar Batsov2013-11-22
|/
* Leverage nrepl-connected-hook for the "connected" messageBozhidar Batsov2013-11-20
* Small terminology fixesBozhidar Batsov2013-11-20
* Extract nrepl-current-repl-buffer and rename it to cider-current-repl-bufferBozhidar Batsov2013-11-15
* Abstract some of the high level evaluation logicBozhidar Batsov2013-11-15
* [#414] Improve the tracking of ancilliary buffersBozhidar Batsov2013-11-13
* Terminology fixBozhidar Batsov2013-10-31
* Fix function nameBozhidar Batsov2013-10-29
* Signal an error if nREPL is disconnectedCharles Comstock2013-10-26
* declare nrepl-buffer-name-{separator,show-port} before useCharles Comstock2013-10-24
* [Fix #397] Fix eval interruption bindingBozhidar Batsov2013-10-24
* Fix function nameBozhidar Batsov2013-10-23
* [Fix #393] Detect properly ns formsBozhidar Batsov2013-10-23
* Look for nrepl port in .nrepl-port as well.Toby Crawley2013-10-23
* Extract some clojure-mode related code from nrepl-clientBozhidar Batsov2013-10-22
* Introduce a cider customization groupBozhidar Batsov2013-10-21
* Fix quitting an restartingBozhidar Batsov2013-10-20
* [Fix #385] Make cider and cider-jack-in autoload the entire cider.el fileBozhidar Batsov2013-10-20
* Extract some namespace related functions from nrepl-clientBozhidar Batsov2013-10-18
* [Fix #383] - Use cider-handler instead of nrepl-handlerTrevor Bernard2013-10-17
* Fix error handler's nameBozhidar Batsov2013-10-17
* Rename project to CIDERBozhidar Batsov2013-10-17
* Extract eldoc and interaction commandsBozhidar Batsov2013-10-16
* Extract REPL buffer-local variablesBozhidar Batsov2013-10-15
* Move nrepl-send-input to nrepl-replBozhidar Batsov2013-10-15
* Take care of a couple of compilation warningsBozhidar Batsov2013-10-15
* Extract nrepl-selectorBozhidar Batsov2013-10-11
* Implement connection rotation in nrepl-selectorBozhidar Batsov2013-10-11
* Extract macroexpansion logicBozhidar Batsov2013-10-11
* Extract version info into a separate fileBozhidar Batsov2013-10-11
* Start to break up the code into separate componentsBozhidar Batsov2013-10-11