From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: [RFC] Could we get rid of Org specific "mark ring" Date: Tue, 30 Jan 2018 16:00:22 -0700 Message-ID: References: <87o9lcntdq.fsf@nicolasgoaziou.fr> <87po5rxcgq.fsf@nicolasgoaziou.fr> <87fu6nx93a.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egeuY-00026S-G6 for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 18:02:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eget6-0006Z0-Ht for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 18:01:54 -0500 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]:35035) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eget6-0006Wy-5J for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 18:00:24 -0500 Received: by mail-it0-x231.google.com with SMTP id e1so2562794ita.0 for ; Tue, 30 Jan 2018 15:00:23 -0800 (PST) In-Reply-To: <87fu6nx93a.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: Org Mode List On 1/30/18, Nicolas Goaziou wrote: > Let me clarify. I just want to replace `org-mark-ring-push' with > `push-mark'. The distinction between local and global mark rings are > taken care of in the latter. Org doesn't need to mess with it. > > I hope that's clearer now. yes, thanks. do we really want "If the last global mark pushed was not in the current buffer, also push LOCATION on the global mark ring."? if it was in the current buffer then we don't go to the exact location?