splitting weird on emacs trunk gnus

2014-07-07 Thread Thien-Thi Nguyen
The trunk (pulled a few hours ago, built and run in-place) Emacs
Gnus no longer behaves sensibly for ‘B t’.  Previously, i'd see
the trace buffer with one or more groups and their derivations.
Now, i see instead the article displayed and This message would
go to bogus in the echo area.

I ‘edebug-defun’ed ‘gnus-summary-respool-query’ and then later
also ‘nnmail-article-group’, and found that ‘nnmail-split-methods’
has value nil at evaluation time, which is strange since it is
‘let’-bound (nnimap source) in its caller and i would expect it to
have the value of var ‘nnmail-split-fancy’ (a hairy sexp omitted
here).  Hmmm...

Anyone else see similar weirdness?

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
  read my lisp: (responsep (questions 'technical)
   (not (via 'mailing-list)))
 = nil


signature.asc
Description: PGP signature
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: splitting weird on emacs trunk gnus

2014-07-07 Thread Thien-Thi Nguyen
() Thien-Thi Nguyen t...@gnu.org
() Mon, 07 Jul 2014 17:27:44 +0200

   Anyone else see similar weirdness?

Yes, you fool!  Obviously you haven't read:

 (info (gnus) Client-Side IMAP Splitting)

and done:

  (setq gnus-secondary-select-methods
'(...
  (nnimap ...
  (nnimap-split-methods 'default)
  )
))

in ~/.gnus !  Stop wasting everyone's time!

(BTW, i really dislike both ‘RET’ and ‘C-j’ indenting, WTF!)

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
  read my lisp: (responsep (questions 'technical)
   (not (via 'mailing-list)))
 = nil


signature.asc
Description: PGP signature
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english