From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#46926: Remove the quotes from highlighted/linked symbols when displaying docs Date: Thu, 04 Mar 2021 19:19:09 +0200 Message-ID: <8335xa25wy.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29242"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46926@debbugs.gnu.org To: scame Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 04 18:22:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lHrfv-0007TH-8g for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 04 Mar 2021 18:22:11 +0100 Original-Received: from localhost ([::1]:40518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHrfu-0001eo-9s for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 04 Mar 2021 12:22:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHrdq-0000CV-9f for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2021 12:20:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lHrdq-0002nt-1F for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2021 12:20:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lHrdp-0002Jl-TQ for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2021 12:20:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Mar 2021 17:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46926 X-GNU-PR-Package: emacs Original-Received: via spool by 46926-submit@debbugs.gnu.org id=B46926.16148783778867 (code B ref 46926); Thu, 04 Mar 2021 17:20:01 +0000 Original-Received: (at 46926) by debbugs.gnu.org; 4 Mar 2021 17:19:37 +0000 Original-Received: from localhost ([127.0.0.1]:60065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHrdQ-0002Ix-Ln for submit@debbugs.gnu.org; Thu, 04 Mar 2021 12:19:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHrdO-0002Ik-6Y for 46926@debbugs.gnu.org; Thu, 04 Mar 2021 12:19:35 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37282) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHrdI-0002Wk-GW; Thu, 04 Mar 2021 12:19:28 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3720 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lHrdH-0004SR-Ff; Thu, 04 Mar 2021 12:19:28 -0500 In-Reply-To: (bug-gnu-emacs@gnu.org) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:201417 Archived-At: > Date: Thu, 04 Mar 2021 16:57:24 +0000 > From: scame via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Help windows and Info show quoted symbols linked/highlighted. Help buffers do, but where did you see that in Info? Can you show an example? > The quotes are added to denote the symbol in source docs, but when > the symbol is linked/highlighted then the symbol is already > processed for display and emphasised, so there is no need for > displaying the quotes. I disagree. The quotes indicate that it's a symbol, the link face indicates that we have more information about that symbol elsewhere. These are two orthogonal indications, so they complete each other, not contradict.