From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43090 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general Subject: Re: display-time, mail-icon and POP3 mailboxes Date: Wed, 13 Feb 2002 20:12:22 -0700 (MST) Sender: owner-ding@hpc.uh.edu Message-ID: <200202140312.g1E3CMf09146@aztec.santafe.edu> References: <200202081357.g18Dvfw05454@aztec.santafe.edu> <5x1yfva7m8.fsf@kfs2.cua.dk> <5xn0yhrtye.fsf@kfs2.cua.dk> <200202111848.g1BIm0406891@aztec.santafe.edu> <5x3d07iojn.fsf@kfs2.cua.dk> <5x4rkmfcp8.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035178241 15718 80.91.224.250 (21 Oct 2002 05:30:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:30:41 +0000 (UTC) Cc: emacs-devel@gnu.org, ding@gnus.org Return-Path: Original-Received: (qmail 10765 invoked from network); 14 Feb 2002 03:13:20 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 14 Feb 2002 03:13:20 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16bCKA-0005Gx-00; Wed, 13 Feb 2002 21:12:42 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 13 Feb 2002 21:12:39 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id VAA11029 for ; Wed, 13 Feb 2002 21:12:28 -0600 (CST) Original-Received: (qmail 10734 invoked by alias); 14 Feb 2002 03:12:25 -0000 Original-Received: (qmail 10729 invoked from network); 14 Feb 2002 03:12:25 -0000 Original-Received: from pele.santafe.edu (192.12.12.119) by gnus.org with SMTP; 14 Feb 2002 03:12:25 -0000 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1E3CMu16631; Wed, 13 Feb 2002 20:12:22 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1E3CMf09146; Wed, 13 Feb 2002 20:12:22 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: storm@cua.dk In-reply-to: <5x4rkmfcp8.fsf@kfs2.cua.dk> (storm@cua.dk) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43090 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43090 If it is non-nil, a non-blocking connect is attempted - if supported by the o/s (and the emacs code) - and when the connection is established, the argument (which must be a function) is called to initiate using the connection. Would it make sense to use the sentinel function for this? It already does a similar job.