all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Nicolas Petton <nicolas@petton.fr>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: Using gv in map and seq?
Date: Tue, 16 Jun 2015 20:41:54 -0400	[thread overview]
Message-ID: <jwvpp4vf9uz.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <871thbbdd0.fsf@petton.fr> (Nicolas Petton's message of "Tue, 16 Jun 2015 22:35:39 +0200")

>>> 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.
> But you have completely removed `map-put' here, right?  Is it supposed to
> be implemented in terms of `map-elt' now that it is "set-able"?

Indeed, it becomes redundant: you can use (setf (map-elt M K) V) à la place.

> > Something like the patch below seems to work (and it generalizes
> > map-put to accept for MAP not only symbols but any "lvalue").
> For lists, yes indeed. I was looking for a simple way to do that,
> thanks!

Since the macro-expansion is done before we know what type we'll get,
the restriction to lvalues carries over to all other types :-(

> Je bloque sur ton code, quand j'évalue
>
>     (setq my-map '())
>     (setf (map-elt my-map 'b) 4)
>
> J'ai une erreur `Debugger entered--Lisp error: (void-variable map)'

Il y a en tout cas l'erreur ci-dessous qu'il faut corriger:

> > +        `(map--dispatch map
                             ^^^
                             ,map

-- Stefan



  reply	other threads:[~2015-06-17  0:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-15 10:47 Using gv in map and seq? Nicolas Petton
2015-06-15 12:41 ` Stefan Monnier
2015-06-15 13:48   ` Nicolas Petton
2015-06-15 16:30     ` Stefan Monnier
2015-06-16  1:45       ` Stefan Monnier
2015-06-16  7:13         ` Nicolas Petton
2015-06-16 20:35         ` Nicolas Petton
2015-06-17  0:41           ` Stefan Monnier [this message]
2015-06-17 12:58             ` Stefan Monnier
2015-06-17 14:40               ` Nicolas Petton
2015-06-17 17:39                 ` Stefan Monnier
2015-06-18 19:59                   ` Nicolas Petton
2015-06-19  2:52                     ` Stefan Monnier
2015-06-16 21:28       ` Nicolas Petton
2015-06-18  8:31       ` [OT] Working with patches inlined in emails (was: Using gv in map and seq?) Nicolas Petton
2015-06-18  8:51         ` Eli Zaretskii
2015-06-18  9:27           ` [OT] Working with patches inlined in emails João Távora
2015-06-18  9:38           ` [OT] Working with patches inlined in emails (was: Using gv in map and seq?) Nicolas Petton
2015-06-18  9:45             ` Nicolas Petton
2015-06-18  8:58         ` [OT] Working with patches inlined in emails Andreas Schwab

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=jwvpp4vf9uz.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=nicolas@petton.fr \
    /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.