From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60695 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: [Q] what does this do ?? Date: Wed, 03 Aug 2005 22:56:12 +0200 Organization: http://purl.org/harder/ Message-ID: <877jf2kadv.fsf@Jesper-Harders-Computer.local> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123177521 2808 80.91.229.2 (4 Aug 2005 17:45:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 17:45:21 +0000 (UTC) Original-X-From: ding-owner+M9231=ding+2Daccount=gmane.org@lists.math.uh.edu Thu Aug 04 19:45:20 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0jlA-0005Iq-G7 for ding-account@gmane.org; Thu, 04 Aug 2005 19:44:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E0jl9-0002PO-03 for ding-account@gmane.org; Thu, 04 Aug 2005 12:43:59 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E0QHn-0006ie-00 for ding@lists.math.uh.edu; Wed, 03 Aug 2005 15:56:23 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E0QHl-0001sO-Eo for ding@lists.math.uh.edu; Wed, 03 Aug 2005 15:56:21 -0500 Original-Received: from cicero2.cybercity.dk ([212.242.40.53]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E0PLe-0000br-00 for ; Wed, 03 Aug 2005 21:56:18 +0200 Original-Received: from user2.cybercity.dk (user2.cybercity.dk [212.242.41.35]) by cicero2.cybercity.dk (Postfix) with ESMTP id 3E43118F6FA for ; Wed, 3 Aug 2005 22:56:18 +0200 (CEST) Original-Received: from Jesper-Harders-Computer.local (port540.ds1-amb.adsl.cybercity.dk [212.242.232.41]) by user2.cybercity.dk (Postfix) with ESMTP id C0EE01867F for ; Wed, 3 Aug 2005 22:56:17 +0200 (CEST) Original-To: ding@gnus.org X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; (Didier Verna's message of "Wed, 27 Jul 2005 10:35:47 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60695 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60695 Didier Verna writes: > There is a part that I fail to understand in nnml-generate-nov-database-1 > (when the group is empty): > > (if (not files) > (let* ((group (nnheader-file-to-group > (directory-file-name dir) nnml-directory)) > (info (cadr (assoc group nnml-group-alist)))) > (when info > (setcar info (1+ (cdr info))))) > > Can anyone explain the purpose of this ?? As far as I can tell, it does nothing.