From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54239 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: slow slow message sending. Date: Thu, 16 Oct 2003 18:23:59 +0200 Organization: http://purl.org/harder/ 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 X-Trace: sea.gmane.org 1066325421 25742 80.91.224.253 (16 Oct 2003 17:30:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2003 17:30:21 +0000 (UTC) Original-X-From: ding-owner+M2780@lists.math.uh.edu Thu Oct 16 19:30:19 2003 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 1AABx5-0001gP-00 for ; Thu, 16 Oct 2003 19:30:19 +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 1AABwr-0003U0-00; Thu, 16 Oct 2003 12:30:05 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AABwl-0003Tl-00 for ding@lists.math.uh.edu; Thu, 16 Oct 2003 12:29:59 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 5D8C13A00B1 for ; Thu, 16 Oct 2003 12:29:58 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AAAxd-0006XB-00 for ; Thu, 16 Oct 2003 18:26:49 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 0xc3f95331.esnxr2.ras.tele.dk Original-X-Trace: quimby.gnus.org 1066321609 25120 195.249.83.49 (16 Oct 2003 16:26:49 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 16 Oct 2003 16:26:49 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > it takes really long to execute: > > (mapcar 'funcall message-subscribed-address-functions) > > indeed, i set the message-subscribed-address-functions in my .gnus > to: > > | Value: (gnus-find-subscribed-addresses) > > is that wrong somehow? No, I don't think it's wrong. The next question is why `gnus-find-subscribed-addresses' is so slow for you. It only takes a fraction of a second for me. Try elp and/or edebug on that function to discover why. > what others do have there? I just set `message-subscribed-addresses' manually in .gnus: (setq message-subscribed-addresses '("ding@gnus.org" ;; snip "bugs@gnus.org"))