From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9388 Path: news.gmane.org!not-for-mail From: David Z Maze Newsgroups: gmane.emacs.gnus.user Subject: Re: Newbies questions Date: Wed, 25 Jul 2007 14:49:57 -0400 Organization: Massachusetts Institute of Technology Message-ID: References: <1185383870.911386.289800@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185392492 8685 80.91.229.12 (25 Jul 2007 19:41:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2007 19:41:32 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Jul 25 21:41:30 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IDmje-0007Tx-5M for gegu-info-gnus-english@m.gmane.org; Wed, 25 Jul 2007 21:41:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDmjU-0002j3-Cs for gegu-info-gnus-english@m.gmane.org; Wed, 25 Jul 2007 15:41:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!dreaderd!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (usg-unix-v) Cancel-Lock: sha1:jolI4cByMhz07AWsyYi4ZEpR5s8= Original-Lines: 30 Original-NNTP-Posting-Host: CONTENTS-VNDER-PRESSVRE.MIT.EDU Original-X-Trace: 1185389397 senator-bedfellow.mit.edu 497 18.7.18.65 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79576 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9388 Archived-At: someusernamehere writes: > Here are some newbies questions about Gnus: > > * How I can receive messages each X time? Look up "demon" or "daemon" in the manual. > * It's possible that Gnus play a sound with a mail arrive? Probably a simple matter of Lisp coding hooking into the daemon firing. > * How I can send a new message in some newsgroup? (for mail I use M-x > gnus-msg-mail RET) Easy way: press "a" from a summary buffer in that group. Easy way 2: press "a" from the group buffer and fill in the Newsgroups: header. Easy way 3: press "C-u a" from the group buffer with the point on the target group. Hard way: M-x message-news Hard way 2: in your existing Message buffer, insert a Newsgroups: header and remove whatever To: or Cc: header is already there. --dzm