unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Glenn Morris <rgm@gnu.org>, Eli Zaretskii <eliz@gnu.org>
Cc: scame <laszlomail@protonmail.com>,
	"47529@debbugs.gnu.org" <47529@debbugs.gnu.org>
Subject: bug#47529: [External] : bug#47529: Make quoted entities stand out more in info
Date: Thu, 1 Apr 2021 17:07:59 +0000	[thread overview]
Message-ID: <SA2PR10MB44745B23489FC0459C25D892F37B9@SA2PR10MB4474.namprd10.prod.outlook.com> (raw)
In-Reply-To: <4r7dlmhrp1.fsf@fencepost.gnu.org>

> This has come up several times over the years.
> It never goes anywhere. Eg six-year old open reports:
> https://urldefense.com/v3/__https://debbugs.gnu.org/20721__;!!GqivPVa7Brio!NL
> Gc7PBOr5pJdigXPipQEbGpL4AeTn3gDgkFGadjZOnV49HmdKDSCasujFhT1zEs$
> https://urldefense.com/v3/__https://debbugs.gnu.org/18077__;!!GqivPVa7Brio!NL
> Gc7PBOr5pJdigXPipQEbGpL4AeTn3gDgkFGadjZOnV49HmdKDSCasujHT9fwTo$

Yup.

FWIW, in info+.el I use this for quoted names:

(defface info-quoted-name               ; For '...' and `...'
  ;; But see Emacs bug #44316.  If that gets fixed then
  ;; maybe revisit this default definition somehow.
  '((((background dark))
     (:inherit info-fixed-pitch :foreground "#6B6BFFFF2C2C")) ; ~ bright green
    (((background light))
     (:inherit info-fixed-pitch :foreground "DarkViolet"))
    (t (:foreground "yellow")))
  "Face for quoted names ('...' or `...') in `info'."
  :group 'Info-Plus :group 'faces)

And this is `info-fixed-pitch', which `info-quoted-name' inherits from:

(defface info-fixed-pitch
  `((t (:inherit fixed-pitch
                 ,@(let ((family
                          (catch 'info-fixed-pitch
                            (dolist (fam  info-good-fixed-pitch-font-families)
                              (when (member fam (font-family-list))
                                (throw 'info-fixed-pitch fam))))))
                     (and family `(:family ,family))))))
  "Fixed-pitch face for Info.
The default value inherits from face `fixed-pitch'.  And if you have a
font family listed in variable `info-good-fixed-pitch-font-families',
then the face attributes of the first one you have listed there are
merged with those of face `fixed-pitch'.

By default, face `info-fixed-pitch' is inherited by faces
`info-custom-delimited',`info-double-quoted-name',
`info-isolated-quote', `info-quoted-name', `info-reference-item', and
`info-string'."
  :group 'Info-Plus :group 'faces)





  reply	other threads:[~2021-04-01 17:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31 19:52 bug#47529: Make quoted entities stand out more in info scame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-01  6:40 ` Eli Zaretskii
2021-04-01  7:32   ` scame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-01  7:50     ` Eli Zaretskii
2021-04-01  7:54       ` scame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-01  8:08         ` Eli Zaretskii
2021-04-01  8:30           ` scame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-01  8:54             ` Eli Zaretskii
2021-04-01 16:53               ` Glenn Morris
2021-04-01 17:07                 ` Drew Adams [this message]
2021-04-03 23:58                 ` Stefan Kangas
2021-04-04  7:36                   ` Eli Zaretskii
2021-04-04  8:50                     ` Stefan Kangas
2021-04-04 11:00                       ` Eli Zaretskii
2022-06-28 13:49                         ` Lars Ingebrigtsen
2021-04-01 18:41               ` scame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-01 18:57                 ` Eli Zaretskii
2021-04-01 18:59                 ` Eli Zaretskii
2021-04-01 19:07                   ` scame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-01 19:11                     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SA2PR10MB44745B23489FC0459C25D892F37B9@SA2PR10MB4474.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=47529@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=laszlomail@protonmail.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).