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=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28777 invoked from network); 21 May 2021 16:12:49 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 21 May 2021 16:12:49 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lk7lX-004wKg-Ik for ml@inbox.vuxu.org; Fri, 21 May 2021 11:12:47 -0500 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 1lk7lW-00FT5X-SE for ml@inbox.vuxu.org; Fri, 21 May 2021 11:12:46 -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 1lk7lV-00FT5R-Nw for ding@lists.math.uh.edu; Fri, 21 May 2021 11:12:45 -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 1lk7lU-003qdP-3q for ding@lists.math.uh.edu; Fri, 21 May 2021 11:12:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HJmPUOrmizm5RdREG4VPGhFk1XkwaIK0t/n+V76qd0c=; b=djeV9CqP/b3pTexGsSgyRBsw8c IziMp/wHi+fNuIAOqbOahz1SyllYZMfRFHy4MN9HSz1AlUZhuFi2ssG6g3dxTUsEV6USv8n+auBuK js5WEXfFSDcxJ28qJ/LsInnMHQ5OlUaBKnW3nxwRaDVpo1GsVqm+iMHVTufLNInbmo7w=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lk7lM-0005o5-Tj for ding@gnus.org; Fri, 21 May 2021 18:12:39 +0200 Received: from localhost (c-71-197-184-122.hsd1.wa.comcast.net [71.197.184.122]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 9904DFED1C for ; Fri, 21 May 2021 16:12:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1621613549; bh=HJmPUOrmizm5RdREG4VPGhFk1XkwaIK0t/n+V76qd0c=; h=From:To:Subject:References:Date:In-Reply-To:From; b=eiQhVu5rLgglbTLnAYphjFSDkVic0a8cVkvLrjMBZv285NwNhs799MO0/68pEST+T CN1TEBv0trMw4IUu0ieFUUBz5Xy1FwJYwoXyjLgqHaZ1kIY2WNJvXQ4snq/y52k9VJ OQsjPAEuzjmCRannbKU3KjthmWdsUK164JFGh7ZU= From: Eric Abrahamsen To: ding@gnus.org Subject: Re: search does not work anymore References: <87im3dh683.fsf@mat.ucm.es> <878s49ie9k.fsf@ericabrahamsen.net> <874kewsiq4.fsf@mat.ucm.es> Date: Fri, 21 May 2021 09:12:25 -0700 In-Reply-To: <874kewsiq4.fsf@mat.ucm.es> (Uwe Brauer's message of "Fri, 21 May 2021 08:29:07 +0200") Message-ID: <8735ugukuu.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Uwe Brauer writes: >> Uwe Brauer writes: > >> That area of `gnus-summary-set-local-parameters' is wrapped in an >> `ignore-errors': > >> (ignore-errors >> (push (car elem) vars) >> (if (boundp (car elem)) >> (set (make-local-variable (car elem)) (eval (nth 1 elem) t)) >> (eval (nth 1 elem) t))) > >> So I don't see how you're actually getting an error! > > > > I hate to ask this, but could it be the registry[1]?? No, I don't see how it could be. Wrapping `ignore-errors' around something that raises an error should always swallow the error.