[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using gv in map and seq?
From: |
Stefan Monnier |
Subject: |
Re: Using gv in map and seq? |
Date: |
Mon, 15 Jun 2015 21:45:52 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Something like the patch below seems to work (and it generalizes
> map-put to accept for MAP not only symbols but any "lvalue"). It also
> tightens the code generated by map--dispatch.
BTW, just like `map-put', it suffers from the major problem that it
hardcodes in the macroexpanded code (i.e. in the .elc files of Elisp
packages that use map-put) the current definition of map--dispatch and
the current 3 supported map types.
So we should introduce a helper function (call it map--put) and move
most of the setter's code there (including the dispatch).
Stefan
- Using gv in map and seq?, Nicolas Petton, 2015/06/15
- Re: Using gv in map and seq?, Stefan Monnier, 2015/06/15
- Re: Using gv in map and seq?, Nicolas Petton, 2015/06/15
- Re: Using gv in map and seq?, Stefan Monnier, 2015/06/15
- Re: Using gv in map and seq?,
Stefan Monnier <=
- Re: Using gv in map and seq?, Nicolas Petton, 2015/06/16
- Re: Using gv in map and seq?, Nicolas Petton, 2015/06/16
- Re: Using gv in map and seq?, Stefan Monnier, 2015/06/16
- Re: Using gv in map and seq?, Stefan Monnier, 2015/06/17
- Re: Using gv in map and seq?, Nicolas Petton, 2015/06/17
- Re: Using gv in map and seq?, Stefan Monnier, 2015/06/17
- Re: Using gv in map and seq?, Nicolas Petton, 2015/06/18
- Re: Using gv in map and seq?, Stefan Monnier, 2015/06/18
- Re: Using gv in map and seq?, Nicolas Petton, 2015/06/16
- [OT] Working with patches inlined in emails (was: Using gv in map and seq?), Nicolas Petton, 2015/06/18