From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.devel Subject: Re: Questions about transient (was: Re: A different way to interactively pass options to commands) Date: Mon, 22 Feb 2021 16:08:58 +0100 Message-ID: <878s7g9m2d.fsf@bernoul.li> References: <878s7m1mo3.fsf@gnus.org> <87ft1u9xhh.fsf@telefonica.net> <87o8giz61u.fsf@gnus.org> <87blchzo9b.fsf@gnus.org> <875z2pu0as.fsf@gmail.com> <87o8ggcba0.fsf@bernoul.li> <614a0552-e851-37c6-e6e5-8019c08451a7@posteo.de> <87ft1p9cpg.fsf@bernoul.li> <87o8gcla77.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1886"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Joost Kremers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 22 16:14:08 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 1lECuV-0000Qb-UT for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 16:14:07 +0100 Original-Received: from localhost ([::1]:54050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lECuU-0001ia-Qa for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 10:14:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lECpc-0006IZ-HJ for emacs-devel@gnu.org; Mon, 22 Feb 2021 10:09:04 -0500 Original-Received: from mail.hostpark.net ([212.243.197.30]:58038) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lECpa-0007cW-6t for emacs-devel@gnu.org; Mon, 22 Feb 2021 10:09:04 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id E9F37160C9; Mon, 22 Feb 2021 16:08:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :references:in-reply-to:subject:subject:from:from:received :received; s=sel2011a; t=1614006538; bh=o9vCHp8dqOW/HukhG8lcPHwc 1S6IdHh7eqfWAxSp5WY=; b=tal+x6Xo3kmfgE7UBHxj/jC/7lpRB3I7jBQwoKdq LhvKawAMCjBww7HZ78NA+19ZJMJS6zBc2/wIJUoecSoeBsViJ7e05UTXR8/v6Ci7 MNn5T4q6Qn7wCcuq3kEIlRjRhICdok34lB0x5y/AqwN/D3gKMPz88BG88xKXZo+F Gd0= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id YYksgdybylQk; Mon, 22 Feb 2021 16:08:58 +0100 (CET) Original-Received: from customer (localhost [127.0.0.1]) (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) by mail.hostpark.net (Postfix) with ESMTPSA id BB609160BF; Mon, 22 Feb 2021 16:08:58 +0100 (CET) In-Reply-To: <87o8gcla77.fsf@fastmail.fm> Received-SPF: none client-ip=212.243.197.30; envelope-from=jonas@bernoul.li; helo=mail.hostpark.net 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=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:265479 Archived-At: Joost Kremers writes: > But I have a few questions about transient, that don't seem to be covered by the > manual. What would be the best place to ask them? This list? The Discussion page > on Github? (They're not really suitable for Github issues.) Well if they are of interest to other people here then... here probably. ;-) (But search the issue tracker first; other might have had the same questions before.)