unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@gnu.org>
To: Lennart Borgman <lennart.borgman@gmail.com>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Why are there two dolist?
Date: Wed, 12 Aug 2009 07:37:14 +0900	[thread overview]
Message-ID: <87r5vim0yt.fsf@catnip.gol.com> (raw)
In-Reply-To: <e01d8a50908111514q54ae89cek30ded3f7af3f73ec@mail.gmail.com> (Lennart Borgman's message of "Wed, 12 Aug 2009 00:14:12 +0200")

You mean the "subr.el", and "cl-macs.el" versions?

The latter is an extended version of the former, supporting extra stuff
to be (kinda) CL compatible (e.g., an implicit block around the body).

Most people will never see the cl-macs version; those who _should_ see
it will, because they'll have done (require 'cl) first; since the
cl-macs version supports the basic subr.el usage, it's OK if some code
that doesn't need the extra features ends up se

> And shouldn't they say that you do not have to intern/declare VAR?

It says that it binds VAR (like let), which implies that you don't need
to declare it.  I don't know why it should say anything about interning,
as that's not a concept most code needs to care about.

-Miles

-- 
Egotist, n. A person of low taste, more interested in himself than in me.




  parent reply	other threads:[~2009-08-11 22:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-11 22:14 Why are there two dolist? Lennart Borgman
2009-08-11 22:36 ` Lennart Borgman
2009-08-12  8:45   ` David Kastrup
2009-08-12  8:52     ` Lennart Borgman
2009-08-11 22:37 ` Miles Bader [this message]
2009-08-11 22:42   ` Lennart Borgman
2009-08-11 22:51     ` Miles Bader
2009-08-11 23:04       ` Lennart Borgman
2009-08-11 23:30         ` Harald Hanche-Olsen
2009-08-11 23:34           ` Miles Bader
2009-08-11 23:41             ` Lennart Borgman
2009-08-11 23:48               ` Miles Bader
2009-08-11 23:39           ` Lennart Borgman
2009-08-12  0:27             ` Harald Hanche-Olsen
2009-08-12  0:33               ` Lennart Borgman
2009-08-12  0:54                 ` Miles Bader
2009-08-12  0:59                   ` Lennart Borgman
2009-08-12  1:24                 ` Harald Hanche-Olsen

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=87r5vim0yt.fsf@catnip.gol.com \
    --to=miles@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).