From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: gdb doc Date: Tue, 27 Mar 2007 11:06:50 +0200 (CEST) Message-ID: <24533283.905551174986410904.JavaMail.www@wwinf4206> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1174986424 31187 80.91.229.12 (27 Mar 2007 09:07:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Mar 2007 09:07:04 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 27 11:06:58 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 1HW7dp-0000jD-Qt for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 11:06:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW7gA-00016w-Am for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 04:09:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HW7g7-00014Y-21 for emacs-devel@gnu.org; Tue, 27 Mar 2007 05:09:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HW7g6-00013u-GG for emacs-devel@gnu.org; Tue, 27 Mar 2007 05:09:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW7g6-00013k-BF for emacs-devel@gnu.org; Tue, 27 Mar 2007 04:09:18 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HW7dk-0003rP-5Z; Tue, 27 Mar 2007 05:06:52 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4204.voila.fr (SMTP Server) with ESMTP id EAB4B1C0005A; Tue, 27 Mar 2007 11:06:50 +0200 (CEST) Original-Received: from wwinf4206 (wwinf4206 [10.232.2.33]) by mwinf4204.voila.fr (SMTP Server) with ESMTP id DF52F1C0004F; Tue, 27 Mar 2007 11:06:50 +0200 (CEST) X-ME-UUID: 20070327090650914.DF52F1C0004F@mwinf4204.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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:68658 Archived-At: > Message du 22/03/07 =C3=A0 16h40 > De : "Richard Stallman" > A : "Eli Zaretskii" > Copie =C3=A0 : alinsoar@voila.fr, emacs-devel@gnu.org > Objet : Re: gdb doc >=20 > > 1. lisp function name that is evaluated is "+". >=20 > Compare the car of the Feval's argument with Qplus. >=20 > > 2. number of arguments is eq with 10. >=20 > Try calling Flength on the cdr of the Feval's arguments, and compare > the result with 10. >=20 > Those are good examples for teaching people how to > take advantage of these features. > How about adding these examples to etc/DEBUG? >=20 >=20 When I clarify some many problems about debugging Feval I will add the docu= mentation in etc/DEBUG and maybe a code in src/.gdbinit.