From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58352 Path: main.gmane.org!not-for-mail From: Scott A Crosby Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug in v5.10.6 under xemacs21 not generating the *Group* Date: Wed, 25 Aug 2004 22:47:00 -0500 Organization: Rice University Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1093492126 22548 80.91.224.253 (26 Aug 2004 03:48:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2004 03:48:46 +0000 (UTC) Original-X-From: ding-owner+M6893@lists.math.uh.edu Thu Aug 26 05:48:37 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C0BFd-0006DE-00 for ; Thu, 26 Aug 2004 05:48:37 +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 1C0BEG-0004WE-00; Wed, 25 Aug 2004 22:47:12 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1C0BEB-0004W9-00 for ding@lists.math.uh.edu; Wed, 25 Aug 2004 22:47:07 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1C0BEB-0006gi-9d for ding@lists.math.uh.edu; Wed, 25 Aug 2004 22:47:07 -0500 Original-Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by justine.libertine.org (Postfix) with ESMTP id E5F153A003C for ; Wed, 25 Aug 2004 22:47:05 -0500 (CDT) Original-Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id CF7FD4AA82 for ; Wed, 25 Aug 2004 22:47:01 -0500 (CDT) Original-Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 01051-01-53 for ; Wed, 25 Aug 2004 22:47:01 -0500 (CDT) Original-Received: from inky (bert.cs.rice.edu [128.42.3.146]) by cs.rice.edu (Postfix) with ESMTP id 7D4724AA44 for ; Wed, 25 Aug 2004 22:47:01 -0500 (CDT) Original-Received: by inky (Postfix, from userid 14314) id ABFC4F3592; Wed, 25 Aug 2004 22:47:00 -0500 (CDT) Original-To: ding@gnus.org User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58352 On Thu, 26 Aug 2004 10:31:46 +0900, Katsumi Yamaoka write= s: >>>>>> In >>>>>> Scott A Crosby wrote: > >> Signaling: (wrong-type-argument sequencep nntp) > [...] >> eval((progn (insert (gnus-xmas-format "%s%s %s %s/%s: " ... ... >> gnus-group-insert-group-line("nntp+news.rice.edu:rice.majors.cs"... > > [...] > >> This configuration is known-good for v5.8.8 which is what I used >> until last night. I'm not subscribed, so please CC me on any replies. > > I guess there's something wrong in the `gnus-group-line-format' > variable. What's the value you are using? Let us know the > value for the `gnus-group-line-format-spec' variable as well if > you don't use gnus-compile (which means the value is not > compiled). (setq gnus-group-line-format "%M%S %P %6y/%-6t: %(%-40,40G%) %10n:%-10s\n") I suspect its the %n or $s format character. I do not use 'gnus-compile. I will when this gets solved. I attach the value of 'gnus-group-line-format-spec at the end. I've switched to the default 'gnus-group-line-format configuration value ("%M%S%p%P%5y:%B%(%g%)%l %O\n") and the problem has disappeared. > Otherwise, you may be able to solve it by evaluating the > following Lisp form: > > (gnus-update-format-specifications t 'group) I tried running this, it didn't help.=20 Thanks for the help.=20 Scott *********************** `gnus-group-line-format-spec' is a variable declared in Lisp. -- loaded from "gnus-spec" Value: (progn (insert (gnus-xmas-format "%s%s %s %s/%s: " (char-to-string g= nus-tmp-marked-mark) (char-to-string gnus-tmp-subscribed) gnus-group-indent= ation (let ((need (- 6 (gnus-correct-length gnus-tmp-number-of-unread)))) (= if (> need 0) (concat (make-string need ?\ ) gnus-tmp-number-of-unread nil)= gnus-tmp-number-of-unread)) (let* ((val (eval (int-to-string gnus-tmp-numb= er-total))) (need (- 6 (gnus-correct-length val)))) (if (> need 0) (concat = nil val (make-string need ?\ )) val)))) (gnus-put-text-property (point) (pr= ogn (insert (let* ((val (eval (if (> (gnus-correct-length gnus-tmp-qualifie= d-group) 40) (gnus-correct-substring gnus-tmp-qualified-group 0 40) gnus-tm= p-qualified-group))) (need (- 40 (gnus-correct-length val)))) (if (> need 0= ) (concat nil val (make-string need ?\ )) val))) (point)) gnus-mouse-face-p= rop gnus-mouse-face) (insert (gnus-xmas-format " %s:%s\n" (let ((need (- = 10 (gnus-correct-length gnus-tmp-news-method)))) (if (> need 0) (concat (ma= ke-string need ?\ ) gnus-tmp-news-method nil) gnus-tmp-news-method)) (let (= (need (- 10 (gnus-correct-length gnus-tmp-news-server)))) (if (> need 0) (c= oncat nil gnus-tmp-news-server (make-string need ?\ )) gnus-tmp-news-server= ))))) Documentation: not documented as a variable. **********************