From: CToID <funk443@yahoo.com.tw>
To: help-gnu-emacs@gnu.org
Subject: Re: Looping through sequence of buttons and labels
Date: Wed, 3 Jul 2024 12:13:10 +0800 [thread overview]
Message-ID: <07b83682-1944-498e-ace3-74e61f125583@yahoo.com.tw> (raw)
In-Reply-To: <uMCK_iy_4qliFRp0Z1Ky7R_mreaaEA2pgowwFFgAImFFsjxa06NmtRX0FqbjGgjR1E2vwakGi1SiJ_qZ07hu4bZJOiOGG6BrtJBopLtk-AI=@protonmail.com>
```
(dolist (VAR LIST [RESULT]) BODY...)
Loop over a list.
Evaluate BODY with VAR bound to each car from LIST, in turn.
Then evaluate RESULT to get return value, default nil.
```
--
Best,
ID
next prev parent reply other threads:[~2024-07-03 4:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-02 23:19 Looping through sequence of buttons and labels Heime
2024-07-03 4:13 ` CToID [this message]
2024-07-03 4:15 ` CToID
2024-07-03 8:10 ` Heime
2024-07-03 19:24 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=07b83682-1944-498e-ace3-74e61f125583@yahoo.com.tw \
--to=funk443@yahoo.com.tw \
--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.