unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ola Nilsson <ola.nilsson@gmail.com>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: 23244@debbugs.gnu.org
Subject: bug#23244: 24.4; let-alist does not handle vectors
Date: Mon, 29 Jul 2019 13:25:54 +0200	[thread overview]
Message-ID: <CAKyOKyG8cnC6P7VqmHiD=wXdqyLaXeyrrK5TqTpS99LoThzxKw@mail.gmail.com> (raw)
In-Reply-To: <878sshalv4.fsf@mouse.gnus.org>

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

Is it fixed on ELPA too?
/Ola

On Sun, Jul 28, 2019, 23:29 Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Ola Nilsson <ola.nilsson@gmail.com> writes:
>
> > This construct does not work (gives error "(void-variable \.a)"):
> >
> > (let-alist '((a . 1) (b . 2))
> >   `[,(+ .a .b)])
> >
> > while this construct returns the expected [3]
> >
> > (let-alist '((a . 1) (b . 2))
> >   (+ .a .b)
> >   `[,(+ .a .b)])
> >
> > The problem seems to be that let-alist--deep-dot-search skips vectors.
>
> (I'm going through old Emacs bug reports that haven't received any
> response.)
>
> Yup.  I think this is now fixed on the Emacs trunk.
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no
>

[-- Attachment #2: Type: text/html, Size: 1329 bytes --]

  reply	other threads:[~2019-07-29 11:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08 11:13 bug#23244: 24.4; let-alist does not handle vectors Ola Nilsson
2019-07-28 21:29 ` Lars Ingebrigtsen
2019-07-29 11:25   ` Ola Nilsson [this message]
2019-07-29 13:58     ` Lars Ingebrigtsen
2019-07-31  1:19       ` Noam Postavsky
2019-07-31 18:42         ` Lars Ingebrigtsen
2019-07-31 18:50           ` Noam Postavsky

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CAKyOKyG8cnC6P7VqmHiD=wXdqyLaXeyrrK5TqTpS99LoThzxKw@mail.gmail.com' \
    --to=ola.nilsson@gmail.com \
    --cc=23244@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).