help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Toggle appointment notification


From: Robert Pluim
Subject: Re: Toggle appointment notification
Date: Wed, 02 Dec 2020 15:20:43 +0100

Christopher Dimech <dimech@gmx.com> writes:

>> So you can do:
>>
>>   (format "look here: %S" (list (+ 3 4) (list 'a 'b 'c) 
>> (current-time-string) (current-fill-column)))
>>
>>   => "look here: (7 (a b c) \"Wed Dec  2 14:42:30 2020\" 70)"
>
> Did not know one may use a single format specifier for multiple objects.

Itʼs a single object: a list containing a number, a list, a string and
another number.

Robert



reply via email to

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