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: A feature to go to last edit locations Date: Sun, 12 Feb 2023 19:52:32 +0200 Message-ID: <834jrqhiu7.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38901"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Daniel =?iso-8859-1?Q?Mart=EDn?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 12 18:53:53 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 1pRGXx-0009vX-3F for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Feb 2023 18:53:53 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRGX6-0006Ni-Oe; Sun, 12 Feb 2023 12:53:00 -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 1pRGX5-0006Ms-F8 for emacs-devel@gnu.org; Sun, 12 Feb 2023 12:52:59 -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 1pRGX5-0002gI-3z; Sun, 12 Feb 2023 12:52:59 -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=UCri+5UbkMF2DL3y52m/4Yfsb7ZzDq6xFn8VK0WRZEQ=; b=TyhH4RLnJxIaMQqj452H zrCHkRAHGN10YR29DaF2A5VeAF1e1c8PfsAztgvRRUpsrQOO8G9xoUwgC0gX/ixhA7OdYa+4yo+uk UuQ82DJnPTeo+rqLcRt1J0sooyiv17q/4nD6u+clqN1cya1S+TbrRgm1HILMsUISe4m6U8cPZT/A1 08TcZ/HzKpjxaflh2pBKoy5tzU+khvTf6E1IX1NlXJ+8rnMuZckrA1A7tZlhzE3355lzCy4bSjdoJ IryVxgPsqMY0sHb0p16NobDUWkO7wdTvJ4QwzaeqtmICvFLceXEtBE/Ouh4U2SwtY3KpRkxzoh38b TbHwMD0/+YDSaA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRGX4-0007rB-It; Sun, 12 Feb 2023 12:52:58 -0500 In-Reply-To: (message from Daniel =?iso-8859-1?Q?Mart=EDn?= on Sun, 12 Feb 2023 18:41:20 +0100) 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:303189 Archived-At: > From: Daniel Martín > Date: Sun, 12 Feb 2023 18:41:20 +0100 > > > Some IDEs and text editors provide a feature to go to the position of > the last edit location across all buffers. For example, in Eclipse or > IntelliJ IDEA, this feature is under Navigate, Last Edit Location. In > Vim, this feature is called a "change list jump" [1], but it seems to > work in a per-buffer basis. > > The closest thing in Emacs is pop-global-mark, but it's not quite the > same feature. Emacs also has registers.