IRC channel logs

2021-02-24.log

back to list of logs

<dongcarl>leoprikler: create autotools as in configure.ac, Makefile.am and friends?
<leoprikler>yep
<leoprikler>dsmith-work: TERM=dumb?
<dsmith-work>leoprikler: I have some capture/log files. Just want to clean them up a bit so I can actually read/diff them.
<leoprikler>ansi2txt?
<dsmith-work>In the colorized-logs package...
<dsmith-work>yey!
<dsmith-work>leoprikler: Seems to work!
<dsmith-work>leoprikler: Much Thanks!
<spk121>OK. In the world of meta... Here is a guile GTK app with a custom console widget rendered using guile cairo that is accepting text input and passing it to guile for evaluation. https://pasteboard.co/JPKOmsY.png
<spk121>bitmap fonts forever!
<rekado>dsmith-work: many applications also respect the NOCOLOR environment variable
<leoprikler>is this the newest workaround in a series of Vte not allowing to hook the process itself up to a terminal?
<spk121>leoprikler: nah. I just thought it would be fun. I do have another console app with VTE talking to guile
<leoprikler>i.e. a guile process spawning a vte to talk to itself?
<spk121>yup. That took some work
<leoprikler>I'd imagine. I once tried but gave up.
<spk121>I think it was guile spawning an VTE, creating custom ports to read/write to VTE, and then using those custom ports as I/O in a new guile spawned in a different thread
<Formbi>hi
<Formbi>how to disable escaping newlines with «print-set!»
<Formbi>?
<cousin_itt>Formbi - it seems like you would just type (print-set! escape-newlines #f) ... but that doesn't work. It does work for (print-set! quote-keywordish-symbols #f) though. Strange behavior for that macro.
<spk121>Formbi: (print-disable 'escape-newlines) works
***Aurora_iz_kosmos is now known as Aurora_v_kosmose
***apteryx is now known as Guest40730
***apteryx_1 is now known as apteryx
<dsmith-work>Wednesday Greetings, Guilers
***rj_ is now known as rj
<daviid>spk121: if i succeed, no promise yet (but i'd try 'hard'), would an alpha release of g-golf be a valid candidate for a potluck participation?
***rekado_ is now known as rekado
<rekado>in Guile < 3.0.5 I used module-set! to patch (web http)’s default-val-writer procedure to appease AWS. This no longer works.
<rekado>is there another way to override this private binding?
<rekado>here’s some context: https://logs.guix.gnu.org/guile/2020-07-07.log#155403
<civodul>rekado: i'm afraid no