From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_LOW autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25105 invoked from network); 25 Sep 2020 17:07:30 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 25 Sep 2020 17:07:30 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kLrBj-00GMlu-Us; Fri, 25 Sep 2020 12:07:15 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLrBg-00GMk3-Gt for ding@lists.math.uh.edu; Fri, 25 Sep 2020 12:07:12 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLrBe-002cvm-Vi for ding@lists.math.uh.edu; Fri, 25 Sep 2020 12:07:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dDfjQHKK5oHYwrZW9ObTfqEOx504ixN2xuqYUstUwq0=; b=o0moFGmaiBiMpOBcd1PUOyeyDb NDCBQmnmC2XQ4TKoFjSpddj4snXEwY+GmZg+sGKW9bXeTTvPo5iBqo61EWxRp9zr1wJcWB01968fq lJQ5Wlcl/HAN4Fqx5Gb0bN1Anw499LSpjgBFIuzpw8UiTR1xgl6SylqiGLtRRDTmWSVI=; Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214] helo=ciao.gmane.io) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kLrBV-0004Vz-1a for ding@gnus.org; Fri, 25 Sep 2020 19:07:06 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kLrBT-0003mj-Nm for ding@gnus.org; Fri, 25 Sep 2020 19:06:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Harry Putnam Subject: Re: nnir problems with latest gnus Date: Fri, 25 Sep 2020 13:06:48 -0400 Organization: Still searching... Message-ID: <87r1qpss47.fsf@local.lan> References: <87y2kxq1ri.fsf@ucl.ac.uk> <877dshakz3.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:vqEbICY4ltRvuPm9fgxZALxA77Q= List-ID: Precedence: bulk Eric Abrahamsen writes: > Eric S Fraga writes: > >> Hello all, >> >> I've been running into some strange errors in the past few days, all >> related in some way to nnir and possibly due to nnselect? I track emacs >> from git so I know I'm living dangerously... >> >> Anyway, one example. I have tried editing a message that I saved as a >> draft and I get the following error: >> >> ,---- >> | Debugger entered--Lisp error: (void-function gnus-nnir-group-p) >> | gnus-nnir-group-p("nndraft:drafts") >> | gnus-draft-setup(1 "nndraft:drafts" t) >> | gnus-draft-edit-message() >> | funcall-interactively(gnus-draft-edit-message) >> | call-interactively(gnus-draft-edit-message record nil) >> | command-execute(gnus-draft-edit-message record) >> `---- >> >> This is with gnus from Emacs from git as of a few minutes ago. Any >> pointers would be helpful. > > This just means you have some stale *elc files lying around, with old > macro definitions in them. If you run "make bootstrap", or delete the > *elc files in the gnus directory and run plain "make", that should clear > it up. > >> As an aside, are there any settings I should avoid with the appearance >> of nnselect? My .gnus dates back years and years... > > I don't think nnselect has many (any?) user-facing options. It's very > much plumbing. Besides the fact that you can now make persistent search > groups, there should be nothing you can/should adjust. Harry writes: I inadvertently just posted something very similar from trying to Send finished message from nndrafts. see: Subject: Possibe recent introduction of bug in nndrafts.