From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82119 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: gnus and levels, just my little tweak Date: Tue, 07 Aug 2012 15:15:39 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: <78a9y6u9l0.fsf@news.eternal-september.org> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344345457 13016 80.91.229.3 (7 Aug 2012 13:17:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 13:17:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30387@lists.math.uh.edu Tue Aug 07 15:17:38 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SyjfE-0008WS-UT for ding-account@gmane.org; Tue, 07 Aug 2012 15:17:37 +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 1Syjdp-00026J-Ax; Tue, 07 Aug 2012 08:16:09 -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 1Syjdn-000268-LS for ding@lists.math.uh.edu; Tue, 07 Aug 2012 08:16:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Syjdi-0005kA-6W for ding@lists.math.uh.edu; Tue, 07 Aug 2012 08:16:06 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Syjdg-0001ef-5b for ding@gnus.org; Tue, 07 Aug 2012 15:16:00 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Syjdd-0006fL-3D for ding@gnus.org; Tue, 07 Aug 2012 15:15:57 +0200 Original-Received: from ip-109-47-0-94.web.vodafone.de ([109.47.0.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Aug 2012 15:15:57 +0200 Original-Received: from rileyrg by ip-109-47-0-94.web.vodafone.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Aug 2012 15:15:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ip-109-47-0-94.web.vodafone.de X-Message-Smtp-Method: smtp smtp.gmail.com 587 rileyrg Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:RjR08NE8K2mbdk23pvx8PdnqdRQ= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82119 Archived-At: I asked a while ago about pulling form one level only - well it turns out there is a one level only parameter ... I now set my "slow" connections (gmail imap) to level 5, the groups I want to read always and frequently to level 2 and others somewhere in between. When I hit "g" it gets level 2 and only level 2. If I hit C-u 5 it gets my gmaail and only my gmail. Works for me. ,---- | (define-key gnus-group-mode-map [(g)] (lambda()(interactive)(gnus-group-get-new-news (if current-prefix-arg current-prefix-arg 2) (when current-prefix-arg 1)))) `---- As usual with gnus there are hundreds of permutations and combinations on how to approach this kind of thing! Im sure Ill change it all around again at a later date but for now this does what I wanted : any I want to pull in with my "often read news" would get set as 1 or 2 in this case so only "g" brings it in.