all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Noam Postavsky <npostavs@gmail.com>
Cc: 35131@debbugs.gnu.org, tadeus.prastowo@unitn.it
Subject: bug#35131: 27.0.50; desktop-save no longer saves register containing frameset
Date: Thu, 04 Apr 2019 16:30:15 -0400	[thread overview]
Message-ID: <jwvzhp5seer.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <CAM-tV-_JkEvO=3U_jAx3GKYoina+EGtH5zh7egk+xP_JDLDGig@mail.gmail.com> (Noam Postavsky's message of "Thu, 4 Apr 2019 13:57:20 -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





  reply	other threads:[~2019-04-04 20:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 22:15 bug#35131: 27.0.50; desktop-save no longer saves register containing frameset Tadeus Prastowo
2019-04-03 22:31 ` Drew Adams
2019-04-03 22:33   ` Tadeus Prastowo
2019-04-04 17:48 ` bug#35131: " Stefan Monnier
2019-04-04 17:57   ` Noam Postavsky
2019-04-04 20:30     ` Stefan Monnier [this message]
2019-04-04 18:37   ` Tadeus Prastowo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvzhp5seer.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=35131@debbugs.gnu.org \
    --cc=npostavs@gmail.com \
    --cc=tadeus.prastowo@unitn.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.