From: ·············@gmail.com
Subject: typo (or misreading) of hyperref prog2
Date: 
Message-ID: <2035cd7e-f6c8-4638-9a08-01919e15a67e@d45g2000hsc.googlegroups.com>
Hello,

The documentation for prog2 seems incosistent in the hyperref:
http://www.lispworks.com/documentation/HyperSpec/Body/m_prog1c.htm

Under the Arguments and Values heading it is stated:

result-2---the primary value resulting from the evaluation of second-
form.

Under the Description heading it is stated (my emphasis):

prog2 evaluates first-form, then second-form, and then forms, yielding
as its only value the primary value yielded by *first-form*.

I think that the first statement is correct.  Correct?

Mirko

From: Rainer Joswig
Subject: Re: typo (or misreading) of hyperref prog2
Date: 
Message-ID: <joswig-5EB0E8.16400421082008@news-europe.giganews.com>
In article 
<····································@d45g2000hsc.googlegroups.com>,
 ·············@gmail.com wrote:

> Hello,
> 
> The documentation for prog2 seems incosistent in the hyperref:
> http://www.lispworks.com/documentation/HyperSpec/Body/m_prog1c.htm
> 
> Under the Arguments and Values heading it is stated:
> 
> result-2---the primary value resulting from the evaluation of second-
> form.
> 
> Under the Description heading it is stated (my emphasis):
> 
> prog2 evaluates first-form, then second-form, and then forms, yielding
> as its only value the primary value yielded by *first-form*.
> 
> I think that the first statement is correct.  Correct?
> 
> Mirko

See here:

http://www.cliki.net/Proposed%20ANSI%20Revisions%20and%20Clarifications

and here:

http://www.cliki.net/Issue%20PROG2-RETURN-VALUE

-- 
http://lispm.dyndns.org/
From: ·············@gmail.com
Subject: Re: typo (or misreading) of hyperref prog2
Date: 
Message-ID: <93fb4a22-5fe6-44b2-8770-15f2e954ad70@j22g2000hsf.googlegroups.com>
On Aug 21, 10:40 am, Rainer Joswig <······@lisp.de> wrote:
> In article
> <····································@d45g2000hsc.googlegroups.com>,
>
>
>
>  ·············@gmail.com wrote:
> > Hello,
>
> > The documentation for prog2 seems incosistent in the hyperref:
> >http://www.lispworks.com/documentation/HyperSpec/Body/m_prog1c.htm
>
> > Under the Arguments and Values heading it is stated:
>
> > result-2---the primary value resulting from the evaluation of second-
> > form.
>
> > Under the Description heading it is stated (my emphasis):
>
> > prog2 evaluates first-form, then second-form, and then forms, yielding
> > as its only value the primary value yielded by *first-form*.
>
> > I think that the first statement is correct.  Correct?
>
> > Mirko
>
> See here:
>
> http://www.cliki.net/Proposed%20ANSI%20Revisions%20and%20Clarifications
>
> and here:
>
> http://www.cliki.net/Issue%20PROG2-RETURN-VALUE
>
> --http://lispm.dyndns.org/

Thanks,

I was not aware of that page.

Mirko