From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75588 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: emacs 24 and gnus Date: Tue, 04 Jan 2011 13:01:30 +0100 Message-ID: <871v4sdgit.fsf@member.fsf.org> References: <8762u5c5iv.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294142507 6274 80.91.229.12 (4 Jan 2011 12:01:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2011 12:01:47 +0000 (UTC) Cc: nognus To: Richard Riley Original-X-From: ding-owner+M23939@lists.math.uh.edu Tue Jan 04 13:01:43 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pa5aA-0002jE-Ie for ding-account@gmane.org; Tue, 04 Jan 2011 13:01:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Pa5a7-0002Ng-UP; Tue, 04 Jan 2011 06:01:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Pa5a6-0002NR-PH for ding@lists.math.uh.edu; Tue, 04 Jan 2011 06:01:38 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pa5a5-000862-Tf for ding@lists.math.uh.edu; Tue, 04 Jan 2011 06:01:38 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pa5a2-0003wI-4I for ding@gnus.org; Tue, 04 Jan 2011 13:01:34 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B1F5E7801646; Tue, 4 Jan 2011 13:01:31 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07648-02; Tue, 4 Jan 2011 13:01:31 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 09D087801592; Tue, 4 Jan 2011 13:01:30 +0100 (CET) In-Reply-To: (Richard Riley's message of "Tue, 04 Jan 2011 12:06:14 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75588 Archived-At: Richard Riley writes: >> repository is synched with the emacs trunk regularily right now, so >> the Emacs 24.1 release will come with some version of NoGnus but >> rebranded to Gnus v5.13. > > I have an urge to move to emacs 24 ... Yeah, I know, "why bother" but > its fun... I just wonder how far back my Gnus will then lag. You mean how often the Gnus git master is synched to the emacs trunk? Hm, pretty often, sometimes several times a week, sometimes less often. I think Katsumi Yamaoka does that as often as he find some time. It's a partly manual job, because the synchronization is bidirectional. > btw, while you're there and without me digging around in the manual > how do I stop follow up (F) including my own email when I am cc'd? OK, > I'll go look in the manual ... ,----[ C-h v message-dont-reply-to-names RET ] | message-dont-reply-to-names is a variable defined in `message.el'. | Its value is | "\\(?:h\\(?:\\(?:eimdall\\|orn\\)@uni-koblenz\\.de\\)\\|t\\(?:assilo@member\\.fsf\\.org\\|\\(?:horn\\(?:\\(?:\\+news\\)?@fastmail\\.f\\)\\|sdh80@g\\(?:\\(?:oogle\\)?mail\\.co\\)\\)m\\)\\)" | Original value was nil | | Documentation: | *Addresses to prune when doing wide replies. | This can be a regexp or a list of regexps. Also, a value of nil means | exclude your own user name only. | | You can customize this variable. | | This variable was introduced, or its default value was changed, in | version 21.1 of Emacs. `---- Bye, Tassilo