Lisp student

Results 91 comments of Lisp student
trafficstars

Joyent's pkgsrc somehow manages to compile [caddy on illumos](https://github.com/joyent/pkgsrc/tree/trunk/www/caddy), but it is with no packages.

Done [#539](https://github.com/rust-embedded/cross/issues/539). Thank you for considering this request.

> Feel free to ping me once cross has support for this. The feature requested has been merged: https://github.com/cross-rs/cross/issues/539

Thank you for reconsidering this. I am a user and fan of `miniserve`, already using it on other platforms and wishing to have it on illumos when possible. I am...

I must say I am learning a lot by studying `el-get` code, and I like it very much. I see there are no specified methods in [method directory](https://github.com/dimitri/el-get/tree/master/methods) for what...

A simple, hacky, way would be to use `:type http` with`:url "file:///`, ie something like: ``` (defconst el-get-sources '((:name buffer-move :type http :url "file:///home/src/emacs/buffer-move/buffer-move.el"))) ```

It seems Emacs can find the shell and all the commands, including `make`, etc, but not if executed directly. I also tried @npostavs [suggestion given here](https://emacs.stackexchange.com/a/27336), to no avail. In...

I was able to have BBDB recipe work within Windows + MSYS2 by adding this line to it: ``` :build/windows-nt (("sh" "autogen.sh") ("sh" "configure") ("make")) ``` The whole recipe would...

There is also the work by Frank James [patching drakma](https://github.com/fjames86/drakma/commit/2bd4300f194cad736d2a4003d1716d7974bfdff0). This conditionally compiles to use his [schannel](https://github.com/fjames86/schannel) library on Windows rather than CL+SSL.