Ada Avery

Results 9 comments of Ada Avery

Yeah! Now that you mention it, I remember thinking similar things a long time back. I was thinking of it as being analogous to emacs and emacsclient.

Thanks for the interest and enthusiasm! I’d love some help getting tab complete done. If tab complete worked then I’d actually be willing to use SHCL as my daily shell!...

> As far as the complexity, could you point me towards/tell me how the completion is currently handled? Like the entrance function, or entry points into the completion? Sure thing!...

@szos > This is awesome. all that needs to be done for completions is done just by defining the syntax/grammar itself. Correct me if I'm wrong, but here is what...

That particular failure started with SBCL 1.5.3. I don't know what is going on, honestly. As best I can tell, its taking issue with the `+whitespace-characters+` constant in `shcl/core/utility.lisp`. I...

Thanks for expressing interest! Coming back to this project and finishing it up has been on my todo list for, uh, let’s see… oh… shit. It’s been a long time....

I have a pull request which (sort of) resolves this. https://github.com/gittup/tup/pull/237

Here are some more details. My standard input is backed by a file descriptor, and I can produce that fd when needed. Notably, standard input might not be backed by...