From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Undo mode Date: Fri, 21 Jan 2022 10:26:54 +0000 Message-ID: <6d8355dee1e90c136d52@heytings.org> References: <86tudyw1ir.fsf@mail.linkov.net> <6d8355dee1bb42a18fd0@heytings.org> <87h79xxw7t.fsf@yahoo.com> <6d8355dee13363ee16cd@heytings.org> <87czklxufh.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26501"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, Juri Linkov To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 21 11:48:01 2022 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 1nArSb-0006is-Ir for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jan 2022 11:48:01 +0100 Original-Received: from localhost ([::1]:42780 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nArSa-0007wV-KV for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jan 2022 05:48:00 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50014) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAr8D-0007xl-P9 for emacs-devel@gnu.org; Fri, 21 Jan 2022 05:26:57 -0500 Original-Received: from heytings.org ([95.142.160.155]:35060) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAr8C-0005VV-6K for emacs-devel@gnu.org; Fri, 21 Jan 2022 05:26:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1642760814; bh=MWJcpI/bRbn24qRh0RI57GYaoLO1BTwIxTKEfL3/T0Q=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=YDdqJle53yHTcOe+keMOH1pBNAkY2Ek5q53Qs1fnvaEspxdo19AAVYc8rqy21ROOg ELrrBZ7iKTapNx4rj8b3gQExSyOFCngzpNV/b2StKXD9W/kPrYoucSKBwoKb/Fn0pJ nUEysYlgTP9Xi6pRT5rrjeGpihI1mc8egaKixAkgg7Mi+lQxcXnm5dBBxR0X8p9Wis pY4ogEA5sVxY04OwHX4ec7gWXH/VqIkq9+AllLnjoMhVIXkwCWk7Jmbzq5wWrjXTti gPe/BVzD86YlSCNr0F1n12biZ1iwcG+riXRraEnRAznZeGFMwULDGkIPb0qQikUvYv YcDCENT5fHLOA== In-Reply-To: <87czklxufh.fsf@yahoo.com> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org 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_PASS=-0.001, SPF_PASS=-0.001 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" Xref: news.gmane.io gmane.emacs.devel:285114 Archived-At: >> Going back to the original design is not changing the design, it's >> restoring the menu item as it was originally meant to be. See attached >> patch. > > Thanks, but I don't see how that's any different, aside from not telling > the user how to turn it off. > > Either way, this change was discussed in bug#53382, so I suggest to look > there. > Discussed? You filed a bug report, Eli replied "I don't see that as a problem", you did what you wanted to do two hours later, and closed the bug report. There's no point in telling the user "how to turn it off", as I said earlier the "Enable Frame Undeletion" menu item was there as a hint to tell users that it's a feature that needs to be turned on in their init files.