GNU bug report logs - #35131
27.0.50; desktop-save no longer saves register containing frameset

Previous Next

Package: emacs;

Reported by: Tadeus Prastowo <tadeus.prastowo <at> unitn.it>

Date: Wed, 3 Apr 2019 22:17:02 UTC

Severity: normal

Found in version 27.0.50

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 35131 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Noam Postavsky <npostavs <at> gmail.com>
Cc: 35131 <at> debbugs.gnu.org, tadeus.prastowo <at> unitn.it
Subject: Re: bug#35131: 27.0.50;
 desktop-save no longer saves register containing frameset
Date: Thu, 04 Apr 2019 16:30:15 -0400
>> +     (let* ((pass1 (let ((res ()))
>> +                     (dotimes (i (length value))
>> +                       (push (desktop--v2s (aref value i)) res))
>> +                     (nreverse res)))
> Isn't this just (mapcar #'desktop--v2s value)?

    (mapcar #'identity (record 'sm-foo 1 2 3))  ==>  nil


-- Stefan




This bug report was last modified 6 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.