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: Fri, 22 Dec 2023 13:51:54 +0200 Message-ID: <83frzufo9x.fsf@gnu.org> References: <87plz4irev.fsf@red-bean.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18752"; mail-complaints-to="usenet@ciao.gmane.io" Cc: kfogel@red-bean.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 22 12:52:50 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 1rGe5B-0004dN-T5 for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Dec 2023 12:52:50 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rGe4V-0006Sc-IN; Fri, 22 Dec 2023 06:52:07 -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 1rGe4U-0006SS-3B for emacs-devel@gnu.org; Fri, 22 Dec 2023 06:52:06 -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 1rGe4T-0005NJ-QV; Fri, 22 Dec 2023 06:52:05 -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=dz7paAbi3nlhcRBQvJII6Dx6SncUjd8i2JpUPFlmvv4=; b=kbcm+8OERTMt l/Ehe6V3Xkrn4+guIk222aRf3WUSWbeXYwAorAs1rqh3eZYj4RmxY1ppMobG4eAKOql0YggATTxlX 5hwTZQYBo+VjoyFTGLBsyQF9KIwluPgZRuUA33D6AJbZ1S2IXOKaLx8jEmIfpee+ohBX32EB2avl9 yY2IZm6NyxHGifqvLvlG9yHCFb0414kn4414NlERgNzQB/u178wW7xu4Zy9BTlmeRVPM6KNOCTqZq G2xj0JplFfzwF+CigK6yX1mw5U7jxrQJUX0UyEi/CInB6gej/J2owA9LR6YW8Kif80XwaJf03hEN3 mvAkMe2k5fMkkMSnsGIgyA==; In-Reply-To: (message from Stefan Kangas on Fri, 22 Dec 2023 02:00:38 -0800) 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:314069 Archived-At: > From: Stefan Kangas > Date: Fri, 22 Dec 2023 02:00:38 -0800 > > Karl Fogel writes: > > > What do people think of the attached behavior change? > > > > Summary: after the user is prompted about whether to accept a > > remote cert, the buffer(s) with information about the cert should > > stay around, instead of being killed like they currently are. > > It would be useful, yes. I'm not bit by this often, but it happened to > me this week, and it's pretty frustrating. The only workaround I know > of is to manually type in the information into some other program. I agree that it could be useful in some cases. Andreas suggested a special command to show this information -- do you think this would be a good solution for this situation?