Steve Purcell

Results 398 comments of Steve Purcell

Of course, if you start copying that dir into the image, there's no guarantee that the end user could conveniently re-run the build process in a compatible way. For that,...

> Ok so nix-env just "install things" (cached or not) and nix-build is what might be used by nix-env, so I should call that to keep the artifacts. Yes and...

Yeah, I'd be a bit wary of doing too much work to handle this special case. FWIW it's quite easy to use Nix locally to experiment with building a patched...

I'll probably enable native compilation on my HEAD builds in due course. I think modules are enabled by default?

I'm a little bit curious about what the perceived benefits would be of enabling native compilation by default in an emacs used for CI testing. From my perspective it complicates...

> I use the docker image to run the emacs I use to work and it only became usable in terms of speed after caching the pre-compiled files (`eln-cache`) folder...

If there are any differences which are significant to ag.el, then why not just clone ag.el to pt.el? Adding a bunch of conditional code seems a bit messier IMO.

And a wgrep-pt.el, of course. ;-)

Yes, I think that with `--column` added, `pt` would have everything `ag.el` needs, which would be the best outcome overall IMO.

At first glance, that doesn't look as complete as `ag.el`.