From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: [RFC] Could we get rid of Org specific "mark ring" Date: Mon, 29 Jan 2018 21:06:52 -0800 Message-ID: References: <87o9lcntdq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egO8F-0002Nz-Fp for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 00:06:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egO8E-0000pC-Gy for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 00:06:55 -0500 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:35251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egO8E-0000oX-CE for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 00:06:54 -0500 Received: by mail-qk0-x236.google.com with SMTP id d80so8618073qkg.2 for ; Mon, 29 Jan 2018 21:06:53 -0800 (PST) In-Reply-To: <87o9lcntdq.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 I was not aware Org had its own mark ring, and I see no use for it personally when Emacs's mark ring exists. On Mon, Jan 29, 2018 at 3:21 PM, Nicolas Goaziou wrote: > Hello, > > As the title suggests, I'm wondering if we could remove Org's own > implementation of the mark ring, for some reasons : > > - Emacs already provides two of them: the local one and the global one. > This feels like re-inventing the wheel; > > - Org mark ring and Emacs mark ring are sometimes out of sync, hence bug > #23745; > > - `org-mark-ring-goto' binding (C-c &) conflicts with some minor modes > (e.g., Yasnippet). > > So, could we simply remove this part of Org and use Emacs facilities, > with their standard bindings (C-u C- and C-x C-) and behaviour > instead? > > For hard-core Org users, it might be possible to create a function that > cycles among Org buffers only in the Emacs' mark ring. I don't think > this is necessary, tho. > > Thoughts? > > Regards, > > -- > Nicolas Goaziou 0x80A93738 >