From: Barry Margolin <barmar@alum.mit.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Setting the nth element of a list
Date: Fri, 05 Jun 2009 16:51:37 -0400 [thread overview]
Message-ID: <barmar-F1AA7A.16513705062009@mara100-84.onlink.net> (raw)
In-Reply-To: b775c362-a37c-4d38-bce1-8de6922acbd3@b1g2000vbc.googlegroups.com
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 705 bytes --]
In article
<b775c362-a37c-4d38-bce1-8de6922acbd3@b1g2000vbc.googlegroups.com>,
Nordlöw <per.nordlow@gmail.com> wrote:
> How do I accomplish the same with arrays? Using aref I guess. Here is
> my mockup that doesn't yet do what I want:
>
> (defun setnthref (n array x)
> "Set N:th element of ARRAY to X for side effects only."
> (set (aref array n) x))
There's already a built-in function aset that does exactly that, except
it takes its arguments in a different order. Why do you need your own
function?
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
prev parent reply other threads:[~2009-06-05 20:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-04 21:08 Setting the nth element of a list Nordlöw
2009-06-04 22:06 ` Drew Adams
2009-06-04 22:35 ` Lennart Borgman
2009-06-05 2:25 ` Barry Margolin
2009-06-05 13:06 ` Nordlöw
2009-06-05 13:10 ` Nordlöw
2009-06-05 13:25 ` Pascal J. Bourguignon
2009-06-05 13:57 ` Nordlöw
2009-06-05 15:08 ` Pascal J. Bourguignon
2009-06-05 16:56 ` bigfaceworm
2009-06-06 6:01 ` Miles Bader
2009-06-05 20:51 ` Barry Margolin [this message]
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=barmar-F1AA7A.16513705062009@mara100-84.onlink.net \
--to=barmar@alum.mit.edu \
--cc=help-gnu-emacs@gnu.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 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.