* How to refresh GNUs for new message
@ 2005-08-29 0:07 Rajiv Vyas
0 siblings, 0 replies; 3+ messages in thread
From: Rajiv Vyas @ 2005-08-29 0:07 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 202 bytes --]
Is there a way to refresh GNus for new messages -- like how Gmail refreshes
the page every few minutes -- so that one does not have to get in and out of
a news or user group.
Thanks,
Rajiv
[-- Attachment #1.2: Type: text/html, Size: 236 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to refresh GNUs for new message
[not found] <mailman.5310.1125274360.20277.help-gnu-emacs@gnu.org>
@ 2005-08-29 4:19 ` N. Raghavendra
2005-08-29 13:00 ` Albert Reiner
1 sibling, 0 replies; 3+ messages in thread
From: N. Raghavendra @ 2005-08-29 4:19 UTC (permalink / raw)
At 2005-08-28T20:07:18-04:00, Rajiv Vyas wrote:
> Is there a way to refresh GNus for new messages
See the Info node (Gnus)Daemons.
;; Automate the fetching of mail.
(require 'gnus-demon)
;; Check for new mail once in every this many minutes.
(gnus-demon-add-handler 'gnus-demon-scan-news 5 nil)
Raghavendra.
--
N. Raghavendra <raghu@mri.ernet.in> | See message headers for contact
Harish-Chandra Research Institute | and OpenPGP details.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to refresh GNUs for new message
[not found] <mailman.5310.1125274360.20277.help-gnu-emacs@gnu.org>
2005-08-29 4:19 ` How to refresh GNUs for new message N. Raghavendra
@ 2005-08-29 13:00 ` Albert Reiner
1 sibling, 0 replies; 3+ messages in thread
From: Albert Reiner @ 2005-08-29 13:00 UTC (permalink / raw)
[Rajiv Vyas <rajiv1@gmail.com>, Sun, 28 Aug 2005 20:07:18 -0400]:
> Is there a way to refresh GNus for new messages -- like how Gmail refreshes
> the page every few minutes -- so that one does not have to get in and out of
> a news or user group.
In a group, you can do M-g:
,----
| ESC g runs the command gnus-summary-rescan-group
| which is an interactive compiled Lisp function in `gnus-sum'.
| (gnus-summary-rescan-group &optional ALL)
|
| Exit the newsgroup, ask for new articles, and select the newsgroup.
`----
Albert.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-29 13:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.5310.1125274360.20277.help-gnu-emacs@gnu.org>
2005-08-29 4:19 ` How to refresh GNUs for new message N. Raghavendra
2005-08-29 13:00 ` Albert Reiner
2005-08-29 0:07 Rajiv Vyas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).