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: Wed, 03 Apr 2002 17:45:37 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020403174000.393B.LEKTU@terra.es> References: <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 1017857898 4479 127.0.0.1 (3 Apr 2002 18:18:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 18:18:18 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16spKs-0001A8-00 for ; Wed, 03 Apr 2002 20:18:18 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16spX5-00087Y-00 for ; Wed, 03 Apr 2002 20:30:56 +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 16spKd-0003nO-00; Wed, 03 Apr 2002 13:18:03 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16smx9-0002Y2-00 for ; Wed, 03 Apr 2002 10:45:39 -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 g33FjaJ31356 for ; Wed, 3 Apr 2002 17:45:37 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: <20020403125818.391B.LEKTU@terra.es> 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:2355 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2355 On Wed, 03 Apr 2002 13:10:53 +0200, Juanma Barranquero wrote: > C-h f did not show documentation for functions in DOC. Err... Just the reverse. Functions whose documentation is in DOC are shown just fine. But, for example: C-h f complete-symbol -> "Wrong type argument, stringp 0" M-x load-library bindings.elc C-h f complete-symbol -> OK Any idea about how to debug that? /L/e/k/t/u