Hi Attila, Attila Lendvai writes: > (set! config (apply-config-defaults config)) You can simply shadow the config variable rather than setting its value, using (let ((config (...))) ...) or even define if you're in the right form. Best, -- Josselin Poiret