unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* poor font choice
@ 2008-05-15  6:05 Stefan Monnier
  2008-05-15  8:58 ` Juanma Barranquero
  2008-05-15 10:30 ` Kenichi Handa
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Monnier @ 2008-05-15  6:05 UTC (permalink / raw)
  To: emacs-devel

Here is a problem that existed before with the "old" font-backend, but
still exists (tho the specific poor font chosen happens to be
different):

I have some mostly ascii text with one ellipsis char.  The ascii text is
shown in

  -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1

while the ellipsis (#x2026) uses

  -MUTT-ClearlyU-normal-normal-normal-*-17-*-*-*-*-*-iso10646-1

The fact is the misc-fixed font also provides the ellipsis char, so
there's no reason to resort to something else like ClearlyU.

The problem is probably due to the fact that the font used for the ascii
text is ...-iso8859-1 rather than ...-iso10646-1, but that's no excuse
for preferring -MUTT-ClearlyU-normal-normal-normal-*-17-*-*-*-*-*-iso10646-1
over -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1


        Stefan




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

end of thread, other threads:[~2008-05-15 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15  6:05 poor font choice Stefan Monnier
2008-05-15  8:58 ` Juanma Barranquero
2008-05-15 10:30 ` Kenichi Handa
2008-05-15 16:32   ` Stefan Monnier

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