emacs-devel
[Top][All Lists]
Advanced

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

Re: Display problems with non-ascii characters


From: Sascha Wilde
Subject: Re: Display problems with non-ascii characters
Date: Wed, 08 Oct 2008 17:19:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Kenichi Handa <address@hidden> wrote:
> In article <address@hidden>, Sascha Wilde <address@hidden> writes:
>
>>>> > This bug doesn't happen for me. 
>> >
>>>> Stange enough: for me too (nightly cvs builds, so this is no more the
>>>> same CVS head), but in normal use the problem is still there...
>> >
>> > Which font is used in that "normal use"?  C-u C-x = tells
>> > the font name.
>
>> x:-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso8859-1
>
> You at first wrote that in the case of "terminus 12", the
> font used was:
>
> x:-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
>
> It's different from the above only in CHARSET_REGISTRY
> field, but it had the problem.  Now you wrote that the case
> of "terminus 12" doesn't show a problem but "normal use"
> shows the problem.  Does it mean that the font used for
> "terminus 12" is different now?

Seems so.  Actually never qualified the CHARSET_REGISTRY part.  There
are various ways im using to set/change the default font:

1.  in my .emacs file:

   (custom-set-faces
     ;; custom-set-faces was added by Custom.
     ;; If you edit it by hand, you could mess it up, so be careful.
     ;; Your init file should contain only one such instance.
     ;; If there is more than one, they won't work right.
    '(default ((t (:inherit nil :stipple nil :background "Black"
      :foreground "Gray90" :inverse-video nil :box nil :strike-through nil
      :overline nil :underline nil :slant normal :weight normal :height 140
      :width normal :foundry "xos4" :family "terminus"))))
    ; ...
    )

2.  in some code I wrote for fast font switching which uses
    set-default-font and setting font in default-frame-alist

3.  in my (broken) test case: set-face-font for 'default

BUT in all cases I used "terminus 11", "terminus 12" and that like, no
further qualification of the charset...

So it seems that Emacs made different choices under certain conditions.

FWIW: for the first time in weeks I didn't experienced the bug today
(without changing any configuration!) -- maybe its shy and talking about
it makes it go away..?

cheers
sascha
-- 
Sascha Wilde

"Unix was the first OS where you could carry the media and system
documentation around in a briefcase. This was fixed in BSD4.2."




reply via email to

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