From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33309) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP7IO-0008DW-O0 for guix-patches@gnu.org; Mon, 28 Oct 2019 11:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP7IM-0001Z3-Es for guix-patches@gnu.org; Mon, 28 Oct 2019 11:51:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP7IM-0001Yw-Bg for guix-patches@gnu.org; Mon, 28 Oct 2019 11:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP7IM-0002ko-8O for guix-patches@gnu.org; Mon, 28 Oct 2019 11:51:02 -0400 Subject: [bug#37962] [PATCH] gnu: emacs-evil: Remove undo-tree dependency. Resent-Message-ID: From: clement@lassieur.org (=?UTF-8?Q?Cl=C3=A9ment?= Lassieur) References: <20191028153435.5076-1-clement@lassieur.org> <87zhhkj2ox.fsf@lassieur.org> Date: Mon, 28 Oct 2019 16:50:00 +0100 In-Reply-To: <87zhhkj2ox.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Mon, 28 Oct 2019 16:43:26 +0100") Message-ID: <87sgnczx7b.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37962@debbugs.gnu.org clement@lassieur.org (Cl=C3=A9ment Lassieur) writes: > The idea is that if people need it, they can install it and it'll just > work, but I personnaly don't want 'u' to be bound to undo-tree because > it has unfixed bugs that can lead to data loss[1]. > > 'r' won't work anymore, but C-/ can be used instead[2]. I meant C-r (undo-tree-redo). > > Cheers, > Cl=C3=A9ment > > [1]: https://github.com/emacs-evil/evil/issues/1074#issuecomment-430012097 > [2]: https://github.com/emacs-evil/evil/issues/1074#issuecomment-470690948