unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Heime <heimeborgia@protonmail.com>
To: Jean Louis <bugs@gnu.support>
Cc: Heime via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: Defining an array in a let clause.
Date: Mon, 05 Dec 2022 20:01:56 +0000	[thread overview]
Message-ID: <7XmMJcYBKiszoF_JTBpVzpKXoQZTe5i9vdOhppXAa05AKS6kevA0-8JAy1ktEevjfGyZiDQokHwtBefnNVUnIXdJ7EarkdQOHGQgSccqiXQ=@protonmail.com> (raw)
In-Reply-To: <Y45JrltIqiqN/u5I@protected.localdomain>


------- Original Message -------
On Monday, December 5th, 2022 at 7:42 PM, Jean Louis <bugs@gnu.support> wrote:


> * Heime heimeborgia@protonmail.com [2022-12-05 14:42]:
> 
> > How can I set up an array of five elements in a let clause.
> > 
> > (let ( (ss (nth 0 (decode-time))) ; seconds
> > (mm (nth 1 (decode-time))) ; minutes
> > (hh (nth 2 (decode-time))) ; hours
> > (us (nth 2 (current-time))) ; microsecond
> > (ps (nth 3 (current-time))) ; picosecond
> > (lc (make-array '(5))) )
> 
> 
> For array references, evaluate below functions:
> 
> (info "(elisp) Array Functions")
> 
> (info "(elisp) Sequences Arrays Vectors")

A vector solved it with (lc (make-vector 6 0))



  reply	other threads:[~2022-12-05 20:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 11:40 Defining an array in a let clause Heime
2022-12-05 12:54 ` Eli Zaretskii
2022-12-05 13:56   ` Heime
2022-12-05 14:42     ` Eli Zaretskii
2022-12-05 18:12       ` Eduardo Ochs
2022-12-05 19:42 ` Jean Louis
2022-12-05 20:01   ` Heime [this message]
2022-12-05 21:44 ` Stefan Monnier via Users list for the GNU Emacs text editor

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='7XmMJcYBKiszoF_JTBpVzpKXoQZTe5i9vdOhppXAa05AKS6kevA0-8JAy1ktEevjfGyZiDQokHwtBefnNVUnIXdJ7EarkdQOHGQgSccqiXQ=@protonmail.com' \
    --to=heimeborgia@protonmail.com \
    --cc=bugs@gnu.support \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).