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: Mon, 18 Dec 2023 19:36:24 +0200 Message-ID: <83ttofifaf.fsf@gnu.org> References: <87plz4irev.fsf@red-bean.com> <834jggk4t9.fsf@gnu.org> <87o7eoe7f1.fsf@red-bean.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34956"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 18 18:38:27 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 1rFHZS-0008p7-RL for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Dec 2023 18:38:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rFHYW-0004vY-UJ; Mon, 18 Dec 2023 12:37:30 -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 1rFHYU-0004vD-Ah for emacs-devel@gnu.org; Mon, 18 Dec 2023 12:37:26 -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 1rFHYT-0003yT-I4; Mon, 18 Dec 2023 12:37:25 -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=UxdL7vcbtAP1EOQWEbyFSSEqN2DTjlcTdTMkc7AU2aE=; b=bknR1xQlOFnd eLymMY+0FDqbsUNcrz3g/945mDs0iGbIr6QTNIbk1KGcjqspKWCGmU3o7FOhioPoHRiKHV8tRvwNR /uJGiWhAdoyA/ySx5LJhRXjV7zIlffYY0g2UezBFm8ilI7e/n8m4Umczgp9PQ83neSlcCLmlRX2dJ TfqsBjPOBTEJQIOSLW2ANmhPuIfUSrniUdL6pkCpD9io+ZsVoOJwEhUxy7PMIKac5ttv0ZJsv8IX3 TfVdGmX8gTlzsKvghElszPlMBLnvHLFUobE4IFAk/n4HkDfP5TZmXW3O9CKMfhDsMt3haMg/nilTq MSYmuoPKISZc8LLRRV/BeA==; In-Reply-To: <87o7eoe7f1.fsf@red-bean.com> (message from Karl Fogel on Sun, 17 Dec 2023 17:27:46 -0600) 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:313984 Archived-At: > From: Karl Fogel > Date: Sun, 17 Dec 2023 17:27:46 -0600 > > So, how about we change lisp/emacs-lisp/rmc.el:`rmc--show-help' to > display how to enter a recursive edit? We don't advertise that key for a reason, so I don't think this is a good idea. I actually don't understand why you rejected the tow ideas proposed to you. Personally, I think Andreas's idea is the better one, and not too hard to implement. It also has the nice advantage that it solves the exact problem you had and nothing else.