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 19:11:30 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020403190611.3944.LEKTU@terra.es> References: <20020403185512.393F.LEKTU@terra.es> <200204031704.g33H4v012329@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 1017853947 31191 127.0.0.1 (3 Apr 2002 17:12:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 17:12:27 +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 16soJ9-00086y-00 for ; Wed, 03 Apr 2002 19:12:27 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16soVL-0006ex-00 for ; Wed, 03 Apr 2002 19:25:03 +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 16soIt-0004ia-00; Wed, 03 Apr 2002 12:12:11 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16soIH-0004fg-00 for ; Wed, 03 Apr 2002 12:11:33 -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 g33HBUJ32644; Wed, 3 Apr 2002 19:11:30 +0200 Original-To: "Stefan Monnier" In-Reply-To: <200204031704.g33H4v012329@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:2353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2353 On Wed, 03 Apr 2002 12:04:57 -0500, "Stefan Monnier" wrote: > Still with the code I just committed ? Are you talking of ! if (EQ (tem, make_number (0)) ! tem = Qnil; ! if (INTEGERP (doc) || CONSP (doc)) and ! if (EQ (tem, make_number (0)) ! tem = Qnil; ! if (INTEGERP (tem) || (CONSP (tem) && INTEGERP (XCDR (tem)))) I suppose? Then, the answer is yes. Without that patch I got an error when doing C-h f set-fill-column, for example. With it I just get the error if I do C-h f set-fill-column and answer "no" to the reloading question. If I answer "yes", the help for the function is displayed, but it says "not documented". > I believe that was fixed yesterday already. > Do you still se that with the current code ? I did my latest cvs update a few minutes ago, and yes, I'm seeing it. > If so, can you give me a recipe ? No, I don't know what's happening. Do you think it could be perhaps related with a CR vs CR/LF issue on .el files? I'm on Windows and perhaps my CVS client is doing something strange. /L/e/k/t/u