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 31541 invoked from network); 25 Sep 2020 18:05:28 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 25 Sep 2020 18:05:28 -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 1kLs5n-00GNTN-GR; Fri, 25 Sep 2020 13:05:11 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLs5j-00GNRP-Sf for ding@lists.math.uh.edu; Fri, 25 Sep 2020 13:05:07 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLs5i-009Nm0-8h for ding@lists.math.uh.edu; Fri, 25 Sep 2020 13:05:07 -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=tvaAOU0fj0STZKCnAFSTl5WEfTIG2CTpa8REIbbbtK4=; b=lbg/KbfSgnMfikru/nnnWsrww7 YpwAlTRDkO7J6CODJ4KwG0K2l34dvH/I8vjqqa2IORQIEVeCkMxU65Gb3dTAEZGo8D0VTyzg1x0n4 AFJ/vHgZzDv0aVm/czADhTu2r5JChP99VXujxvByO38NrdzjY2C9Aozg+pCLkV4aQBB0=; 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 1kLs5b-00052b-Dl for ding@gnus.org; Fri, 25 Sep 2020 20:05:01 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kLs5a-0008k6-M2 for ding@gnus.org; Fri, 25 Sep 2020 20:04:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: May have run across a recently introduced bug Date: Fri, 25 Sep 2020 11:04:54 -0700 Message-ID: <87mu1dka0p.fsf@ericabrahamsen.net> References: <87zh5dssmu.fsf@local.lan> 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:g45lXmmsATpZYOZwQbmP1nZEysg= List-ID: Precedence: bulk Harry Putnam writes: > I just built a new emacs from souces this morning and find that with > no changes to ~/.emacs or ~/.gnus.el I am getting an error in summary > buffer of nndraft group > > Whereas yesterday `D s' behaved as it is supposed to (below) > > ,---- > | `D s' is supposed to: > | D s runs the command gnus-draft-send-message > `---- > > Pressing `D s' to send a finished message now produces > > > First this error > gnus-draft-setup: Symbol's function definition is void: gnus-nnir-group-p > > This backtrace: > Debugger entered--Lisp error: (void-function gnus-nnir-group-p) > gnus-nnir-group-p("nndraft:drafts") > gnus-draft-setup(2 "nndraft:drafts" nil dont-pop) > gnus-draft-send(2 "nndraft:drafts" t) > gnus-draft-send-message(nil) > funcall-interactively(gnus-draft-send-message nil) > call-interactively(gnus-draft-send-message nil nil) > command-execute(gnus-draft-send-message) > > Where does nnir get into this? See my reply to the other Eric, you need to run "make bootstrap" to clear out stale *elc files.