From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29667 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: I am an idiot. Date: 29 Mar 2000 15:43:08 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166300 3996 80.91.224.250 (21 Oct 2002 02:11:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:11:40 +0000 (UTC) Keywords: gnus-dribble-save,add-hook Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 966A5D051E for ; Wed, 29 Mar 2000 15:44:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB00155; Wed, 29 Mar 2000 14:44:07 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 Mar 2000 14:43:40 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA05630 for ; Wed, 29 Mar 2000 14:43:27 -0600 (CST) Original-Received: from hqvsbh1.ms.com (hqvsbh1.ms.com [205.228.12.103]) by mailhost.sclp.com (Postfix) with ESMTP id 7091ED051E for ; Wed, 29 Mar 2000 15:43:40 -0500 (EST) Original-Received: (from uucp@localhost) by hqvsbh1.ms.com (8.9.3/fw v1.30) id PAA04405 for ; Wed, 29 Mar 2000 15:43:29 -0500 (EST) Original-Received: from localhost(127.0.0.1) by hqvsbh1 via smap (4.1) id sma.9543625991.004259; Wed, 29 Mar 00 15:43:19 -0500 Original-Received: (from uucp@localhost) by hqvsbh1.ms.com (8.9.3/8.9.3(vs)) id PAA04228 for ; Wed, 29 Mar 2000 15:43:18 -0500 (EST) X-Authentication-Warning: hqvsbh1.ms.com: Processed from queue /var/spool/mqueue-vs X-Authentication-Warning: hqvsbh1.ms.com: Processed by uucp with -C /etc/mail/sendmail.vs.cf Original-Received: from unknown(144.14.9.190) by hqvsbh1 via smap (4.1) id sma.9543625891.004074; Wed, 29 Mar 00 15:43:09 -0500 Original-Received: from sag3 (sag3.morgan.com [144.14.193.113]) by safid1.morgan.com (8.8.5/hub+ldap v2.4) with ESMTP id PAA29002 for ; Wed, 29 Mar 2000 15:43:09 -0500 (EST) Original-Received: (craffert@localhost) by sag3 (980427.SGI.8.8.8/sendmail.cf.client v1.05) id PAA35605; Wed, 29 Mar 2000 15:43:09 -0500 (EST) Original-To: GNUS Mailing List X-Attribution: > Mail-Copies-To: never X-Face: y,o:AU/bfCrS+zS/W"^puB!rT!G7?U1Mvp1Hd{6h^>X4@Xp5,|g+rG>4gv/iy^&x9`k#s!]X~{]Js>@A4c}4Z"Ct7=#1nPS:?mrWH8c#>$)>/Wc5yuX_OFO1(4cZM{LvsKWVQSl~/i>!n[-B*i-alq[/m\bsdy;W4p(_ic;$BE.oG@eJf@sr#x#}FT<=H8Ozu%g;JpVz:v_~vt[>ef/MeNeo3~D^R]]*bB7{HB|E1$wfMzw X-Y-Zippy: Is this BOISE?? In-Reply-To: Sudish Joseph's message of "29 Mar 2000 15:12:50 -0500" Original-Lines: 19 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.2 (Hermes) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29667 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29667 Sudish Joseph writes: > I haven't used "q" in years now and instead bind "z" in the group > buffer to gnus-group-suspend. I then have the suspend hook write out > .newsrc.eld: Why even suspend? I have dedicated XEmacs frames for Gnus. If XEmacs is running, so is Gnus. My restart time is zero. And here's my most important three lines: (add-hook 'gnus-after-getting-new-news-hook 'gnus-dribble-save) (add-hook 'gnus-group-catchup-group-hook 'gnus-dribble-save) (add-hook 'gnus-summary-exit-hook 'gnus-dribble-save) -- Colin