From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66369 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.gnus.general Subject: Re: Integration of nnmairix.el Date: Wed, 27 Feb 2008 18:57:03 +0100 Message-ID: References: <87ve65usi5.fsf@arcor.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204134957 402 80.91.229.12 (27 Feb 2008 17:55:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 17:55:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14860@lists.math.uh.edu Wed Feb 27 18:56:23 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 1JUQVk-00012P-0W for ding-account@gmane.org; Wed, 27 Feb 2008 18:56:08 +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 1JUQUv-00012a-N7; Wed, 27 Feb 2008 11:55:17 -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 1JUQUu-00012B-6q for ding@lists.math.uh.edu; Wed, 27 Feb 2008 11:55:16 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JUQUn-0004ks-NA for ding@lists.math.uh.edu; Wed, 27 Feb 2008 11:55:15 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JUQUt-00031M-00 for ; Wed, 27 Feb 2008 18:55:15 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUQUh-0007hP-Jp for ding@gnus.org; Wed, 27 Feb 2008 17:55:03 +0000 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2008 17:55:03 +0000 Original-Received: from de_bb by kafka.physik3.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2008 17:55:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: kafka.physik3.gwdg.de User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:HTr8nFoN5y80oTPLGz0FFZ0moDA= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66369 Archived-At: Wes Hardaker writes: > D> Could you please post the group parameters for a group where this > D> happens? Just do a 'G p' on the group and copy&paste. Nnmairix uses > D> quite a few group parameters, but it should never mess with the existing > D> ones. > Here's a summary buffer of my 40 messages fedora nnimap folder with > nnmatrix loaded. Note how the dates jump around a bit (there are some > 25-Feb's in the middle). (truncated to 75 columns for readability) And this happens solely because of (require 'nnmairix)? All this require does is to put some key definitions into the summary/group-hook and to define the new back end. I have no idea why this would mess with the article numbers or sort functions in other back ends... > Having gotten over my other pressing needs, I took the time this time: > > Debugger entered--Lisp error: (error "Invalid prefix keys in sequence" ?$ [?$ ?t]) Xemacs doesn't seem to like the '$' prefix. This will be changed anyway, but until then you can simply edit the nnmairix-summary-mode-hook in nnmairix.el to use something else. -David