Hi, attached the new fix. Does the "v2" line count as changelog? Cheers, Simon On 05/07/2012 11:02 PM, Achim Gratz wrote: > Simon Thum writes: >> I'm sure there is a better way to fix this, but the attached patch >> helps me to not get something like "Warning: argument nil not >> recognized" spoiling every maxima result. > > I'd rather do this directly in the let form: > > - (let* ((cmdline (cdr (assoc :cmdline params))) > + (let* ((cmdline (or (cdr (assoc :cmdline params)) "")) > > And please provide a changelog with your patch. > > > Regards, > Achim.