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: Sat, 22 Jan 2022 11:15:36 +0000 Message-ID: <58bb8030d56c88a8c2d8@heytings.org> References: <86tudyw1ir.fsf@mail.linkov.net> <6d8355dee1bb42a18fd0@heytings.org> <87h79xxw7t.fsf@yahoo.com> <6d8355dee13363ee16cd@heytings.org> <83wnitnvum.fsf@gnu.org> <6d8355dee168648eba0c@heytings.org> <83lez9noq8.fsf@gnu.org> <6d8355dee1d428e87037@heytings.org> <83fspgoozi.fsf@gnu.org> <6d8355dee1e5981e5c5a@heytings.org> <835yqcnt1l.fsf@gnu.org> <58bb8030d598aedf86e1@heytings.org> <831r10nodm.fsf@gnu.org> <58bb8030d5ed075bc9df@heytings.org> <83wnism56j.fsf@gnu.org> 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="30523"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, juri@linkov.net, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 22 12:18:06 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 1nBEPF-0007hm-3M for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jan 2022 12:18:05 +0100 Original-Received: from localhost ([::1]:46980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nBEPD-0003Au-OJ for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jan 2022 06:18:03 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBEMv-0001dX-U4 for emacs-devel@gnu.org; Sat, 22 Jan 2022 06:15:46 -0500 Original-Received: from heytings.org ([95.142.160.155]:36548) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBEMt-0004Tz-Ss; Sat, 22 Jan 2022 06:15:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1642850137; bh=v6DBI1FF9i25Iarvl0z/V7YFuhewOBcNp11rcnrdH4E=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=aWEuJ9vUhYweHTwxNqIHmpw200QUTtv738JzIWUwyj+P6cMT6javwxX/PZOxCFtuv CiFlVZjFaTFwVxLDaXTWzkR6pRj7aNC1RJMB8Z1sEjNCdm890ZMzu1TCZXRRIVnF2L jMBAhciYz63pajGYVDIK2TKuIqR21H81jd2F8M+XKzS4sdYApE4VD4NBDYaco6D8oF iGVtUOrRCPHlPlJtHMhoT+dioeAuxZsV5ewYZiMAxqFa0WmYTYlUnACjlrSoaNF4vI n0xDAxup+79fsLl+27UT4kLbmN2roBjgGDPIlsL+MlM05BUFK/83nW+zwG9y/AKyzo swsVWO4DbvOIA== In-Reply-To: <83wnism56j.fsf@gnu.org> 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:285194 Archived-At: >>> I already explained why it would be very unusual to have a feature >>> that can only be turned on from the menu, but cannot be turned off. >>> I see no reason for such strange behavior for this single mode. >> >> Which is why I suggested to remove the possibility of enabling it from >> the menu. See the attached patch (again). > > Sorry, I don't agree with such a change, as it would be a step back. > I give up. I'm sorry to have contributed to that mess.