From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Infinite loop in pop3-retr Date: Sun, 12 Jun 2011 18:43:16 -0400 Message-ID: <87lix6smbf.fsf@stupidchicken.com> References: <4dde12c597bf00.88976681@wp.pl> <87d3j4lc7u.fsf@vitiris.tt.com.pl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1307918626 20125 80.91.229.12 (12 Jun 2011 22:43:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2011 22:43:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 13 00:43:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QVtNe-0003rP-Dr for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2011 00:43:42 +0200 Original-Received: from localhost ([::1]:47145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVtNd-0001jR-HI for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2011 18:43:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVtNM-0001jL-34 for emacs-devel@gnu.org; Sun, 12 Jun 2011 18:43:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVtNH-0006uo-KC for emacs-devel@gnu.org; Sun, 12 Jun 2011 18:43:24 -0400 Original-Received: from vm-emlprdomr-02.its.yale.edu ([130.132.50.143]:48781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVtNH-0006uh-IQ for emacs-devel@gnu.org; Sun, 12 Jun 2011 18:43:19 -0400 Original-Received: from furball (cpe-69-203-30-95.nyc.res.rr.com [69.203.30.95]) (authenticated bits=0) by vm-emlprdomr-02.its.yale.edu (8.14.4/8.14.4) with ESMTP id p5CMhGJE025612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 12 Jun 2011 18:43:17 -0400 Original-Received: by furball (Postfix, from userid 1000) id 91721160513; Sun, 12 Jun 2011 18:43:16 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 01 Jun 2011 13:48:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.143 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.143 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140404 Archived-At: Lars Magne Ingebrigtsen writes: > Stefan Monnier writes: > >> IIUC this is the state when a process is suspended (like after a C-z). >> So it can later come back to `run' state. > > Right. I included `stop' in `process-alive-p'. `process-alive-p' should be `process-live-p', for consistency with buffer-live-p, frame-live-p, etc. Could you rename it?