summaryrefslogtreecommitdiff
path: root/nrepl-client.el
Commit message (Expand)AuthorAge
* nrepl-bdecode-buffer did not handle negative integers.Paul Viola2014-05-22
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* incf -> cl-incfBozhidar Batsov2014-04-24
* [Fix #525] and clojure-emacs/cider-nrepl#25, bencode parser can handle nilGary Trakhman2014-04-08
* Tidying up nrepl-make-response-handler.Jon Pither2014-03-29
* Enable cider-jack-in on tramp buffersHugo Duncan2014-03-16
* Farewell to tabsBozhidar Batsov2014-03-11
* [Fix #501] Nil appearing in nrepl-server buffer name when no project directory.Jon Pither2014-03-07
* Code styleBozhidar Batsov2014-03-07
* Fix a bunch of unused variable warningsBozhidar Batsov2014-02-26
* Docstring fixesBozhidar Batsov2014-02-26
* Small terminology improvementsBozhidar Batsov2014-02-24
* Get rid of lexical-letBozhidar Batsov2014-02-19
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Update copyrights for 2014Bozhidar Batsov2014-02-08
* Showing endpoint host when no project directory.Jon Pither2014-01-24
* Use a more descriptive nameBozhidar Batsov2014-01-21
* Update an error messageBozhidar Batsov2014-01-21
* Use defvar-local to define buffer-local variablesBozhidar Batsov2014-01-11
* Improve tramp supportTakashi AOKI2013-12-10
* Add clojure.core qualifier to fns where missingJohn Mastro2013-12-06
* Revert an accidental changeBozhidar Batsov2013-12-02
* Remove obsolete commentBozhidar Batsov2013-12-02
* Change the name of the REPL buffer to *cider-repl ...*Bozhidar Batsov2013-12-02
* Replace redundant lexical-let with letBozhidar Batsov2013-11-28
* [Fix #237] Don't swallow output from futuresBozhidar Batsov2013-11-27
* 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