all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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 ` 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 --
2005-08-29  0:07 How to refresh GNUs for new message Rajiv Vyas
     [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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.