From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70940 Path: news.gmane.org!not-for-mail From: asjo@koldfront.dk (Adam =?iso-8859-1?Q?Sj=F8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Releasing the new nnimap on y'all soon Date: Fri, 17 Sep 2010 23:50:31 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <874odoox94.fsf@topper.koldfront.dk> References: <87bp7wwbaa.fsf@dod.no> <877hikwahd.fsf@dod.no> <871v8sw8pi.fsf@dod.no> <87sk185fn2.fsf@dod.no> <87ocbw5c11.fsf@dod.no> <87fwx85bky.fsf@dod.no> <8739t85b7h.fsf@topper.koldfront.dk> <87r5gs3vt5.fsf@topper.koldfront.dk> <878w30oxgt.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1284760532 19560 80.91.229.12 (17 Sep 2010 21:55:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2010 21:55:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19313@lists.math.uh.edu Fri Sep 17 23:55:31 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Owiu2-0005dj-5p for ding-account@gmane.org; Fri, 17 Sep 2010 23:55:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Owitf-0003LN-FS; Fri, 17 Sep 2010 16:55:07 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Owite-0003LB-5B for ding@lists.math.uh.edu; Fri, 17 Sep 2010 16:55:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Owitd-0007pY-1U for ding@lists.math.uh.edu; Fri, 17 Sep 2010 16:55:06 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Owitc-0006v3-00 for ; Fri, 17 Sep 2010 23:55:04 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Owitc-0005P7-2W for ding@gnus.org; Fri, 17 Sep 2010 23:55:04 +0200 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Sep 2010 23:55:04 +0200 Original-Received: from asjo by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Sep 2010 23:55:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org Mail-Copies-To: never X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70940 Archived-At: On Fri, 17 Sep 2010 23:45:54 +0200, Adam wrote: > df6ac45b952171e7e709c1b0bf23cc7346429f81 is the first bad commit Ok, so this change maybe looks a little fishy: --- a/lisp/gnus-int.el +++ b/lisp/gnus-int.el @@ -179,10 +179,7 @@ If it is down, start it up (again)." (format " on %s" (nth 1 method))))) (gnus-run-hooks 'gnus-open-server-hook) (prog1 - (condition-case () - (setq result (gnus-open-server method)) - (quit (message "Quit gnus-check-server") - nil)) + (progn (gnus-open-server method)) (unless silent (gnus-message 5 "Opening %s server%s...%s" (car method) (if (equal (nth 1 method) "") "" ? At least it explains why result doesn't get set any more, I think... Best regards, Adam -- "It's my chainsaw Adam Sjøgren Division is mine" asjo@koldfront.dk