From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66412 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Integration of nnmairix.el Date: Sat, 01 Mar 2008 15:06:45 +0100 Message-ID: References: <87ve65usi5.fsf@arcor.de> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204390852 15780 80.91.229.12 (1 Mar 2008 17:00:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2008 17:00:52 +0000 (UTC) Cc: ding@gnus.org To: David Engster Original-X-From: ding-owner+M14903@lists.math.uh.edu Sat Mar 01 18:01:15 2008 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.50) id 1JVV5G-0002Rc-Vy for ding-account@gmane.org; Sat, 01 Mar 2008 18:01:15 +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 1JVV3k-0000CH-OL; Sat, 01 Mar 2008 10:59:40 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JVV3h-0000Bu-OO for ding@lists.math.uh.edu; Sat, 01 Mar 2008 10:59:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JVV3b-00029K-9f for ding@lists.math.uh.edu; Sat, 01 Mar 2008 10:59:37 -0600 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JVV3g-0006yQ-00 for ; Sat, 01 Mar 2008 17:59:36 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id m21GxPlG025600; Sat, 1 Mar 2008 17:59:26 +0100 (MET) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id BC0B112FC1; Sat, 1 Mar 2008 17:59:25 +0100 (CET) X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY;Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m,tWj]&},qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi,+g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Followup-To: David Engster , , ding@gnus.org In-Reply-To: (Reiner Steib's message of "Wed, 27 Feb 2008 22:42:05 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.90 (gnu/linux) X-DCC-debian-Metrics: poseidon 1169; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66412 Archived-At: On Wed, Feb 27 2008, Reiner Steib wrote: > Please post a diff (-u) against the version in CVS. Thus we won't > lose changes made in CVS. Additionally, the Emacs developers made several changes: ,----[ ] | 2008-02-27 Glenn Morris | | * nnmairix.el: Change defcustom :version from 23.0 to 23.1. | + (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free | + variables to defconsts. Convert comments to doc-strings. | + (nnmairix-last-server, nnmairix-current-server): Convert from free | + variables to defvars. Convert comments to doc-strings. | + (gnus-registry-fetch-group): Autoload. | + (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar. | + (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets) | + (nnmairix-widget-build-editable-fields): Use car cddr rather than caddr. | + (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around | + nnmairix-request-group-with-article-number-correction call. | + (nnmairix-fast, nnmairix-group): New, less general names, for free | + variables passed from nnmairix-request-group to | + nnmairix-request-group-with-article-number-correction. Declare. | + (nnmairix-request-group-with-article-number-correction): | + Use nnmairix-fast, nnmairix-group rather than fast, group. `---- BTW, do you read this list/newsgroup or would you like to be cc-ed? > If you'd like to maintain `nnmairix.el' in Gnus CVS, feel free to > ask Lars for write access. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/