summaryrefslogtreecommitdiff
path: root/cider-selector.el
Commit message (Collapse)AuthorAge
* pushnew -> cl-pushnewBozhidar Batsov2015-07-16
|
* Use string-match-p/looking-at-p as possibleSyohei YOSHIDA2015-04-22
|
* Fix indentationMichael Griffiths2015-03-20
|
* Update copyright yearsBozhidar Batsov2015-03-01
|
* Use repl buffer as connection bufferVitalie Spinu2014-08-25
| | | | | | | | | | | | | Ancillary changes: - new functions `nrepl-start-client-process' and `nrepl-start-server-process'. - `cider-init-repl-buffer' and `cider-create-repl-buffer' have clear cut separation of functionality - `nrepl-make-buffer-name` and all `cider-create-xxx-buffer-name` take explicit dir, port and host variables. - increase `nrepl-decode-timeout` to 0.025 for greater reliability - merge `nrepl--handle-process-output` into client process filter - remove `nrepl-connect' in favor of `nrepl-start-client-process'
* loop -> cl-loopBozhidar Batsov2014-08-11
|
* Make it possible to select the error buffer via cider-selectBozhidar Batsov2014-06-06
|
* Rename nrepl-log-events to nrepl-log-messagesBozhidar Batsov2014-05-27
| | | | This was done to reflect properly nREPL's terminology.
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
|
* Farewell to tabsBozhidar Batsov2014-03-11
|
* Use lexical binding everywhereBozhidar Batsov2014-02-19
|
* Update copyrights for 2014Bozhidar Batsov2014-02-08
|
* Extract selector help buffer name into a defconstBozhidar Batsov2013-12-05
|
* Small doc fixesBozhidar Batsov2013-12-05
|
* Improve selector helpBozhidar Batsov2013-11-28
|
* Abstract some of the high level evaluation logicBozhidar Batsov2013-11-15
|
* Fix buildBozhidar Batsov2013-11-10
|
* Fix a typoBozhidar Batsov2013-11-10
|
* Don't consider special buffers in cider--recently-visited-bufferBozhidar Batsov2013-11-10
|
* Move cider-recently-visited-buffer to cider-selector.elBozhidar Batsov2013-11-10
|
* Autoload cider-selectorBozhidar Batsov2013-10-28
|
* cider-selector.el depends on cider-find-or-create-repl-bufferCharles Comstock2013-10-24
|
* Fix a typo in function nameBozhidar Batsov2013-10-21
|
* Rename project to CIDERBozhidar Batsov2013-10-17