From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16700 Path: news.gmane.org!not-for-mail From: nljlistbox2@gmail.com (N. Jackson) Newsgroups: gmane.emacs.gnus.user Subject: Re: saving gwene RSS posts Date: Mon, 17 Feb 2014 20:06:24 -0400 Organization: Aioe.org NNTP Server Message-ID: <8738jhgu7z.fsf@moondust.localdomain> References: 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 1392682200 19747 80.91.229.3 (18 Feb 2014 00:10:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2014 00:10:00 +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 Feb 18 01:10:10 2014 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 1WFYGF-0004sY-Ef for gegu-info-gnus-english@m.gmane.org; Tue, 18 Feb 2014 01:10:07 +0100 Original-Received: from localhost ([::1]:45034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFYGE-0008Rx-Qu for gegu-info-gnus-english@m.gmane.org; Mon, 17 Feb 2014 19:10:06 -0500 Original-Path: usenet.stanford.edu!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 21 Original-NNTP-Posting-Host: X6RdyL1WmncULQmafrslsg.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:9+i9yVGFfXilBkR7h5MA0HHArKY= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:87829 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:16700 Archived-At: At 01:43 -0400 on Sunday 2014-02-16, Sivaram Neelakantan wrote: > What's the best/preferred way to save RSS full text feeds? I've > subscribed to a few RSS feeds and I'd like to save some of those > articles/posts. I think mailing them to myself is certainly not the > way. > > something like marking them and upon exiting the group, it copies the > article to a nnml folder, perhaps? Well there's gnus-summary-copy-article bound to B c. It prompts you "Copy this article to: " and you can specify the group/folder to which you want it copied. Perhaps that's what you're looking for. It gives you tab completion of the group name, but I find it a bit strange to use. I'm new to tab completion in Emacs, though, so this is possibly just my ignorance. (For example it's strangely powerful in some ways -- you can be incredibly terse -- but it's case sensitive which I find awkward.) N.