[m-users.] string_writer / stream and writing strings with %s in them

Zoltan Somogyi zoltan.somogyi at runbox.com
Sun Feb 13 20:57:02 AEDT 2022


2022-02-13 20:49 GMT+11:00 "Sean Charles (emacstheviking)" <objitsu at gmail.com>:
> I spoke to soon...my problem resurfaced and I have spent a good while tracking it down, finally, applying the Rule of Sherlock Holmes, it turned out to be here, this is what I had
> 
> wr_text(Text, !S) :-
>     stream.string_writer.format(
>         string.builder.handle, Text, [], !S).

If you had --warn-unknown-format-calls enabled, the compiler
would have pointed you to that line of code.

What do people think: should we turn that option on
by default?

Zoltan.


More information about the users mailing list