unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* still `umlaut-bug' with current Emacs
@ 2009-04-08  4:59 Werner LEMBERG
  2009-04-08  5:09 ` Werner LEMBERG
  2009-04-09  2:44 ` Kenichi Handa
  0 siblings, 2 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-04-08  4:59 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: Text/Plain, Size: 707 bytes --]


Ken'ichi,


using a CVS build from about 24h ago, I still see the problem with
diacritical characters taken from another font.  In the attached
image, the blue font is

  -sony-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1

while the large `umlaut U' is

  -monotype-Arial-bold-normal-normal-*-32-*-*-*-*-0-iso10646-1

Here is the minimal `.emacs' file to reproduce the problem:

  (defvar fontset-24
    "-*-fixed-medium-r-*-*-24-*-*-*-*-*-fontset-24")

  (create-fontset-from-fontset-spec fontset-24)

  (setq default-frame-alist
          '((font . "fontset-24")))

  (require 'tex-site)
  (require 'tex)

Note that my fontconfig engine is configured to return bitmap fonts
also.


      Werner

[-- Attachment #2: emacs-font-bug.png --]
[-- Type: Image/Png, Size: 1484 bytes --]

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

* Re: still `umlaut-bug' with current Emacs
  2009-04-08  4:59 still `umlaut-bug' with current Emacs Werner LEMBERG
@ 2009-04-08  5:09 ` Werner LEMBERG
  2009-04-08  5:16   ` Werner LEMBERG
  2009-04-09  2:44 ` Kenichi Handa
  1 sibling, 1 reply; 7+ messages in thread
From: Werner LEMBERG @ 2009-04-08  5:09 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: Text/Plain, Size: 1016 bytes --]


> Here is the minimal `.emacs' file to reproduce the problem: [...]

I forgot to mention that I was loading a TeX file, of course, using
AUCTeX version 2009-03-22.

With exactly the same setup I see another bug, as shown in the
attached image.  The displayed text should be

  \textit{%
    xxx \textbf{yyy}\\
    zzz}

`C-u C-x =' says this for the first `y' character:

          character: y (121, #o171, #x79)
  preferred charset: ascii (ASCII (ISO646 IRV))
         code point: 0x79
             syntax: w 	which means: word
           category: .:Base, a:ASCII, l:Latin, r:Roman
        buffer code: #x79
          file code: #x79 (encoded by coding system utf-8-unix)
            display: no font available

  Character code properties: customize what to show
    name: LATIN SMALL LETTER Y
    general-category: Ll (Letter, Lowercase)

  There are text properties here:
    face                 (font-latex-bold-face font-latex-italic-face)
    font-lock-multiline  t
    fontified            t


   Werner

[-- Attachment #2: emacs-font-bug2.png --]
[-- Type: Image/Png, Size: 1384 bytes --]

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

* Re: still `umlaut-bug' with current Emacs
  2009-04-08  5:09 ` Werner LEMBERG
@ 2009-04-08  5:16   ` Werner LEMBERG
  2009-04-08  5:29     ` Werner LEMBERG
  0 siblings, 1 reply; 7+ messages in thread
From: Werner LEMBERG @ 2009-04-08  5:16 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: Text/Plain, Size: 228 bytes --]


>> Here is the minimal `.emacs' file to reproduce the problem: [...]
> 
> I forgot to mention that I was loading a TeX file, of course, using
> AUCTeX version 2009-03-22.

Uff.  And here the document to reproduce.


    Werner

[-- Attachment #2: emacs-bug.tex --]
[-- Type: Text/Plain, Size: 220 bytes --]

\documentclass{article}

\begin{document}

\section{Ãœbergabe}

\textit{%
  xxx \textbf{yyy}\\
  zzz}

\end{document}

%%% Local Variables:
%%% mode: latex
%%% coding: utf-8
%%% TeX-master: t
%%% End:

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

* Re: still `umlaut-bug' with current Emacs
  2009-04-08  5:16   ` Werner LEMBERG
@ 2009-04-08  5:29     ` Werner LEMBERG
  0 siblings, 0 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-04-08  5:29 UTC (permalink / raw)
  To: emacs-devel


> Uff.  And here the document to reproduce.

Somehow mew's encoding recognition failed.  The `Ãœ' is of course `Ü'
in UTF-8.


   Werner

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

* Re: still `umlaut-bug' with current Emacs
  2009-04-08  4:59 still `umlaut-bug' with current Emacs Werner LEMBERG
  2009-04-08  5:09 ` Werner LEMBERG
@ 2009-04-09  2:44 ` Kenichi Handa
  2009-04-09  6:21   ` Werner LEMBERG
  1 sibling, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2009-04-09  2:44 UTC (permalink / raw)
  To: Werner LEMBERG; +Cc: emacs-devel

In article <20090408.065936.26529613.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:

> using a CVS build from about 24h ago, I still see the problem with
> diacritical characters taken from another font.  In the attached
> image, the blue font is

>   -sony-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1

> while the large `umlaut U' is

>   -monotype-Arial-bold-normal-normal-*-32-*-*-*-*-0-iso10646-1

I've just installed a fix.  Please try again.

> With exactly the same setup I see another bug, as shown in the
> attached image.  The displayed text should be

>   \textit{%
>     xxx \textbf{yyy}\\
>     zzz}

> `C-u C-x =' says this for the first `y' character:

>           character: y (121, #o171, #x79)
>   preferred charset: ascii (ASCII (ISO646 IRV))
>          code point: 0x79
>              syntax: w 	which means: word
>            category: .:Base, a:ASCII, l:Latin, r:Roman
>         buffer code: #x79
>           file code: #x79 (encoded by coding system utf-8-unix)
>             display: no font available

I can't reproduce it.  What does C-u C-x = say on the
character "x"?

---
Kenichi Handa
handa@m17n.org





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

* Re: still `umlaut-bug' with current Emacs
  2009-04-09  2:44 ` Kenichi Handa
@ 2009-04-09  6:21   ` Werner LEMBERG
  2009-04-19  5:33     ` Werner LEMBERG
  0 siblings, 1 reply; 7+ messages in thread
From: Werner LEMBERG @ 2009-04-09  6:21 UTC (permalink / raw)
  To: handa; +Cc: emacs-devel

>> In the attached image, the blue font is
> 
>>   -sony-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1
> 
>> while the large `umlaut U' is
> 
>>   -monotype-Arial-bold-normal-normal-*-32-*-*-*-*-0-iso10646-1
> 
> I've just installed a fix.  Please try again.

This works now, thanks.

>> With exactly the same setup I see another bug, as shown in the
>> attached image.  The displayed text should be
> 
>>   \textit{%
>>     xxx \textbf{yyy}\\
>>     zzz}
> 
>> `C-u C-x =' says this for the first `y' character:
> 
>>           character: y (121, #o171, #x79)
>>   preferred charset: ascii (ASCII (ISO646 IRV))
>>          code point: 0x79
>>              syntax: w 	which means: word
>>            category: .:Base, a:ASCII, l:Latin, r:Roman
>>         buffer code: #x79
>>           file code: #x79 (encoded by coding system utf-8-unix)
>>             display: no font available
> 
> I can't reproduce it.

I still get it.

> What does C-u C-x = say on the character "x"?

          character: x (120, #o170, #x78)
  preferred charset: ascii (ASCII (ISO646 IRV))
         code point: 0x78
             syntax: w 	which means: word
           category: .:Base, a:ASCII, l:Latin, r:Roman
        buffer code: #x78
          file code: #x78 (encoded by coding system utf-8-unix)
            display: by this font (glyph code)
      xft:-Efont-Fixed-normal-italic-normal-*-24-*-*-*-m-*-iso10646-1 (#x59)

  Character code properties: customize what to show
    name: LATIN SMALL LETTER X
    general-category: Ll (Letter, Lowercase)

  There are text properties here:
    face                 (font-latex-italic-face)
    font-lock-multiline  t
    fontified            t


      Werner




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

* Re: still `umlaut-bug' with current Emacs
  2009-04-09  6:21   ` Werner LEMBERG
@ 2009-04-19  5:33     ` Werner LEMBERG
  0 siblings, 0 replies; 7+ messages in thread
From: Werner LEMBERG @ 2009-04-19  5:33 UTC (permalink / raw)
  To: handa; +Cc: emacs-devel

>>> [...] I see another bug, as shown in the attached image.  The
>>> displayed text should be
>>>
>>>   \textit{%
>>>     xxx \textbf{yyy}\\
>>>     zzz}

Using CVS emacs from today, it works now.  Thanks for fixing!


    Werner




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

end of thread, other threads:[~2009-04-19  5:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08  4:59 still `umlaut-bug' with current Emacs Werner LEMBERG
2009-04-08  5:09 ` Werner LEMBERG
2009-04-08  5:16   ` Werner LEMBERG
2009-04-08  5:29     ` Werner LEMBERG
2009-04-09  2:44 ` Kenichi Handa
2009-04-09  6:21   ` Werner LEMBERG
2009-04-19  5:33     ` Werner LEMBERG

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