It’s possible to use the syntax`/usr/${LIB}/libstderred.so` in `LD_PRELOAD`, where `${LIB}` will contextually expand to either `lib` or `lib32`, etc. However, this will still result in error messages by ld.so unless...
Sorry for letting this lie around stale for so long! This looks a bit too magical for my taste and I wonder whether this may make it easier for files...
`.cjc` is the old binary savegame format, which is currently unsupported, I’m afraid. As a work-around, it is possible to load `.cjc` saves in TTS and just save them again....
I guess the latter point would complicate the tests somewhat, unless there’s some way of doing the propertization before the actual format at run-time.
Hi! Ah, I didn’t know ELPA had the copyright assignment thing. If the changes seem useful to you I can fill out the assignment no problem; my only concern was...
I recently realized I completely lost track of the copyright assigment process I had started back then. So, with only 2 years of latency, I now went through with the...
I simplified things somewhat. For now, all this does is add `hydra-default-face` from which all other faces inherit, and also uses this face for all text apart from the heads....
Hello Oleh. I did glance over the test suite, hence my question. A lot of the tests hard-code the exact propertized string they expect. So, when anything about the UI...
> Unfortunately, there's manual work involved in rewriting the tests (easy), and checking that that they still make sense (harder). Okay, thanks! My guess is the best way to validate...
So I updated the failing tests. I couldn’t exactly reproduce your previous indentation though, even when tweaking `lisp-indent-offset`, so the commit adds whitespace changes. To make this less jarring, when...