From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: display-time, mail-icon and POP3 mailboxes Date: Fri, 15 Feb 2002 03:36:50 -0700 (MST) Message-ID: 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> <200202140312.g1E3CMf09146@aztec.santafe.edu> <5xlmdwe6ym.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013772991 32329 195.204.10.66 (15 Feb 2002 11:36:31 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 15 Feb 2002 11:36:31 GMT Cc: emacs-devel@gnu.org, ding@gnus.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bgfE-0008PL-00 for ; Fri, 15 Feb 2002 12:36:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bfnH-0005oV-00; Fri, 15 Feb 2002 05:40:43 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bfjb-0005XP-00; Fri, 15 Feb 2002 05:36:55 -0500 Original-Received: from santafe.santafe.edu (santafe [192.12.12.2]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1FAapu25289; Fri, 15 Feb 2002 03:36:51 -0700 (MST) Original-Received: (from rms@localhost) by santafe.santafe.edu (8.10.2+Sun/8.9.3) id g1FAaos07327; Fri, 15 Feb 2002 03:36:50 -0700 (MST) X-Authentication-Warning: santafe.santafe.edu: rms set sender to rms@santafe using -f Original-To: storm@cua.dk In-reply-to: <5xlmdwe6ym.fsf@kfs2.cua.dk> (storm@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1170 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1170 (setq p (open-network-stream .... t)) (when p (cond ((eq (process-status p) 'connecting) ;; New return value ;; connecting, so set sentinel (set-process-sentinel p 'my-sentinel)) There may be a timing error here: each call to process-status allows the value to change. Perhaps the sentinel should be passed as an argument to open-network-stream, so that there is no time at which the connection is open and has no sentinel. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel