emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: String interpolation


From: Lars Ingebrigtsen
Subject: Re: RFC: String interpolation
Date: Wed, 14 Dec 2016 01:14:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

John Wiegley <address@hidden> writes:

> This way you could just say:
>
>     (format "This %d" 10 " and this %d" 20)

It's slightly ambiguous, because that's a valid (if odd) statement in
Emacs today:

(format "This %d" 10 " and this %d" 20)
=> "This 10"

We may not care, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]