From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: Gnus and Emacs master, "wrong type argument" error Date: Wed, 03 Apr 2019 13:23:32 -0700 Message-ID: <87r2aion23.fsf@ericabrahamsen.net> References: <87ftqz58gn.fsf@metapensiero.it> <877ecb56kp.fsf@metapensiero.it> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="6273"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Lele Gaifax Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 03 22:31:49 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hBmY0-0001Qy-TM for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Apr 2019 22:31:49 +0200 Original-Received: from localhost ([127.0.0.1]:38363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBmXz-0003K5-H5 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Apr 2019 16:31:47 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBmXW-000328-F0 for help-gnu-emacs@gnu.org; Wed, 03 Apr 2019 16:31:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBmQa-0002zN-9z for help-gnu-emacs@gnu.org; Wed, 03 Apr 2019 16:24:11 -0400 Original-Received: from ericabrahamsen.net ([52.70.2.18]:39936 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBmQY-0001q7-0z for help-gnu-emacs@gnu.org; Wed, 03 Apr 2019 16:24:06 -0400 Original-Received: from localhost (unknown [207.109.85.82]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 0CBE7FA594; Wed, 3 Apr 2019 20:23:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ericabrahamsen.net; s=mail; t=1554323014; bh=wEYxr0+UnBAufVzaxr8vg+RbZ6oDH3Ksoa+0daMJDlY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=RaPn6Dfoep2iS944f79bav90qdJa9rOdlj17l+D8gQq6dr5MW804kUgopEtSKnogM x/3oLzq3RnLXsVJzotrf44tg720uWiB3St8Vk4eq9svUHaGHBJEt7x07Kc/AFc7bnn K9kyf75JEBVPYGRaJMMWrqllLO7B/BYzx4Absidk= In-Reply-To: <877ecb56kp.fsf@metapensiero.it> (Lele Gaifax's message of "Wed, 03 Apr 2019 19:42:14 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 52.70.2.18 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119888 Archived-At: Lele Gaifax writes: > Stefan Monnier writes: > >> When you bump into a problem in the development code, please please >> pretty please, don't ask gnu.emacs.help for help to circumvent >> it, but tell Emacs developers about the problem (M-x report-emacs-bug). > > Sure, you are right, will try again tomorrow morning and will do that. Actually all you need to do is delete stale *elc files from under lisp/gnus/ and run "make" again. You can also run "make bootstrap" to the same effect, but that will take longer. It's annoying, but apparently unavoidable...