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

* Re: poor font choice
  2008-05-15  6:05 poor font choice Stefan Monnier
@ 2008-05-15  8:58 ` Juanma Barranquero
  2008-05-15 10:30 ` Kenichi Handa
  1 sibling, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2008-05-15  8:58 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

On Thu, May 15, 2008 at 8:05 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:

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

On my Windows build, ASCII chars are

 -outline-Courier New-normal-normal-normal-mono-13-*-*-*-m-*-iso10646-1

but the euro sign is shown with

  -outline-Arial Unicode MS-normal-normal-normal-sans-13-*-*-*-p-*-jisx0208-sjis

and ä, é, etc are shown with

  -outline-Courier New-normal-normal-normal-mono-13-*-*-*-m-*-windows-1258

Weird.

 Juanma

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

* Re: poor font choice
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Kenichi Handa @ 2008-05-15 10:30 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

In article <jwvbq386rca.fsf-monnier+emacs@gnu.org>, Stefan Monnier <monnier@iro.umontreal.ca> writes:

> 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

I've just installed a fix.

---
Kenichi Handa
handa@ni.aist.go.jp




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

* Re: poor font choice
  2008-05-15 10:30 ` Kenichi Handa
@ 2008-05-15 16:32   ` Stefan Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2008-05-15 16:32 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: emacs-devel

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

> I've just installed a fix.

Confirmed, than you,


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