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

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

Re: Toggle appointment notification


From: Christopher Dimech
Subject: Re: Toggle appointment notification
Date: Wed, 2 Dec 2020 16:04:35 +0100

> Sent: Wednesday, December 02, 2020 at 3:20 PM
> From: "Robert Pluim" <rpluim@gmail.com>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: tomas@tuxteam.de, help-gnu-emacs@gnu.org
> Subject: Re: Toggle appointment notification
>
> 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.

Quite convenient.  Have to make a note of this.
 
> Robert
>



reply via email to

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