From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A different way to interactively pass options to commands Date: Fri, 19 Feb 2021 09:32:28 -0500 Message-ID: References: <878s7m1mo3.fsf@gnus.org> <87ft1u9xhh.fsf@telefonica.net> <87o8giz61u.fsf@gnus.org> <87blchzo9b.fsf@gnus.org> <875z2pu0as.fsf@gmail.com> <87pn0wuv0b.fsf@gnus.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="34348"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: =?windows-1252?Q?=D3scar?= Fuentes , emacs-devel@gnu.org, Jonas Bernoulli , Doug Davis , =?windows-1252?Q?K=E9vin?= Le Gouguec To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 19 15:33:25 2021 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 1lD6qT-0008o1-6R for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Feb 2021 15:33:25 +0100 Original-Received: from localhost ([::1]:39634 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lD6qS-00026n-7f for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Feb 2021 09:33:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lD6pe-0001L2-1S for emacs-devel@gnu.org; Fri, 19 Feb 2021 09:32:34 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:19915) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lD6pc-0006Ef-A8 for emacs-devel@gnu.org; Fri, 19 Feb 2021 09:32:33 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2157444032D; Fri, 19 Feb 2021 09:32:31 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 3811E4402E2; Fri, 19 Feb 2021 09:32:29 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1613745149; bh=fNsArkut03WKy9GvsBUX2RwwM40Py79xYrsVlax8Wos=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=bVFHFxXTxttvtcad7vV3ZKZfm1xIy1r2BbdV9Rm+RdZXW6BgvG1dLX7Lo50+Oyv6n ThhDzewcIG6PzSsTo4ps4W84lQt3tsbGtOZS7WHd16lk3nMjLMqTBuiKo7q0BqK6wm kfx7DZrBMUzOCxBLiu4uys5B6DMfsdW/3GgB/Imlp8moP8HxQb58vkQM3cFBFL2WC3 ue+6zttxvNzFgy4EZdbpsUnto6UpgqoQlL/ZbR/krSgu55agtCJvPZhj2iBe0Dcc/H yGh140e1m580N1tGJ94xGvAcz2A8FPD1FPTAem7yMhyssEd1LeufpLhDR1NEVFlVmV +xUa5ULVNrAqg== Original-Received: from alfajor (unknown [216.154.41.47]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 3FC25120230; Fri, 19 Feb 2021 09:32:29 -0500 (EST) In-Reply-To: <87pn0wuv0b.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 19 Feb 2021 13:01:08 +0100") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:265259 Archived-At: > Ah -- I only checked with `M-x list-packages', but it won't show up > there until there's a Version header in transient.el (that's bigger than > zero), I guess? Or until you add http://elpa.gnu.org/devel/ to your `package-archives`, yes. Stefan