From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mats Lidell Newsgroups: gmane.emacs.devel Subject: Re: [elpa] externals/hyperbole 4314e8c246: Get list of args from closures (#528) Date: Sun, 19 May 2024 09:22:11 +0200 Message-ID: <878r06nu58.fsf@lidells.se> References: <171607308439.16669.4136339982286918361@vcs2.savannah.gnu.org> <20240518225804.DB081C35346@vcs2.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15312"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org, Robert Weiner To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 19 09:43:56 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s8bD1-0003oz-M0 for ged-emacs-devel@m.gmane-mx.org; Sun, 19 May 2024 09:43:55 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s8bCE-0005JV-7O; Sun, 19 May 2024 03:43:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8asG-0002R8-DX for emacs-devel@gnu.org; Sun, 19 May 2024 03:22:28 -0400 Original-Received: from smtp.egensajt.se ([194.68.80.251]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8asD-0006sq-Vz for emacs-devel@gnu.org; Sun, 19 May 2024 03:22:28 -0400 Original-Received: from ethel (host-217-213-67-177.mobileonline.telia.com [217.213.67.177]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mats.lidell@lidells.se) by smtp.egensajt.se (Postfix) with ESMTPSA id 64DA640009; Sun, 19 May 2024 09:22:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lidells.se; s=dkim; t=1716103333; bh=RUYIXbVgoVeV2V2oJrIBMS56YoPpKSjuqKIej3C1IEQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=uYB5UD4WlknLD2Im2EO7DpLOrW35xXL3ZJUIblU56GYHpBWTUyKqrfhA+iQKqi+PB uBDdeev0EffXyFGjzwIyR61v92aMlW2vO8pGY7gel2ojIwm8q21Xzgl8eJky0Gx1UH y473IQ7uJfoWtT7bIrzPfFSg2RwYGfYbr0amXDos= In-Reply-To: (Stefan Monnier's message of "Sat, 18 May 2024 19:19:24 -0400") Received-SPF: pass client-ip=194.68.80.251; envelope-from=mats.lidell@lidells.se; helo=smtp.egensajt.se X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 19 May 2024 03:43:02 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319363 Archived-At: Hi Stefan, > Stefan Monnier writes: > Why not remove this `(or ...)` altogether, and just call `interactive-form` > and see if it returns non-nil? Yes, why not! ;-) Thanks for the suggestion. %% Mats