From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: gnuforever Newsgroups: gmane.emacs.help Subject: Re: With lavabit, C-u RET is unable to select the Inbox group in gnus Date: Tue, 30 Jan 2018 15:54:36 +0000 Message-ID: <877erznxz7.fsf@tuyizere.org> References: <87wozz7vjq.fsf@tuyizere.org> <87efm7o1up.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1517327612 1731 195.159.176.226 (30 Jan 2018 15:53:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 Jan 2018 15:53:32 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Eric Abrahamsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 30 16:53:28 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egYDi-0007ZP-7x for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jan 2018 16:53:14 +0100 Original-Received: from localhost ([::1]:44988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egYFh-0003Ra-JB for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jan 2018 10:55:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egYFA-0003Qk-Kn for help-gnu-emacs@gnu.org; Tue, 30 Jan 2018 10:54:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egYF6-0000bt-MQ for help-gnu-emacs@gnu.org; Tue, 30 Jan 2018 10:54:44 -0500 Original-Received: from erza.lautre.net ([80.67.160.89]:35209) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1egYF6-0000bJ-Ci for help-gnu-emacs@gnu.org; Tue, 30 Jan 2018 10:54:40 -0500 Original-Received: from b9f670d20924 (d54C403E7.access.telenet.be [84.196.3.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id E5808AA09; Tue, 30 Jan 2018 16:54:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuyizere.org; s=alternc; t=1517327678; bh=gyXt6tr8l16al9truRidWQP2Io2+pnSOzBCMI0kPyTc=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=jlvzYML3ovEr2XNlAuaGi31FiWvXzk1cf7ZBao6D5+wvM19voyvT5cCnkHWbvxYau HTcpa27xmOkJa5iMIcksN9zho9QruA2Mk0wiQkE+EfnbmT/GAp8Q8lxN1H/lwAqnd8 g0xfKOSuwcGjtHwiXTdyNUm0nCFvr57yoh3IZbTw= In-Reply-To: <87efm7o1up.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 30 Jan 2018 09:30:54 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 80.67.160.89 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115886 Archived-At: Eric Abrahamsen writes: > I guess the first thing to do would be M-x debug-on-quit, Great command! I learn a lot of things here :-) I was struggling how to find the logs while the process was hanging. > That should give you a backtrace that you can provide here. 1. With this configuration: (setq gnus-select-method '(nnimap "my-email@lavabit.com" (nnimap-address "lavabit.com") (nnimap-inbox "INBOX") ;;(nnimap-split-methods default) (nnimap-expunge t) (nnimap-stream ssl) (nnimap-user "my-email@lavabit.com"))) I get: Debugger entered--Lisp error: (quit) gnus-list-of-unread-articles("Inbox") gnus-select-newsgroup("Inbox" (4) nil) gnus-summary-read-group-1("Inbox" (4) t nil nil nil) gnus-summary-read-group("Inbox" (4) t nil nil nil nil) gnus-group-read-group((4) t) gnus-group-select-group((4)) funcall-interactively(gnus-group-select-group (4)) call-interactively(gnus-group-select-group nil nil) command-execute(gnus-group-select-group) 2. With this one: (setq gnus-select-method '(nnnil "")) (setq gnus-secondary-select-methods '((nnimap "my-email@lavabit.com" (nnimap-address "lavabit.com") (nnimap-inbox "INBOX") (nnimap-split-methods default) (nnimap-expunge t) (nnimap-stream ssl) (nnimap-server-port 993) (nnimap-user "my-email@lavabit.com")))) I get: Debugger entered--Lisp error: (quit) gnus-uncompress-range((1 . 537842298)) gnus-articles-to-read("nnimap+my-email@lavabit.com:Inbox" (4)) gnus-select-newsgroup("nnimap+my-email@lavabit.com:Inbox" (4) nil) gnus-summary-read-group-1("nnimap+my-email@lavabit.com:Inbox" (4) t nil nil nil) gnus-summary-read-group("nnimap+my-email@lavabit.com:Inbox" (4) t nil nil nil nil) gnus-group-read-group((4) t) gnus-group-select-group((4)) gnus-topic-select-group((4)) funcall-interactively(gnus-topic-select-group (4)) call-interactively(gnus-topic-select-group nil nil) command-execute(gnus-topic-select-group) Steve