From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Keep network security info buffers after use Date: Tue, 19 Dec 2023 06:31:06 +0100 Message-ID: References: <87plz4irev.fsf@red-bean.com> <834jggk4t9.fsf@gnu.org> <87o7eoe7f1.fsf@red-bean.com> <83ttofifaf.fsf@gnu.org> <87frzzkqmc.fsf@red-bean.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GjvdrqSUiqI3pK1E" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15645"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 19 06:32:11 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 1rFSiB-0003q2-IC for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Dec 2023 06:32:11 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rFShG-0007wN-Uu; Tue, 19 Dec 2023 00:31:15 -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 1rFShE-0007wC-PQ for emacs-devel@gnu.org; Tue, 19 Dec 2023 00:31:12 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFShD-00017w-0r for emacs-devel@gnu.org; Tue, 19 Dec 2023 00:31:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date: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=bdbIQ+w7cRenGpzFgWiMVkZbRE5Zf82E4iLGYFwxfwM=; b=lS+PZVf/eKoaegU7dEYm+XJ0Ep 7j+0oXh6W3z+UCNMCoqukaOJNpRAU8TIWYdKq/gQXmBbJ54TNEnG9JNdtj8pYW+QkjxpIQe3MG2zk s2d3RrvlqVlsfshJMFDtQa7/lZGy3l37J9vQG/nkBdVnvXRwh9G/nJ4wgRW5VmRkV/OXi8mYI9dWO gR/UAfXYR/UGYzrwGF3umIyj0OuV92zFEcIxxjloR2hXiRgcIW/6irvhIo3ROn94UbNTRJ7Zp7iD9 Rl4mNmKycX5cuwXMB0UVQ2JWczFDV6/Y5ae/Aii7+P1FG/jGYH7lLSNd3boQ0QVrUD+GKpy3MvuY1 /UO+NMVA==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1rFSh8-00017d-Tj for emacs-devel@gnu.org; Tue, 19 Dec 2023 06:31:06 +0100 Content-Disposition: inline In-Reply-To: <87frzzkqmc.fsf@red-bean.com> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:313996 Archived-At: --GjvdrqSUiqI3pK1E Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 18, 2023 at 06:00:59PM -0600, Karl Fogel wrote: [...] > If `C-x o' would just work at the `read-multiple-choice' prompt, and enab= le > one to leave the minibuffer to travel around to other windows, that would > also be a fine solution. Actually, probably it would be the best solutio= n, > now that I think about it. I havent been in your situation, but I'm sure it would have made me furious. Cheers --=20 t --GjvdrqSUiqI3pK1E Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZYEqmgAKCRAFyCz1etHa RoQ+AJ9hD6h5KDP2+6NvVxuQoL87p01VegCdGd7lst/Y3qwgoStOZWwFig2da1E= =iamD -----END PGP SIGNATURE----- --GjvdrqSUiqI3pK1E--