Is it fixed on ELPA too? /Ola On Sun, Jul 28, 2019, 23:29 Lars Ingebrigtsen wrote: > Ola Nilsson 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 >