From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
Conclusion of that exchange (sorry for being a little slo= w to understand everything the 3 of you wrote):Th= is:=C2=A0 =C2=A0=C2=A0(prin1 name)
=C2=A0 =C2=A0=C2=A0(princ= =C2=A0" is ")
=C2=A0 =C2=A0=C2=A0(princ (if=C2=A0(memq (aref s= tatus 0) '(?a ?e ?i ?o ?u))=C2=A0"an "=C2=A0"a=C2=A0&quo= t;))
=C2=A0 =C2=A0=C2=A0(princ status)
=C2=A0 =C2=A0=C2=A0(princ=C2= =A0" package.\n\n")Can reasonably be replaced = by this:=C2=A0 =C2=A0=C2=A0(let=C2=A0(sentence (format=C2=A0&quo= t;The status of package %1$S is=C2=A0`%2$s'.\n\n"=C2=A0name status= )))
=C2=A0 =C2=A0=C2=A0(princ sentence))Is that corre= ct ?