From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3631 Path: news.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.user Subject: Re: using gnus as planner with local files Date: Thu, 18 Mar 2004 08:45:33 +0100 Message-ID: <87fzc661k2.fsf@emptyhost.emptydomain.de> References: <87vfl8obc4.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669679 19650 80.91.229.2 (31 Jan 2006 01:07:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:07:59 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:31 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!213-203-244-156.kunde.vdserver.DE!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de (213.203.244.156) Original-X-Trace: news.uni-berlin.de 1079595915 73816009 I 213.203.244.156 ([73968] 10430) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:3UigUQid2e6+s4R4gtwjRwMa5c4= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3772 Original-Lines: 32 X-Gnus-Article-Number: 3772 Tue Jan 17 17:32:31 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3631 Archived-At: kodo writes: > Kai Grossjohann writes: > >> You can create an nnml group and then use `a' to "post" an article to >> it. (It's not a newsgroup posting, but that's the term that Gnus >> uses.) >> >> You have to add one line to ~/.emacs or ~/.gnus, though: >> >> (require 'gnus-msg) >> (setq gnus-discouraged-post-methods >> (delete 'nnml gnus-discouraged-post-methods)) > > Could you give a more "verbose" example of how to set your idea up and > how it finally works? Okay, I'll try. First, you add the three lines of Lisp code to ~/.gnus (or ~/.emacs if you don't have ~/.gnus). Then you exit and restart Emacs. Now you create an nnml group, say nnml:todo. Use G m to do this: G m todo RET nnml: RET Now this group should be visible in the *Group* buffer. Put the cursor on that line. Hit C-u a. Fill out the message and hit C-c C-c. The important part is the Newsgroups line. Does it work? Where does it fail? What happens when it fails? Kai