From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Keep network security info buffers after use Date: Thu, 21 Dec 2023 08:45:48 +0200 Message-ID: <837cl8gijn.fsf@gnu.org> References: <87plz4irev.fsf@red-bean.com> <834jggk4t9.fsf@gnu.org> <87o7eoe7f1.fsf@red-bean.com> <83ttofifaf.fsf@gnu.org> <87frzzkqmc.fsf@red-bean.com> <83jzpaid6o.fsf@gnu.org> <878r5owl4j.fsf@igel.home> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11998"; mail-complaints-to="usenet@ciao.gmane.io" Cc: kfogel@red-bean.com, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 21 07:46:42 2023 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 1rGCpN-0002v7-G2 for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Dec 2023 07:46:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rGCoo-0000UL-PF; Thu, 21 Dec 2023 01:46:06 -0500 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 1rGCol-0000U6-I7 for emacs-devel@gnu.org; Thu, 21 Dec 2023 01:46:03 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rGCok-0006G5-Eg; Thu, 21 Dec 2023 01:46:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=6zrtHl+mj/COvPhelJaLQwSdwNlknzyUmylVTfAy7Ik=; b=EUYmPrDf3aYL 89tdRn4gmxowQWjq0s7m2bq5cN/SCRrwCjSwxCbS/fcsw+wlfuHoXEOsZ9iJxgWc1WmzHqbpqyao0 9tkvTqF+S2GLKU/yUostU64AXMCopZ11kO08N1K1rQIBa/S2SmJ9eAslRN5KLxPsDpsXeLajIQoOB cpSOO89TtFLKYI7O9Ibgs1dFmi+pXFXKU/SFuhw1YvE9Rw9icWPY2UI3u9BR8fTrCLBAGkOMLfFcU BT581+9bz5/Ur+aq0T9oENMoo23rA8w2bprVLboFnOziqeIpAVzmOWPDBAZhFWAAI20VSHPUa/6bp k8tC4t8M4Wfo7GPqZ8WvSQ==; In-Reply-To: <878r5owl4j.fsf@igel.home> (message from Andreas Schwab on Wed, 20 Dec 2023 23:43:24 +0100) 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:314033 Archived-At: > From: Andreas Schwab > Cc: Karl Fogel , emacs-devel@gnu.org > Date: Wed, 20 Dec 2023 23:43:24 +0100 > > On Dez 19 2023, Eli Zaretskii wrote: > > > The reason is simple: what you see is a side effect of how the user > > interaction was implemented in this case. > > That is not true. read-multiple-choice documents that it uses the edit > binding from query-replace-map, thus it is not a side effect, but an > explicit choice. Ah, right. But in that case, C-r (and a plethora of other key bindings) are already documented, albeit implicitly via the link, so we don't need to mention that explicitly.