all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Michael Heerdegen <michael_heerdegen@web.de>, help-gnu-emacs@gnu.org
Subject: RE: alist-get in Emacs 24?
Date: Thu, 8 Oct 2015 08:53:55 -0700 (PDT)	[thread overview]
Message-ID: <fcc233e7-0e38-458c-8eaf-12efa985d8ed@default> (raw)
In-Reply-To: <87egh5g48f.fsf@web.de>

> Second, yes, you could modify the list structure, but this can't be
> done if the alist is empty, because the empty (a)list is not a cons.
> At least in this case, your setter would still have to receive a symbol.

I don't see it that way.  How is this different from defining
`delete' or any of the other structure potentially-modifying
functions?  None of those functions require you to pass a symbol
argument.  The only function I can think of offhand that does
that is `add-to-list'.  Its more common (and generally more useful)
cousins, `push' and `pushnew' don't do that.

Yes, with such (destructive) functions, if you have a variable
pointing to the list (empty or not), you do need to re-set it
to the result returned by the function.  But that's all, AFAIK.

As I said (examples):
 (setq THE-VAR (my-set-alist-value key alist value))
 (setq foo (delete 42 foo))



  reply	other threads:[~2015-10-08 15:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02  6:32 alist-get in Emacs 24? Marcin Borkowski
2015-10-02  6:39 ` Dmitry Gutov
2015-10-02  6:54   ` Marcin Borkowski
2015-10-02  7:34 ` Michael Heerdegen
2015-10-02  8:49   ` Marcin Borkowski
2015-10-03  3:05     ` Michael Heerdegen
2015-10-02 13:37   ` Stefan Monnier
2015-10-07 19:15   ` Marcin Borkowski
2015-10-07 20:45     ` Drew Adams
2015-10-08  8:21     ` Michael Heerdegen
2015-10-08 15:53       ` Drew Adams [this message]
2015-10-08 16:14         ` Michael Heerdegen

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=fcc233e7-0e38-458c-8eaf-12efa985d8ed@default \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=michael_heerdegen@web.de \
    /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.