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: No doc strings from DOC Date: Wed, 03 Apr 2002 13:10:53 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020403125818.391B.LEKTU@terra.es> 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 1017833606 4688 127.0.0.1 (3 Apr 2002 11:33:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 11:33:26 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16sj14-0001DV-00 for ; Wed, 03 Apr 2002 13:33:26 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16sjD9-0007Qc-00 for ; Wed, 03 Apr 2002 13:45:55 +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 16sijR-0003O3-00; Wed, 03 Apr 2002 06:15:13 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16sifH-0001z0-00 for ; Wed, 03 Apr 2002 06:10:55 -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 g33BAqJ27810 for ; Wed, 3 Apr 2002 13:10:53 +0200 Original-To: emacs-devel@gnu.org 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:2344 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2344 After the last few changes to doc.c I get, for example: M-x describe-function set-fill-function Debugger entered--Lisp error: (wrong-type-argument stringp 0) ad-Orig-documentation(set-fill-column nil) documentation(set-fill-column) describe-function-1(set-fill-column) describe-function(set-fill-column) call-interactively(describe-function) execute-extended-command(nil) * call-interactively(execute-extended-command) but I believe that's just uncovering a previous bug (or build problem), because previously, on my system (Windows XP, compiling with MSVC 6.0), C-h f did not show documentation for functions in DOC. Perhaps it is related to the problem in thread "Lost argument and doc string": http://mail.gnu.org/pipermail/emacs-devel/2002-February/005583.html /L/e/k/t/u