all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: elisp errors
Date: Sat, 31 Jan 2009 19:52:13 -0700	[thread overview]
Message-ID: <20524da70901311852x728e33b8v39cbed78fa5251e4@mail.gmail.com> (raw)
In-Reply-To: <barmar-DDB192.22481122012009@mara100-84.onlink.net>

On Thu, Jan 22, 2009 at 20:48, Barry Margolin <barmar@alum.mit.edu> wrote:
> (dotimes (i 100)
>  (c-indent-command)
>  (move-beginning-of-line 0)
>  (next-line 1)
>  (message "fin partielle"))

Question: is this the usual approach?  Seems a little strange to bind
i when it's not used, especially since emacs lisp uses dynamic extent
by default.

A minor note: this might require 'cl, (an excellent package).

(For those who don't know, Barry is a very experienced Common Lisper.)

-- 
For personal and corporate gain, myalgic encephalomyelitis denialists
are knowingly causing massive suffering and 25-years-early death by
grossly corrupting science.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm




  parent reply	other threads:[~2009-02-01  2:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22 16:56 elisp errors synhedionn
2009-01-23  3:48 ` Barry Margolin
2009-01-23 20:27   ` synhedionn
2009-01-24  4:19     ` Barry Margolin
2009-02-01  2:52   ` Samuel Wales [this message]
     [not found]   ` <mailman.6394.1233456736.26697.help-gnu-emacs@gnu.org>
2009-02-01  2:58     ` Barry Margolin

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=20524da70901311852x728e33b8v39cbed78fa5251e4@mail.gmail.com \
    --to=samologist@gmail.com \
    --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.