emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-unicode-2 fontset bug


From: Leon
Subject: Re: emacs-unicode-2 fontset bug
Date: Mon, 22 May 2006 10:24:04 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> In article <address@hidden>, Leon <address@hidden> writes:
>
>> After many trials, I think I found another bug of emacs-unicode-2
>> branch. I have the following settings in ~/.Xresources:
>
>> ,----[ ~/.Xresources ]
>> | Emacs.Fontset-0: -*-*-medium-r-*-*-16-*-*-*-*-*-fontset-unicode,\
>> | ascii:-*-terminus-medium-r-*-*-16-*-*-*-*-iso8859-1,\
>> | mule-unicode-2500-33ff:-gnu-unifont-medium-r-*-*-16-*-*-*-*-*-iso10646-1,\
>> | mule-unicode-e000-ffff:-gnu-unifont-medium-r-*-*-16-*-*-*-*-*-iso10646-1,\
>> | mule-unicode-0100-24ff:-gnu-unifont-medium-r-*-*-16-*-*-*-*-*-iso10646-1
>> | Emacs.Font: fontset-unicode
>> `----
>
>> In emacs-unicode-2, the font for ascii will be a font that matches 
>> "-*-*-medium-r-*-*-16-*-*-*-*-*" instead of
>> "-*-terminus-medium-r-*-*-16-*-*-*-*-iso8859-1".
>
>> However, emacs 21.3 will correctly pick up the font matches
>> "-*-terminus-medium-r-*-*-16-*-*-*-*-iso8859-1". 
>
> I can't reproduce that bug here (Debian+XFree86) with the
> latest emacs-unicode-2.  With the above setting, Emacs
> starts up using a terminus font, and C-u C-x = on various
> characters tells that terminus fonts are being used.
>
> Have you tested it by starting Emacs with "-q"?
>
> What is the output of M-x describe-face RET default RET?
>
> ---
> Kenichi Handa
> address@hidden

I'm running Fedora 5. I have checked the emacs-unicode-2 branch to
make sure I also have the latest version.

Start emacs with -q option:

Emacs 23

,----[ M-x describe-face RET default RET ]
| Face: default (customize this face)
| Documentation: Basic default face.
| Defined in `faces.el'.
| 
|         Family: etl-fixed
|          Width: normal
|         Height: 121
|         Weight: normal
|          Slant: normal
|     Foreground: black
|     Background: white
|      Underline: nil
|       Overline: nil
| Strike-through: nil
|            Box: nil
|        Inverse: nil
|        Stipple: nil
|           Font: -ETL-Fixed-Medium-R-Normal--16-160-72-72-C-80-ISO8859-1
|        Fontset: -*-*-medium-r-*-*-16-*-*-*-*-*-fontset-unicode
|        Inherit: unspecified
`----

In emacs 21.3:

,----[ M-x describe-face RET default RET ]
|          Family: xos4-terminus
|           Width: normal
|          Height: 121
|          Weight: normal
|           Slant: normal
|      Foreground: black
|      Background: white
|       Underline: nil
|        Overline: nil
|  Strike-through: nil
|             Box: nil
|         Inverse: nil
|         Stipple: nil
| Font or fontset: fontset-unicode
|         Inherit: unspecified
| 
| Documentation:
| 
| Basic default face.
| 
| You can customize this face.
`----

-- 
Leon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]