From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: gdb doc Date: Thu, 22 Mar 2007 11:38:12 -0400 Message-ID: References: <25425781.121441174484367331.JavaMail.www@wwinf4202> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174578041 4865 80.91.229.12 (22 Mar 2007 15:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 15:40:41 +0000 (UTC) Cc: alinsoar@voila.fr, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 16:40:34 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HUPOl-000798-Ht for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 16:40:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUPQZ-0003R3-2c for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 10:42:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUPQV-0003MP-KO for emacs-devel@gnu.org; Thu, 22 Mar 2007 11:42:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUPQU-0003Ky-VA for emacs-devel@gnu.org; Thu, 22 Mar 2007 11:42:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUPQU-0003Kd-P1 for emacs-devel@gnu.org; Thu, 22 Mar 2007 10:42:06 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HUPOg-0001Tp-DN for emacs-devel@gnu.org; Thu, 22 Mar 2007 11:40:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HUPMi-0004FT-9e; Thu, 22 Mar 2007 11:38:12 -0400 In-reply-to: (message from Eli Zaretskii on Wed, 21 Mar 2007 21:58:59 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68301 Archived-At: > 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?