From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85872 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: M-g doesn't work with gnus-no-server Date: Fri, 17 Apr 2015 16:00:48 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87iocur0cv.fsf@lifelogs.com> References: Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429300879 25035 80.91.229.3 (17 Apr 2015 20:01:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2015 20:01:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34107@lists.math.uh.edu Fri Apr 17 22:01:07 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YjCRm-0001G0-W6 for ding-account@gmane.org; Fri, 17 Apr 2015 22:01:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1YjCRf-0001kB-8A; Fri, 17 Apr 2015 15:00:59 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YjCRd-0001jo-F4 for ding@lists.math.uh.edu; Fri, 17 Apr 2015 15:00:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YjCRc-0001Kn-Hy for ding@lists.math.uh.edu; Fri, 17 Apr 2015 15:00:57 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1YjCRb-0007d2-6O for ding@gnus.org; Fri, 17 Apr 2015 22:00:55 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YjCRZ-000161-5h for ding@gnus.org; Fri, 17 Apr 2015 22:00:53 +0200 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2015 22:00:53 +0200 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2015 22:00:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:XGre3CiopZGEAxIl4EwLB+MYYGA= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85872 Archived-At: On Tue, 17 Mar 2015 18:06:09 +0900 Daiki Ueno wrote: DU> Debugger entered--Lisp error: (error "server/993 Name or service not known") DU> make-network-process(:name "*nnimap*" :buffer # :host "server" :service "993" :nowait nil) DU> open-network-stream("*nnimap*" # "server" "993") DU> open-gnutls-stream("*nnimap*" # "server" "993") DU> ... DU> nnimap-open-connection-1(#) DU> nnimap-open-connection(#) DU> nnimap-open-server("server" nil nil) DU> nnimap-change-group(nil "server") DU> nnimap-request-group-scan("INBOX" "server" ...) DU> gnus-request-group-scan("nnimap+server:INBOX" ...) DU> gnus-group-get-new-news-this-group(nil) DU> gnus-topic-get-new-news-this-topic(nil) DU> funcall-interactively(gnus-topic-get-new-news-this-topic nil) DU> call-interactively(gnus-topic-get-new-news-this-topic nil nil) DU> command-execute(gnus-topic-get-new-news-this-topic) DU> Comparing the backtrace with the one taken with M-x debug-on-entry DU> open-network-stream on Emacs 24.4, the DEFS argument of DU> `nnimap-open-server' is not given on the first connection. No idea, but can you bisect the issue to a specific commit? That would answer it most clearly. Ted