GNU bug report logs -
#1955
23.0.60; otf font renders, but not when 'default' face is explicitly selected
Previous Next
Reported by: "Greg Falcon" <veloso <at> verylowsodium.com>
Date: Mon, 19 Jan 2009 05:50:03 UTC
Severity: normal
Tags: moreinfo, unreproducible
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1955 in the body.
You can then email your comments to 1955 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1955
; Package
emacs
.
(Mon, 19 Jan 2009 05:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Greg Falcon" <veloso <at> verylowsodium.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 19 Jan 2009 05:50:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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 <at> 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.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1955
; Package
emacs
.
(Mon, 25 May 2009 05:30:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kenichi Handa <handa <at> m17n.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 25 May 2009 05:30:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 1955 <at> emacsbugs.donarmstrong.com (full text, mbox):
Greg Falcon <veloso <at> 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 <at> m17n.org
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1955
; Package
emacs
.
(Tue, 26 May 2009 00:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kenichi Handa <handa <at> m17n.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 26 May 2009 00:50:04 GMT)
Full text and
rfc822 format available.
Message #15 received at 1955 <at> emacsbugs.donarmstrong.com (full text, mbox):
Greg Falcon <veloso <at> 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 <at> m17n.org
Added tag(s) unreproducible and moreinfo.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 13 Jan 2010 18:58:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sun, 10 Jul 2011 02:00:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Greg Falcon" <veloso <at> verylowsodium.com>
:
bug acknowledged by developer.
(Sun, 10 Jul 2011 02:00:04 GMT)
Full text and
rfc822 format available.
Message #22 received at 1955-done <at> debbugs.gnu.org (full text, mbox):
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?
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 Aug 2011 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.