unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18077: 24.4.50; Info-quoted face should inherit default
@ 2014-07-22  8:15 swiesner
  2014-07-25  8:25 ` Eli Zaretskii
  2014-07-25 22:37 ` Stefan Monnier
  0 siblings, 2 replies; 18+ messages in thread
From: swiesner @ 2014-07-22  8:15 UTC (permalink / raw)
  To: 18077

Currently, the `Info-quoted' face is defined as follows in info.el:

(defface Info-quoted
  '((t :family "courier"))
  "Face used for quoted elements.")

I do no think that mode faces should *hard-code* specific font families,
and thus bypass any customization of the default face that the user
might have made to pick their preferred font.

Besides, courier is not a particularly friendly choice.  There is no
specific font with that name.  The actual font depends on the font
configuration and aliasing picked by the OS and the user, and depending
on the quality of this configuration the appearance of this font varies
greatly.  If the configuration is particularly poor, or if a proper
substitute font is missing, Emacs might even fall back to X11 bitmap
fonts, which are particularly ugly on modern screens.

So just because it's pretty on your screen, it doesn't need to be pretty
on some else's screen.

Please remove the hard-coded font family and inherit from the default
face instead.





^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-04-04  7:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  8:15 bug#18077: 24.4.50; Info-quoted face should inherit default swiesner
2014-07-25  8:25 ` Eli Zaretskii
2014-07-25 10:25   ` Sebastian Wiesner
2014-07-25 12:11     ` Eli Zaretskii
2014-07-25 14:03       ` Sebastian Wiesner
2014-07-27 23:30         ` Juri Linkov
2014-07-28  8:12           ` Stefan Monnier
2021-04-03 23:58             ` Stefan Kangas
2021-04-04  7:33               ` Eli Zaretskii
2014-07-25 22:37 ` Stefan Monnier
2014-07-25 22:55   ` Sebastian Wiesner
2014-07-26  8:03     ` Stefan Monnier
2014-07-26  8:58       ` Sebastian Wiesner
2014-07-27 10:16         ` Stefan Monnier
2014-07-27 20:04           ` Sebastian Wiesner
2014-07-27 23:23             ` Stefan Monnier
2014-07-28  8:33               ` Sebastian Wiesner
2014-07-26  7:47   ` Andreas Schwab

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).