Javier Olaechea

Results 33 comments of Javier Olaechea

@sensorflo I am not the author of auto-document.el

Chipping in w/ the suggestions Currently `cl-strings` is not [portable](http://www.lispworks.com/documentation/HyperSpec/Body/26_glo_p.htm#portable), as `make-template-parser` as [for-as clauses after a conditional clause](http://www.lispworks.com/documentation/HyperSpec/Body/m_loop.htm). That is, while is intermingled with for clauses. This is not...

Glad to learn that the deftable suggestion was already implemented. I guess the question is what is missing for the rewrite branch to be merged? Btw the new macro signature...

> Hm, you are right. But I don't know what else to call it. unmapped is perhaps too long. What about mixin? it is that use case of not mapping...

Regarding your last question, you can get a list of buffers where sly-mode is enabled using ```elisp (cl-remove-if-not #'my/sly-buffer-p (buffer-list)) (defun my/sly-buffer-p (buf) (with-current-buffer buf (bound-and-true-p sly-mode))) ``` so something...

> Also you would have to be connected, Not connected, it only needs to fetch the dependencies once. But if support asdf-less lisps is important then yeah, it is a...

I think that the org file should give an overview and should not exceed two (3 at most) pages. Something that one can read with ease before diving into the...

This is what I have about the bootstrap process. I am not happy with the 'flow' of the text. it reads liek a list of bullet points. Also I am...

@pnathan thanks for the suggestion. You were right. I've rewritten it as an ordered list and am much happier with the result. ``` rst Bootstrap Process ================= 1. The compiler...

@davazp I've started to write some docs on the compiler, they are still far from complete. What can be of most value to you when you are writing the document...