Bonjour ! Frédéric Marchal <[email protected]> skribis:
> I'm translating Skribilo into French but I can't figure out what the > arguments to the "format" command are. > > For instance: > > (format (current-error-port) > (_ "~a: unknown markup option for '~a'~%") > option markup))) > > What are ~a and ~%? “~a” is a bit like “%s” in C: it displays the given object, which may be a string but not necessarily. “~%” is like “\n”: it’s a newline. HTH, Ludo’. _______________________________________________ Skribilo-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/skribilo-users
