From: Vassil Nikolov
Subject: Re: macro for multiple defvar
Date: 
Message-ID: <kay7j3ugdk.fsf@localhost.localdomain>
On Fri, 1 Jun 2007 15:28:59 +0200, karel-de-macil <ยทยทยทยท@wanadoo.fr> said:

| hello all,
| i try to write a macro which apply defvar to the first argument : a list.

  You are doing this just as an exercise, aren't you, but you are not
  going to use it in your programs, are you?  Usually, you _do_ want
  an initial value _and_ a doc-string in each DEFVAR form, and then
  having one occurrence of the symbol DEFVAR per variable is nothing
  to worry about.  In other words, defining a variable without giving
  it an initial value and without documenting it costs more than it
  saves, no matter how tempting to think otherwise.

  ---Vassil.


-- 
The truly good code is the obviously correct code.