help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elisp errors


From: Samuel Wales
Subject: Re: elisp errors
Date: Sat, 31 Jan 2009 19:52:13 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]