From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: No doc strings from DOC Date: Thu, 04 Apr 2002 10:27:08 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020404095604.AB12.LEKTU@terra.es> References: <20020403190611.3944.LEKTU@terra.es> <200204031732.g33HWZB12533@rum.cs.yale.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1017909766 29544 127.0.0.1 (4 Apr 2002 08:42:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 4 Apr 2002 08:42:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16t2pS-0007gP-00 for ; Thu, 04 Apr 2002 10:42:46 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16t31w-0002Ju-00 for ; Thu, 04 Apr 2002 10:55:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16t2om-0006Oq-00; Thu, 04 Apr 2002 03:42:04 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16t2aN-0002Uw-00 for ; Thu, 04 Apr 2002 03:27:11 -0500 Original-Received: from jbarranquero (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g348R7J06750; Thu, 4 Apr 2002 10:27:08 +0200 Original-To: "Stefan Monnier" In-Reply-To: <200204031732.g33HWZB12533@rum.cs.yale.edu> X-Mailer: Becky! ver. 2.00.10 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2369 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2369 On Wed, 03 Apr 2002 12:32:35 -0500, "Stefan Monnier" wrote: > But you don't get "Wrong type argument: stringp, 0" any more, right ? > And you did say earlier that you already got "not documented" before > my changes to doc.c, right ? > > So the only change left is that you get prompted for reload. > Do I understand it right? After updating from CVS and bootstraping today I no longer get the reloading question, nor the "Wrong type argument" error. Just a "not documented" comment in the help. It is happening for functions in standard modules that get preloaded, i.e. simple.el, subr.el, widget.el, etc. If I manually reload one of those files, either in .el or .elc form, the comments are OK. For the failing functions, the code tem = AREF (fun, COMPILED_DOC_STRING); in Fdocumentation (doc.c, line 396) is returning 0, but I don't know why. Any more hints on how to debug this? /L/e/k/t/u