From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] lisp/bookmark.el: make bookmark-fontify nil by default Date: Mon, 13 Sep 2021 11:58:10 +0200 Message-ID: <504f1dbe-da74-0ff0-4801-fe8be19de8b4@inventati.org> References: <1df50c0d035675f851387d689030d588@purelymail.com> <87k0nw1qaq.fsf@red-bean.com> <878s4cf74z.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33800"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 Cc: emacs-devel To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 13 12:19:36 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 1mPj3o-0008ZM-9K for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Sep 2021 12:19:36 +0200 Original-Received: from localhost ([::1]:40334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPj3m-0007FK-03 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Sep 2021 06:19:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46396) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPijF-0005R1-Gv for emacs-devel@gnu.org; Mon, 13 Sep 2021 05:58:21 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:28553) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPijB-00053A-UA for emacs-devel@gnu.org; Mon, 13 Sep 2021 05:58:21 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4H7MP12wS7z6v7Z; Mon, 13 Sep 2021 09:58:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1631527093; bh=YVnRO5/xK/jxfpq4UEJ1J2iX7xSVdmrKIULzs267Dhc=; h=To:References:From:Cc:Subject:Date:In-Reply-To:From; b=eD/HoJ0Z7ENTtbsFHACDI/BFuKXi8b9PrN5bZNzGuuhoFdc09RlgOKSEAbQGfR7ig APZXyzoaGIVRrF46/R1e8QAiK96dlK/PEtvpaIHLbiN3yu2JpxwCWOPFmJurWaNhzO +Xay6dhKMIYw/rUIXtnL5gwwUNkCyv63Yt66N1iQ= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4H7MP11h6Wz6v5y; Mon, 13 Sep 2021 09:58:13 +0000 (UTC) In-Reply-To: Content-Language: en-GB Received-SPF: pass client-ip=198.167.222.108; envelope-from=manuel.uberti@inventati.org; helo=devianza.investici.org X-Spam_score_int: -56 X-Spam_score: -5.7 X-Spam_bar: ----- X-Spam_report: (-5.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-3.584, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:274628 Archived-At: On 13/09/21 11:46, Stefan Kangas wrote: > I personally find that highlighting the entire line is fairly > distracting, and I'm concerned that this is not a good new default > behavior. If I'm wrong, and long-time users of bookmark.el thinks > this change is great, then that's fine of course. But just in case > I'm right, perhaps we could wait with setting the default to t until > Emacs 29? That way we have a chance to wait for the new less > intrusive fringe marker feature, which sounds harder to have many > reservations about. > > WDYT? Sorry if I missed the previous conversation on this (and I don't know if I qualify as a long-time user of bookmark.el), but this new default took me a bit by surprise. To give you more context, I mostly bookmark directories (usually remote ones). These bookmarks point to Dired buffers so at first I could not understand the highlighted line. Since it didn't give me any useful information I set the new option to nil. -- Manuel Uberti www.manueluberti.eu