From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17943 Path: news.gmane.org!not-for-mail From: Pietro Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus and gmane Date: Tue, 26 Jan 2016 21:18:53 +0000 Message-ID: <8737tk82f6.fsf@posteo.net> References: <87io2gus2g.fsf@pietrop-debian64RfL.eng.citrite.net> <87d1sob20g.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1453843158 9473 80.91.229.3 (26 Jan 2016 21:19:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2016 21:19:18 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jan 26 22:19:18 2016 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aOB1B-0006tH-Cu for gegu-info-gnus-english@m.gmane.org; Tue, 26 Jan 2016 22:19:17 +0100 Original-Received: from localhost ([::1]:46897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOB1A-0008GC-Pu for gegu-info-gnus-english@m.gmane.org; Tue, 26 Jan 2016 16:19:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOB18-0008EI-Co for info-gnus-english@gnu.org; Tue, 26 Jan 2016 16:19:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOB14-0000Dg-SY for info-gnus-english@gnu.org; Tue, 26 Jan 2016 16:19:14 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOB14-0000DO-LZ for info-gnus-english@gnu.org; Tue, 26 Jan 2016 16:19:10 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aOB11-0006p0-M0 for info-gnus-english@gnu.org; Tue, 26 Jan 2016 22:19:07 +0100 Original-Received: from host86-179-161-220.range86-179.btcentralplus.com ([86.179.161.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2016 22:19:07 +0100 Original-Received: from pulsarpietro by host86-179-161-220.range86-179.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2016 22:19:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 59 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host86-179-161-220.range86-179.btcentralplus.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:ZMBCabbsWJXPXt26HfieN9d53J8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17943 Archived-At: > Pietro writes: > >> I am following the instructions [...] > > Good instructions! :) Hey, looks who's here, you might find yourself familiar to most of its fragments :-) ;; IMAP personal email (setq user-mail-address "xxxxxx@xxx.xx" user-full-name "xxxxx") (setq gnus-select-method '(nnimap "xxxx" (nnimap-stream ssl) (nnimap-address "xxxxx") (nnimap-server-port "imaps") (nnir-search-engine imap) (nnimap-expunge-on-close 'ask))) ;; Newsgroups (add-to-list 'gnus-secondary-select-methods '(nntp "news.gmane.org")) ;; Ordering, I wish I knew what they are about (setq gnus-extract-address-components (quote mail-extract-address-components)) (setq gnus-article-sort-functions (quote (gnus-article-sort-by-number gnus-article-sort-by-date))) (setq gnus-thread-sort-functions (quote (gnus-thread-sort-by-number gnus-thread-sort-by-most-recent-date))) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(send-mail-function (quote smtpmail-send-it)) '(smtpmail-smtp-server "xxxxxx") '(smtpmail-smtp-service 587)) (setq gnus-check-new-newsgroups nil) ;; init / fanfare / verbose (setq gnus-inhibit-startup-message t) (setq gnus-novice-user nil) (setq gnus-expert-user t) (setq gnus-interactive-exit 'quiet) (setq gnus-verbose 10) ; [0, 10] (setq gnus-verbose-backends 10) ; ditto > >> I do subscribe a group but nothing happens and when >> I restart gnus it gets stuck on "Checking new news", >> furthermore the subscribed group does not appear in >> the *Groups* buffer. > > What do you have in your config files?