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: is it possible to =?utf-8?B?wqtsb3Nlwrs=?= edits when aborting recursive-edits? Date: Thu, 11 Jan 2024 08:42:18 +0200 Message-ID: <83bk9smkvp.fsf@gnu.org> References: <87ply86ham.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8417"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 11 07:42:52 2024 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 1rNomB-0001zd-Fn for ged-emacs-devel@m.gmane-mx.org; Thu, 11 Jan 2024 07:42:51 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rNolw-0004ho-UW; Thu, 11 Jan 2024 01:42:36 -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 1rNolw-0004hf-2W for emacs-devel@gnu.org; Thu, 11 Jan 2024 01:42:36 -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 1rNolv-0007OF-0v; Thu, 11 Jan 2024 01:42:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=cSkxxbHWmJ+B8oe7QfAiWi3T4LtI9HD5gg1YMMnoU5g=; b=ScdQmn6h+76mJ02pc4Io +p9PK3DP9/y2ivBmSEbN1rLFTArGwu3mDwvbfDpp4ujW4NhkL1C/Ogz/HKq/a20/hQmdEBY/PTtHn 0TwhNOxoX08Lc7VBJ45HdoUU35QtQpKBIwo2re4ZgLM635IuikGB5C/QBGcAoRHE4yjpb5Sue+27N UJU+3RA3uT/vmUVjvFvl75ORS+luV0hJux6pfzrQc8OazEKCoIp92OltOAoSsT4loELBUG2C0a+HV 5n0UI3r1/7YOPeZuMxdkVd+hLZVxUxJka9j0k1Ja7yi1/oNS4Cm2JyOO9yrp967IALnoWtwQwc2M7 9PSFFh6I9Gov8w==; In-Reply-To: <87ply86ham.fsf@mat.ucm.es> (emacs-devel@gnu.org) 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:314835 Archived-At: > Date: Wed, 10 Jan 2024 21:54:09 +0100 > From: Uwe Brauer via "Emacs development discussions." > > I just edited for around 40 min a file, and wanted to commit the > changes. I noticed that I had 2 or three recursive-edits level, most > likely the result of some errors that occurred when I executed some > reftex and latex commands (I do not recall the reasons). > > Be it as it may: I hit C-] as I always do, > committed but then realized that some of my changes were not committed, > indeed they seem to have vanished. What do you mean by "not committed"? In general, please describe in more detail what you did before and after C-], as these details matter for trying to figure out what happened in your case. (Your evident assumption that there's some obvious aspect of C-] that will immediately yield an answer is incorrect, since C-] aborts the current command, but cannot possibly undo the effect of previous commands on buffer text.)