[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gdb doc
From: |
Richard Stallman |
Subject: |
Re: gdb doc |
Date: |
Thu, 22 Mar 2007 11:38:12 -0400 |
> 1. lisp function name that is evaluated is "+".
Compare the car of the Feval's argument with Qplus.
> 2. number of arguments is eq with 10.
Try calling Flength on the cdr of the Feval's arguments, and compare
the result with 10.
Those are good examples for teaching people how to
take advantage of these features.
How about adding these examples to etc/DEBUG?
- gdb doc, A Soare, 2007/03/21
- Re: gdb doc, Eli Zaretskii, 2007/03/21
- Re: gdb doc,
Richard Stallman <=