From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7694 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Getting new mail without checking the news Date: 22 Aug 1996 17:31:16 +0900 Organization: The Katsumi Yamaoka Fan Club Message-ID: <28wwyr2524.fsf@ganews.ga.sony.co.jp> References: <199608211449.QAA03642@cray.svaar.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.78) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035147973 8241 80.91.224.250 (20 Oct 2002 21:06:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:06:13 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id BAA21484 for ; Thu, 22 Aug 1996 01:54:10 -0700 Original-Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 22 Aug 1996 10:31:28 +0200 Original-Received: from sonygw.sony.co.jp ([43.0.1.249]) by sonyinet.sony.co.jp (8.6.10/3.4W4-96030410) with ESMTP id RAA02385 for ; Thu, 22 Aug 1996 17:31:23 +0900 Original-Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-96071914) with ESMTP id RAA22086 for ; Thu, 22 Aug 1996 17:31:07 +0900 Original-Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-96052711) with SMTP id RAA26855 for ; Thu, 22 Aug 1996 17:31:06 +0900 Original-Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6) id AA16731; Thu, 22 Aug 96 17:31:18 JST Original-Received: by beer.ga.sony.co.jp (4.2/6.4J.6) id AA15392; Thu, 22 Aug 96 17:31:17 JST Original-To: ding@ifi.uio.no X-Face: I^U0(J'Dk3(>vvfmA.$Xw?JC`51Ns)!fn%}h;?c-lZ CjM=:P3s&d5`$up0Vg4@Z7I>97v7E4-^dYj+Iq!cP|y#drEnC9z%C4#?vs[B5|]nRIxDsHVa-]x;2+ ur6l7HEl;r[R$cYU#A_.)C7);K9a X-Mailer: Red Gnus v0.13/tm 7.78/Mule 2.3@19.33 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:7694 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7694 How about this? (defun gnus-group-get-new-mail () (interactive) (message "Checking new mail...") (let ((gnus-select-method '(nntp nil))) (gnus-group-get-new-news)) (gnus-group-set-mode-line) (prog1 (gnus-group-first-unread-group) (message "Checking new mail...done"))) (add-hook 'gnus-group-mode-hook (lambda () (define-key (current-local-map) "\eG" 'gnus-group-get-new-mail) ) t) -- Katsumi Yamaoka MD Dep., Personal A&V Products Company, Sony Corporation, Tokyo, Japan. # Pub key: mailto:pgp-public-keys@icat.or.jp (Subject: GET 0x08820A9D)