From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] lisp/bookmark.el: make bookmark-fontify nil by default Date: Wed, 19 May 2021 14:00:50 +0200 Organization: GNU Message-ID: <871ra3ylu5.fsf@gnu.org> References: <1df50c0d035675f851387d689030d588@purelymail.com> <87k0nw1qaq.fsf@red-bean.com> <87eee42u69.fsf@tcd.ie> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26882"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Karl Fogel , "Paul W. Rankin" , "Paul W. Rankin via Emacs development discussions." To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 19 14:02:23 2021 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 1ljKu7-0006sB-7V for ged-emacs-devel@m.gmane-mx.org; Wed, 19 May 2021 14:02:23 +0200 Original-Received: from localhost ([::1]:56234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljKu6-0004ZD-9O for ged-emacs-devel@m.gmane-mx.org; Wed, 19 May 2021 08:02:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljKsj-0002P5-PY for emacs-devel@gnu.org; Wed, 19 May 2021 08:00:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45866) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljKsi-0004DY-5h; Wed, 19 May 2021 08:00:57 -0400 Original-Received: from [78.194.183.21] (port=51756 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljKsd-00075h-FX; Wed, 19 May 2021 08:00:55 -0400 Original-Received: by guerry (Postfix, from userid 1000) id 9331B1A60479; Wed, 19 May 2021 14:00:50 +0200 (CEST) In-Reply-To: <87eee42u69.fsf@tcd.ie> (Basil L. Contovounesios's message of "Tue, 18 May 2021 11:49:34 +0100") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:269473 Archived-At: "Basil L. Contovounesios" writes: > The discussion there also raises concerns about some unintended > consequences of the new feature, such as with Org refile/capture[1] or > when overwriting an existing bookmark[2]. > > [1] https://bugs.gnu.org/48179#63 > [2] https://bugs.gnu.org/48179#60 FWIW I'm considering two changes for Org: one is to introduce an option `org-refile-bookmark' (similar to `org-capture-bookmark' thus separating concerns) and setting both to `nil' by default. I suspect many users don't even know they can jump to the last captured/refiled headline using the bookmark anyway. -- Bastien