Re: Current thoughts on pw_gecos field
Lassi Kortela 19 Aug 2019 20:32 UTC
> And if the SRFI implementor does parse commas and ampersands for one
> reason or another, the display will just be cruddy :) People are used to
> getting crud on their screens anyway for any number of reasons.
I meant _doesn't_ parse.
Also Scheme comes standard with a `display` procedure.
(display (user-info:display-name (user-real-uid)))
Reads nicely :)