From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: multiple POP support for RMAIL Date: 06 Mar 2004 17:31:54 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1078968500 347 80.91.224.253 (11 Mar 2004 01:28:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2004 01:28:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 11 02:28:12 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1Ezc-0000iA-00 for ; Thu, 11 Mar 2004 02:28:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1Ezc-00010J-00 for ; Thu, 11 Mar 2004 02:28:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1EqQ-00078B-2f for emacs-devel@quimby.gnus.org; Wed, 10 Mar 2004 20:18:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AzkLU-0005Mk-Gq for emacs-devel@gnu.org; Sat, 06 Mar 2004 17:32:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AzkKy-00055C-On for emacs-devel@gnu.org; Sat, 06 Mar 2004 17:32:35 -0500 Original-Received: from [207.245.84.69] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AzkKy-000558-HD for emacs-devel@gnu.org; Sat, 06 Mar 2004 17:32:04 -0500 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 1AzkKo-0008Dl-00; Sat, 06 Mar 2004 17:31:54 -0500 Original-To: bob@rattlesnake.com In-Reply-To: "Robert J. Chassell"'s message of "Sun, 22 Feb 2004 08:43:16 -0500 (EST)" Original-Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20291 "Robert J. Chassell" writes: [problems] and reevaluated the other expressions and still received the same message. (However, I did not set any values to nil first, but that should not have mattered.) well, there is a slightly tricky interlock involved, so that re-init w/ nil values would probably have helped. in any case, i think i'll just go all the way and support full specification (of POP accounts) from a separate file. thanks for your suggestions and detailed observations. hopefully the next revision posted will be less troublesome. thi