From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Gnus: add group from server browse list Date: Mon, 15 Dec 2014 10:05:13 +0100 Message-ID: <878ui9jnau.fsf@thinkpad-t440p.tsdh.org> References: <87bnn8e4l1.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418634361 21385 80.91.229.3 (15 Dec 2014 09:06:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2014 09:06:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 15 10:05:54 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Y0RbF-0007Vo-SN for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2014 10:05:54 +0100 Original-Received: from localhost ([::1]:38507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0RbF-0003W5-Cx for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2014 04:05:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0Rak-0003Na-Pm for help-gnu-emacs@gnu.org; Mon, 15 Dec 2014 04:05:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0Rae-0004GF-06 for help-gnu-emacs@gnu.org; Mon, 15 Dec 2014 04:05:22 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:40723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0Rad-0004Fz-Qm for help-gnu-emacs@gnu.org; Mon, 15 Dec 2014 04:05:15 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 14A941A8506 for ; Mon, 15 Dec 2014 10:05:15 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B2BMV-8wSwfU for ; Mon, 15 Dec 2014 10:05:14 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p.tsdh.org (dhcp244.uni-koblenz.de [141.26.71.244]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id AC0301A84F6 for ; Mon, 15 Dec 2014 10:05:14 +0100 (CET) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <87bnn8e4l1.fsf@debian.uxu> (Emanuel Berg's message of "Sat, 13 Dec 2014 02:11:38 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101590 Archived-At: Emanuel Berg writes: > I just wrote this for Gnus which makes it possible to add groups from > the "server browse" list - surprisingly, there isn't such a function > already, especially since there *is* a function to unsubscribe a > group, namely `gnus-browse-unsubscribe-group' That command toggles the subscription state so you use it for both subscribing and unsubscribing. ,----[ C-h f gnus-browse-unsubscribe-group RET ] | gnus-browse-unsubscribe-group is a compiled Lisp function in `gnus-srvr.el'. | | (gnus-browse-unsubscribe-group) | | Toggle subscription of the current group in the browse buffer. `---- Bye, Tassilo