Hi Thorsten,
> I have to try fill, and think more about the whole issue, but the last
> version with @X looks pretty close to what I'm looking for.
Ah, yes, didn't think about that when I wrote the last mail. This is
also a possibility:
(de g Lst
(fill Lst) )
(setq @Temp 33)
(g Current temperature in Berlin is @Temp °Celsius)
-> (Current temperature in Berlin is 33 °Celsius)
♪♫ Alex
On Sun, Aug 09, 2015 at 10:50:11AM +0200, Alexander Burger wrote:
> (de g Args
> (mapcar
> '((X)
> (if (pair X) (val (car X)) X) )
> Args ) )
>
>
> (setq Temp 33)
>
> (g Current temperature in Berlin is (Temp) °Celsius)
> -> (Current temperature in Berlin is 33 °Celsius)
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe