unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19889: tex-verbatim face: don't specify :family?
@ 2015-02-17 20:39 Glenn Morris
  2015-02-18  3:44 ` Stefan Monnier
  2015-02-18 20:51 ` Mark Oteiza
  0 siblings, 2 replies; 10+ messages in thread
From: Glenn Morris @ 2015-02-17 20:39 UTC (permalink / raw)
  To: 19889

Package: emacs
Version: 24.4
Severity: minor

The tex-verbatim face is defined as

   '((t :family "courier"))

Is this a good idea?

AFAICS, it is the only face definition in Emacs that specifies a :family.
It seems to cause problems on some systems, see:

https://bugzilla.redhat.com/show_bug.cgi?id=684797


For me on RHEL7, that faces looks poor (blocky/pixellated) compared to
the other faces Emacs uses.





^ permalink raw reply	[flat|nested] 10+ messages in thread
* bug#22207: emacs-25 mishandles info code text on Fedora 23
@ 2015-12-18 18:25 Paul Eggert
  2016-05-05 20:48 ` Paul Eggert
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Eggert @ 2015-12-18 18:25 UTC (permalink / raw)
  To: 22207

[-- Attachment #1: Type: text/plain, Size: 3674 bytes --]

When I use emacs-25 to view the Elisp manual on Fedora 23 x86-64, Emacs 
mishandles the font for code: code is displayed in a considerably 
smaller font, making the manual harder to read and looking a bit like a 
ransom note. A sample is attached. I am using 'emacs -Q' to read the 
info file. If I view the same (i.e., the emacs-25) info file with Emacs 
24.5 as bundled with Fedora, the display looks fine, with the same 
fixed-width font used for all text.


In GNU Emacs 25.0.50.8 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.6)
  of 2015-12-17
Repository revision: 1b5630eb47d3f4bade09708c958ab006b83b3fc0
Windowing system distributor 'Fedora Project', version 11.0.11800000
Configured using:
  'configure --enable-gcc-warnings'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
   value of $LANG: en_US.UTF-8
   value of $XMODIFIERS: @im=ibus
   locale-coding-system: utf-8-unix

Major mode: Info

Minor modes in effect:
   shell-dirtrack-mode: t
   tooltip-mode: t
   global-eldoc-mode: t
   electric-indent-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   buffer-read-only: t
   line-number-mode: t
   transient-mark-mode: t

Recent messages:
Checking 24 files in /home/eggert/src/gnu/emacs/my/lisp/cedet...
Checking 57 files in /home/eggert/src/gnu/emacs/my/lisp/calendar...
Checking 87 files in /home/eggert/src/gnu/emacs/my/lisp/calc...
Checking 122 files in /home/eggert/src/gnu/emacs/my/lisp/obsolete...
Checking for load-path shadows...done
You can run the command ‘report-emacs-bug’ with M-x r-em RET
Checking for load-path shadows...done
Auto-saving...done
Quit [3 times]
C-M-g is undefined

Load-path shadows:
None found.

Features:
(pp shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils help-fns help-mode cl-loaddefs pcase
cl-lib shell pcomplete comint ansi-color ring info easymenu time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset
image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese charscript case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote dbusbind inotify dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty make-network-process emacs)

Memory information:
((conses 16 123742 15169)
  (symbols 48 19951 3)
  (miscs 40 89 292)
  (strings 32 23330 7050)
  (string-bytes 1 657185)
  (vectors 16 12693)
  (vector-slots 8 432940 13272)
  (floats 8 150 162)
  (intervals 56 4895 83)
  (buffers 976 16)
  (heap 1024 38893 944))


[-- Attachment #2: Screenshot from 2015-12-18 10-21-19.png --]
[-- Type: image/png, Size: 15715 bytes --]

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

end of thread, other threads:[~2016-05-06 16:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 20:39 bug#19889: tex-verbatim face: don't specify :family? Glenn Morris
2015-02-18  3:44 ` Stefan Monnier
2015-02-18  7:40   ` Glenn Morris
2015-02-18 14:35     ` Stefan Monnier
2015-02-18 19:14       ` Glenn Morris
2015-02-19  1:55         ` Stefan Monnier
2015-02-19  2:21           ` Glenn Morris
2015-02-18 20:51 ` Mark Oteiza
2015-02-18 20:53   ` Mark Oteiza
  -- strict thread matches above, loose matches on Subject: below --
2015-12-18 18:25 bug#22207: emacs-25 mishandles info code text on Fedora 23 Paul Eggert
2016-05-05 20:48 ` Paul Eggert
2016-05-05 21:29   ` Glenn Morris
2016-05-06  6:37     ` bug#19889: " Eli Zaretskii
2016-05-06 16:02       ` bug#19889: tex-verbatim face: don't specify :family? Glenn Morris

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