Bozhidar Batsov
Bozhidar Batsov
This will make it easier for Emacs users to discover the package.
Currently 5 tests are failing: ``` [00:00.986] 5 unexpected results: [00:00.986] FAILED adoctest-test-tempo-delimited-blocks [00:00.986] FAILED adoctest-test-tempo-macros [00:00.986] FAILED adoctest-test-tempo-paragraphs [00:00.986] FAILED adoctest-test-tempo-passthroug-macros [00:00.986] FAILED adoctest-test-tempo-quotes ``` We can either fix,...
Tempo mode (which adoc-mode uses internally for adoc templates) is quite old and has pretty much no documentation. It seems that Tempel is a nice modern alternative https://github.com/minad/tempel I guess...
Hey there! I was curious what's the state of the project and namely is it in a good enough shape to work with CIDER? I've been working these days on...
`core.complete` is pretty much abandon-ware these days. I'd suggest replacing it the more feature-rich, documented and tested [compliment](https://github.com/alexander-yakushev/compliment). Not to mention it's actively maintained. As their APIs are pretty similar...
I think that `flx` should use some special face for the current candidate (although it's always the first one) to make it visually more apparent that it's the one selected....
Many of the docstrings in `flx.el` and `flx-ido.el` at the moment do no comply to the established Emacs standards (`M-x checkdoc`) - it'd be great if they did. I'd have...
Some packages have an `Authors` header (instead of `Author`), e.g. `clojure-mode`: ``` ;; Authors: Jeffrey Chu ;; Lennart Staflin ;; Phil Hagelberg ;; Bozhidar Batsov ``` This seems to be...
Currently `lein-nrepl` has only a headless mode. It might be nice to add the ability to start the basic build in REPL or REPLy as well.
This allows you to have much more expressive tests (similar to what you get from jasmine/rspec) and simplifies the travis integration a lot. https://github.com/jorgenschaefer/emacs-buttercup The project doesn't have many tests...