From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52364 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Error with latest Gnus Date: Tue, 06 May 2003 10:24:43 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87ptmx1t49.fsf@goliathbbs.dnsalias.net> <87of2gwdo6.fsf@goliathbbs.dnsalias.net> <87llxkxlba.fsf@goliathbbs.dnsalias.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052234781 23656 80.91.224.249 (6 May 2003 15:26:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 15:26:21 +0000 (UTC) Original-X-From: ding-owner+M907@lists.math.uh.edu Tue May 06 17:26:20 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19D4IP-0005wK-00 for ; Tue, 06 May 2003 17:23:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19D4JX-0006tC-00; Tue, 06 May 2003 10:25:07 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19D4JQ-0006t1-00 for ding@lists.math.uh.edu; Tue, 06 May 2003 10:25:00 -0500 Original-Received: (qmail 84546 invoked by alias); 6 May 2003 15:24:59 -0000 Original-Received: (qmail 84541 invoked from network); 6 May 2003 15:24:59 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 6 May 2003 15:24:59 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19D4La-0007zd-00 for ; Tue, 06 May 2003 17:27:14 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 16 Original-NNTP-Posting-Host: h-66-134-21-50.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1052234834 30586 66.134.21.50 (6 May 2003 15:27:14 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 May 2003 15:27:14 GMT User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:FgxnyAm0LZF5PfzE7s6fMjoXI2g= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52364 Joerg Jaspert writes: > Kevin Greiner writes: > >>> Sorry, i should have written that. This is without byte-compile. With a >>> byte-compiled file you cant really read/understand the error message. >>> I already tried it without any .elc from Gnus. No difference. :() >> What does (macroexpand '(gnus-group-real-name >> "nnimap+mail:INBOX.Mailinglisten.LWN")) return? > > (let ((gname "nnimap+mail:INBOX.Mailinglisten.LWN")) (if (string-match > "^[^:]+:" gname) (substring gname (match-end 0)) gname)) What happens when you eval the let form? Kevin