unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected
@ 2009-01-19  5:44 Greg Falcon
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Falcon @ 2009-01-19  5:44 UTC (permalink / raw)
  To: emacs-pretest-bug

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


(This is with an emacs built from cvsroot on Ubuntu 8.10.  Build
details below.)

I am having only partial success getting emacs to render the otf font
"Inconsolata".  Specifically, the font renders successfully inside
emacs, *except* when displaying the 'default' face, or a face that
explicitly inherits from it.  In that case, the font renders as
rectangles.  For a screenshot, see

  http://verylowsodium.com/faces.png

This seems to happen no matter how I set the default font.  My
standard ~/.emacs sets a font using window-system-default-frame-alist.
But even a simple invocation of

  emacs -Q -fn "-*-Inconsolata-*-*-*-*-16-*-*-*-m-0-iso10646-1"

produces the sort of behavior as in the screenshot.  Note that the
font in the attached screenshot *is* Inconsolata.  It's not that emacs
can't read the font at all; it just doesn't work for the 'default'
face.  Other (non-otf) fonts do not exhibit this behavior.

--

Trent W. Buck in IRC gave me a few questions and suggestions, the
results of which I will relay here:

Launching emacs with  -fn 'Inconsolata'  or  -fn 'Inconsolata-12' did
not work, responding that the font "is not defined".

'fc-list' does list 'Inconsolata:style=Medium' among the available
fonts, and 'fc-match Inconsolata' responded
  Inconsolata.otf: "Inconsolata" "Medium"

Setting 'Emacs.FontBackend: xft' as an X resource did not have any
effect.

--

Build details:

All libraries used were from standard Ubuntu 8.10 packages, except for
libotf, which I built from version 0.9.8 sources.

./configure output:

Configured for `x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?
/home/veloso/emacs-23/emacs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/amdx86-64.h'
  What compiler should emacs be built with?               gcc -g -O2
-Wno-pointer-sign
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes



In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.4)
 of 2009-01-18 on pookachu
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Text

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t

Recent input:
M-x r e p o r <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.






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

* bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected
@ 2009-05-25  5:24 Kenichi Handa
  0 siblings, 0 replies; 4+ messages in thread
From: Kenichi Handa @ 2009-05-25  5:24 UTC (permalink / raw)
  To: nad; +Cc: 1955

Greg Falcon <veloso@verylowsodium.com> wrote:
> I am having only partial success getting emacs to render the otf font
> "Inconsolata".  Specifically, the font renders successfully inside
> emacs, *except* when displaying the 'default' face, or a face that
> explicitly inherits from it.  In that case, the font renders as
> rectangles.  For a screenshot, see
> 
>   http://verylowsodium.com/faces.png

I can't reproduce it now.  Could you please try again with
the latest Emacs code?

---
Kenichi Handa
handa@m17n.org





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

* bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected
@ 2009-05-26  0:46 Kenichi Handa
  2011-07-10  1:58 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Kenichi Handa @ 2009-05-26  0:46 UTC (permalink / raw)
  To: veloso; +Cc: 1955

Greg Falcon <veloso@verylowsodium.com> wrote:
> I am having only partial success getting emacs to render the otf font
> "Inconsolata".  Specifically, the font renders successfully inside
> emacs, *except* when displaying the 'default' face, or a face that
> explicitly inherits from it.  In that case, the font renders as
> rectangles.  For a screenshot, see
>
>   http://verylowsodium.com/faces.png

I can't reproduce it now.  Could you please try again with
the latest Emacs code?

---
Kenichi Handa
handa@m17n.org





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

* bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected
  2009-05-26  0:46 Kenichi Handa
@ 2011-07-10  1:58 ` Glenn Morris
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2011-07-10  1:58 UTC (permalink / raw)
  To: 1955-done


This bug is being closed because it could not be reproduced and there
was no response to a request for more information.
If you reply with the requested information it can be reopened if needed.

You can view the whole report at http://debbugs.gnu.org/BUGNUMBER

Kenichi Handa wrote:

> I can't reproduce it now.  Could you please try again with
> the latest Emacs code?





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

end of thread, other threads:[~2011-07-10  1:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19  5:44 bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected Greg Falcon
  -- strict thread matches above, loose matches on Subject: below --
2009-05-25  5:24 Kenichi Handa
2009-05-26  0:46 Kenichi Handa
2011-07-10  1:58 ` Glenn Morris

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