From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Could we get rid of Org specific "mark ring" Date: Tue, 30 Jan 2018 23:42:01 +0100 Message-ID: <87fu6nx93a.fsf@nicolasgoaziou.fr> References: <87o9lcntdq.fsf@nicolasgoaziou.fr> <87po5rxcgq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egecl-000346-Qw for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 17:44:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egebM-0006fS-Sf for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 17:43:31 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:56850) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1egebM-0006di-Fm for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 17:42:04 -0500 In-Reply-To: (Samuel Wales's message of "Tue, 30 Jan 2018 15:30:22 -0700") 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: Samuel Wales Cc: Org Mode List Samuel Wales writes: > On 1/30/18, Nicolas Goaziou wrote: >>> org would have to push to both local and global it seems. >> >> `push-mark' would take care of this. So Org wouldn't need to. > > iiuc, i can't agree with you. org pushes marks onto the org mark ring > in various places [and imo even misses at least one place -- going to > outline from agenda]. i assumed org would continue to do so, except > to the local and global mark rings. > > will all those good automatic mark pushing events be removed? i do > not get the point of that. that's potentially a lot of programming > work to put onto the user just to get back the functionality we have > now. > > so i probably misunderstand your meaning. 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.