Kenichi Handa <[EMAIL PROTECTED]> writes:

> In article <[EMAIL PROTECTED]>, Leon <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]

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



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to