GNU bug report logs - #20370
24.3; "display: no font available" after resize

Previous Next

Package: emacs;

Reported by: Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>

Date: Sun, 19 Apr 2015 12:16:01 UTC

Severity: normal

Found in version 24.3

Done: Stefan Kangas <stefan <at> marxist.se>

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 20370 in the body.
You can then email your comments to 20370 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20370; Package emacs. (Sun, 19 Apr 2015 12:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 19 Apr 2015 12:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3; "display: no font available" after resize
Date: Sun, 19 Apr 2015 14:15:26 +0200
This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgment at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

----------------------------------------------------------------------
After starting emacs with -Q:

* I set a custom font as default face (eval-region):

  (set-face-attribute 'default nil :family "Motix_Round")

  Everything looks as expected.

  (The font is available here https://github.com/martinp26/motix )

* I resize the default font via C-x C-+:

  No ASCII character is displayed correctly, all are represented by a
  small box.  Unicode characters (e.g., ö (o umlaut)) display correctly.

* If I invoke describe-char on a character of each class I get this:

> ----------------------------------------------------------------------
>              position: 221 of 224 (98%), column: 29
>             character: ö (displayed as ö) (codepoint 246, #o366, #xf6)
>     preferred charset: unicode (Unicode (ISO10646))
> code point in charset: 0xF6
>                syntax: w 	which means: word
>              category: .:Base, L:Left-to-right (strong), j:Japanese, l:Latin
>              to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
>           buffer code: #xC3 #xB6
>             file code: #xC3 #xB6 (encoded by coding system utf-8-unix)
>               display: by this font (glyph code)
>     xft:-unknown-Motix_Round-normal-normal-normal-*-31-*-*-*-m-0-iso10646-1 (#xB8)
> 
> Character code properties: customize what to show
>   name: LATIN SMALL LETTER O WITH DIAERESIS
>   old-name: LATIN SMALL LETTER O DIAERESIS
>   general-category: Ll (Letter, Lowercase)
>   decomposition: (111 776) ('o' ' ')
> 
> There are text properties here:
>   fontified            t
----------------------------------------------------------------------

----------------------------------------------------------------------
>              position: 220 of 224 (98%), column: 28
>             character: e (displayed as e) (codepoint 101, #o145, #x65)
>     preferred charset: ascii (ASCII (ISO646 IRV))
> code point in charset: 0x65
>                syntax: w 	which means: word
>              category: .:Base, L:Left-to-right (strong), a:ASCII, l:Latin, r:Roman
>              to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
>           buffer code: #x65
>             file code: #x65 (encoded by coding system utf-8-unix)
>               display: no font available
> 
> Character code properties: customize what to show
>   name: LATIN SMALL LETTER E
>   general-category: Ll (Letter, Lowercase)
>   decomposition: (101) ('e')
> 
> There are text properties here:
>   fontified            t
----------------------------------------------------------------------


* When I reset the size via C-x C-- or C-x C-0 back to normal:

  Everything is find again, all characters display correctly.


Workaround:

* If I re-evaluate the face definition after switching to a different
  font size:

  (set-face-attribute 'default nil :family "Motix_Round")

  everything is fine afterwards.  The font is used for all sizes from
  that point on and displays fine.  I assume there is some assumption
  about fonts built into emacs that is not fullfilled here but the
  font itself seems ultimately fine.

----------------------------------------------------------------------

In GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.10.7)
 of 2014-03-07 on toyol, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description:	Ubuntu 14.04.2 LTS

Configured using:
 `configure '--build' 'i686-linux-gnu' '--build' 'i686-linux-gnu'
 '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
 '--localstatedir=/var/lib' '--infodir=/usr/share/info'
 '--mandir=/usr/share/man' '--with-pop=yes'
 '--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.3/site-lisp:/usr/share/emacs/site-lisp'
 '--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes'
 '--with-x-toolkit=gtk3' '--with-toolkit-scroll-bars'
 'build_alias=i686-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro'
 'CPPFLAGS=-D_FORTIFY_SOURCE=2''

Important settings:
  value of $LC_COLLATE: POSIX
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: de_DE.UTF-8
  value of $LC_TIME: de_DE.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

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

Recent input:
<help-echo> <help-echo> <down-mouse-1> <mouse-1> C-y 
<up> C-SPC <down> M-x e v a l - r e g <tab> <return> 
C-x C-+ C-x C-- C-x C-+ M-x <up> <return> C-x C-- C-x 
C-- C-x C-- C-x C-+ C-x C-+ M-x b u g <tab> <tab> <C-backspace> 
<C-backspace> - b u g <tab> <C-backspace> <backspace> 
r e p o <tab> r <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark set
Mark activated
Use +,-,0 for further adjustment [8 times]
Making completion list... [3 times]

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils help-mode easymenu face-remap time-date tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer loaddefs button faces cus-face macroexp files text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty emacs)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20370; Package emacs. (Fri, 24 Apr 2015 21:29:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: 24.3; "display: no font available" after resize
Date: Fri, 24 Apr 2015 23:28:41 +0200
I repeated the experiment with a freshly compiled emacs-24.5 from the
upstream tarball on Ubuntu 12.04 with the same result.

On 19.04.2015 14:15, Martin Pohlack wrote:
> This bug report will be sent to the Bug-GNU-Emacs mailing list
> and the GNU bug tracker at debbugs.gnu.org.  Please check that
> the From: line contains a valid email address.  After a delay of up
> to one day, you should receive an acknowledgment at that address.
> 
> Please write in English if possible, as the Emacs maintainers
> usually do not have translators for other languages.
> 
> Please describe exactly what actions triggered the bug, and
> the precise symptoms of the bug.  If you can, give a recipe
> starting from `emacs -Q':
> 
> ----------------------------------------------------------------------
> After starting emacs with -Q:
> 
> * I set a custom font as default face (eval-region):
> 
>   (set-face-attribute 'default nil :family "Motix_Round")
> 
>   Everything looks as expected.
> 
>   (The font is available here https://github.com/martinp26/motix )
> 
> * I resize the default font via C-x C-+:
> 
>   No ASCII character is displayed correctly, all are represented by a
>   small box.  Unicode characters (e.g., ö (o umlaut)) display correctly.
> 
> * If I invoke describe-char on a character of each class I get this:
> 
>> ----------------------------------------------------------------------
>>              position: 221 of 224 (98%), column: 29
>>             character: ö (displayed as ö) (codepoint 246, #o366, #xf6)
>>     preferred charset: unicode (Unicode (ISO10646))
>> code point in charset: 0xF6
>>                syntax: w 	which means: word
>>              category: .:Base, L:Left-to-right (strong), j:Japanese, l:Latin
>>              to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
>>           buffer code: #xC3 #xB6
>>             file code: #xC3 #xB6 (encoded by coding system utf-8-unix)
>>               display: by this font (glyph code)
>>     xft:-unknown-Motix_Round-normal-normal-normal-*-31-*-*-*-m-0-iso10646-1 (#xB8)
>>
>> Character code properties: customize what to show
>>   name: LATIN SMALL LETTER O WITH DIAERESIS
>>   old-name: LATIN SMALL LETTER O DIAERESIS
>>   general-category: Ll (Letter, Lowercase)
>>   decomposition: (111 776) ('o' ' ')
>>
>> There are text properties here:
>>   fontified            t
> ----------------------------------------------------------------------
> 
> ----------------------------------------------------------------------
>>              position: 220 of 224 (98%), column: 28
>>             character: e (displayed as e) (codepoint 101, #o145, #x65)
>>     preferred charset: ascii (ASCII (ISO646 IRV))
>> code point in charset: 0x65
>>                syntax: w 	which means: word
>>              category: .:Base, L:Left-to-right (strong), a:ASCII, l:Latin, r:Roman
>>              to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
>>           buffer code: #x65
>>             file code: #x65 (encoded by coding system utf-8-unix)
>>               display: no font available
>>
>> Character code properties: customize what to show
>>   name: LATIN SMALL LETTER E
>>   general-category: Ll (Letter, Lowercase)
>>   decomposition: (101) ('e')
>>
>> There are text properties here:
>>   fontified            t
> ----------------------------------------------------------------------
> 
> 
> * When I reset the size via C-x C-- or C-x C-0 back to normal:
> 
>   Everything is find again, all characters display correctly.
> 
> 
> Workaround:
> 
> * If I re-evaluate the face definition after switching to a different
>   font size:
> 
>   (set-face-attribute 'default nil :family "Motix_Round")
> 
>   everything is fine afterwards.  The font is used for all sizes from
>   that point on and displays fine.  I assume there is some assumption
>   about fonts built into emacs that is not fullfilled here but the
>   font itself seems ultimately fine.
> 
> ----------------------------------------------------------------------
> 
> In GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.10.7)
>  of 2014-03-07 on toyol, modified by Debian
> Windowing system distributor `The X.Org Foundation', version 11.0.11501000
> System Description:	Ubuntu 14.04.2 LTS
> 
> Configured using:
>  `configure '--build' 'i686-linux-gnu' '--build' 'i686-linux-gnu'
>  '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
>  '--localstatedir=/var/lib' '--infodir=/usr/share/info'
>  '--mandir=/usr/share/man' '--with-pop=yes'
>  '--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.3/site-lisp:/usr/share/emacs/site-lisp'
>  '--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes'
>  '--with-x-toolkit=gtk3' '--with-toolkit-scroll-bars'
>  'build_alias=i686-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
>  --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
>  'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro'
>  'CPPFLAGS=-D_FORTIFY_SOURCE=2''
> 
> Important settings:
>   value of $LC_COLLATE: POSIX
>   value of $LC_MESSAGES: en_US.UTF-8
>   value of $LC_MONETARY: de_DE.UTF-8
>   value of $LC_TIME: de_DE.UTF-8
>   value of $LANG: en_US.UTF-8
>   locale-coding-system: utf-8-unix
>   default enable-multibyte-characters: t
> 
> Major mode: Lisp Interaction
> 
> Minor modes in effect:
>   tooltip-mode: t
>   mouse-wheel-mode: t
>   tool-bar-mode: t
>   menu-bar-mode: t
>   file-name-shadow-mode: t
>   global-font-lock-mode: t
>   font-lock-mode: t
>   blink-cursor-mode: t
>   auto-composition-mode: t
>   auto-encryption-mode: t
>   auto-compression-mode: t
>   line-number-mode: t
>   transient-mark-mode: t
> 
> Recent input:
> <help-echo> <help-echo> <down-mouse-1> <mouse-1> C-y 
> <up> C-SPC <down> M-x e v a l - r e g <tab> <return> 
> C-x C-+ C-x C-- C-x C-+ M-x <up> <return> C-x C-- C-x 
> C-- C-x C-- C-x C-+ C-x C-+ M-x b u g <tab> <tab> <C-backspace> 
> <C-backspace> - b u g <tab> <C-backspace> <backspace> 
> r e p o <tab> r <tab> <return>
> 
> Recent messages:
> For information about GNU Emacs and the GNU system, type C-h C-a.
> Mark set
> Mark activated
> Use +,-,0 for further adjustment [8 times]
> Making completion list... [3 times]
> 
> Load-path shadows:
> None found.
> 
> Features:
> (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
> mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
> gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
> mail-prsvr mail-utils help-mode easymenu face-remap time-date tooltip
> ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
> fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
> register page menu-bar rfn-eshadow timer select scroll-bar mouse
> jit-lock font-lock syntax facemenu font-core frame cham georgian
> utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
> japanese hebrew greek romanian slovak czech european ethiopic indian
> cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
> minibuffer loaddefs button faces cus-face macroexp files text-properties
> overlay sha1 md5 base64 format env code-pages mule custom widget
> hashtable-print-readable backquote make-network-process dbusbind
> dynamic-setting system-font-setting font-render-setting move-toolbar gtk
> x-toolkit x multi-tty emacs)
> 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20370; Package emacs. (Sun, 26 Apr 2015 10:01:02 GMT) Full text and rfc822 format available.

Message #11 received at 20370 <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>, 20370 <at> debbugs.gnu.org
Subject: Re: bug#20370: 24.3; "display: no font available" after resize
Date: Sun, 26 Apr 2015 12:00:15 +0200
Hi.

I can't repeat this on Ubuntu 12.04 LTS.
Do you perhaps have some bad libXft or libfreetype installed?

	Jan D.

Den 2015-04-24 23:28, Martin Pohlack skrev:
> I repeated the experiment with a freshly compiled emacs-24.5 from the
> upstream tarball on Ubuntu 12.04 with the same result.
>
> On 19.04.2015 14:15, Martin Pohlack wrote:
>> This bug report will be sent to the Bug-GNU-Emacs mailing list
>> and the GNU bug tracker at debbugs.gnu.org.  Please check that
>> the From: line contains a valid email address.  After a delay of up
>> to one day, you should receive an acknowledgment at that address.
>>
>> Please write in English if possible, as the Emacs maintainers
>> usually do not have translators for other languages.
>>
>> Please describe exactly what actions triggered the bug, and
>> the precise symptoms of the bug.  If you can, give a recipe
>> starting from `emacs -Q':
>>
>> ----------------------------------------------------------------------
>> After starting emacs with -Q:
>>
>> * I set a custom font as default face (eval-region):
>>
>>    (set-face-attribute 'default nil :family "Motix_Round")
>>
>>    Everything looks as expected.
>>
>>    (The font is available here https://github.com/martinp26/motix )
>>
>> * I resize the default font via C-x C-+:
>>
>>    No ASCII character is displayed correctly, all are represented by a
>>    small box.  Unicode characters (e.g., ö (o umlaut)) display correctly.
>>
>> * If I invoke describe-char on a character of each class I get this:
>>
>>> ----------------------------------------------------------------------
>>>               position: 221 of 224 (98%), column: 29
>>>              character: ö (displayed as ö) (codepoint 246, #o366, #xf6)
>>>      preferred charset: unicode (Unicode (ISO10646))
>>> code point in charset: 0xF6
>>>                 syntax: w 	which means: word
>>>               category: .:Base, L:Left-to-right (strong), j:Japanese, l:Latin
>>>               to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
>>>            buffer code: #xC3 #xB6
>>>              file code: #xC3 #xB6 (encoded by coding system utf-8-unix)
>>>                display: by this font (glyph code)
>>>      xft:-unknown-Motix_Round-normal-normal-normal-*-31-*-*-*-m-0-iso10646-1 (#xB8)
>>>
>>> Character code properties: customize what to show
>>>    name: LATIN SMALL LETTER O WITH DIAERESIS
>>>    old-name: LATIN SMALL LETTER O DIAERESIS
>>>    general-category: Ll (Letter, Lowercase)
>>>    decomposition: (111 776) ('o' ' ')
>>>
>>> There are text properties here:
>>>    fontified            t
>> ----------------------------------------------------------------------
>>
>> ----------------------------------------------------------------------
>>>               position: 220 of 224 (98%), column: 28
>>>              character: e (displayed as e) (codepoint 101, #o145, #x65)
>>>      preferred charset: ascii (ASCII (ISO646 IRV))
>>> code point in charset: 0x65
>>>                 syntax: w 	which means: word
>>>               category: .:Base, L:Left-to-right (strong), a:ASCII, l:Latin, r:Roman
>>>               to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
>>>            buffer code: #x65
>>>              file code: #x65 (encoded by coding system utf-8-unix)
>>>                display: no font available
>>>
>>> Character code properties: customize what to show
>>>    name: LATIN SMALL LETTER E
>>>    general-category: Ll (Letter, Lowercase)
>>>    decomposition: (101) ('e')
>>>
>>> There are text properties here:
>>>    fontified            t
>> ----------------------------------------------------------------------
>>
>>
>> * When I reset the size via C-x C-- or C-x C-0 back to normal:
>>
>>    Everything is find again, all characters display correctly.
>>
>>
>> Workaround:
>>
>> * If I re-evaluate the face definition after switching to a different
>>    font size:
>>
>>    (set-face-attribute 'default nil :family "Motix_Round")
>>
>>    everything is fine afterwards.  The font is used for all sizes from
>>    that point on and displays fine.  I assume there is some assumption
>>    about fonts built into emacs that is not fullfilled here but the
>>    font itself seems ultimately fine.
>>
>> ----------------------------------------------------------------------
>>
>> In GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.10.7)
>>   of 2014-03-07 on toyol, modified by Debian
>> Windowing system distributor `The X.Org Foundation', version 11.0.11501000
>> System Description:	Ubuntu 14.04.2 LTS
>>
>> Configured using:
>>   `configure '--build' 'i686-linux-gnu' '--build' 'i686-linux-gnu'
>>   '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
>>   '--localstatedir=/var/lib' '--infodir=/usr/share/info'
>>   '--mandir=/usr/share/man' '--with-pop=yes'
>>   '--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.3/site-lisp:/usr/share/emacs/site-lisp'
>>   '--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes'
>>   '--with-x-toolkit=gtk3' '--with-toolkit-scroll-bars'
>>   'build_alias=i686-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
>>   --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
>>   'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro'
>>   'CPPFLAGS=-D_FORTIFY_SOURCE=2''
>>
>> Important settings:
>>    value of $LC_COLLATE: POSIX
>>    value of $LC_MESSAGES: en_US.UTF-8
>>    value of $LC_MONETARY: de_DE.UTF-8
>>    value of $LC_TIME: de_DE.UTF-8
>>    value of $LANG: en_US.UTF-8
>>    locale-coding-system: utf-8-unix
>>    default enable-multibyte-characters: t
>>
>> Major mode: Lisp Interaction
>>
>> Minor modes in effect:
>>    tooltip-mode: t
>>    mouse-wheel-mode: t
>>    tool-bar-mode: t
>>    menu-bar-mode: t
>>    file-name-shadow-mode: t
>>    global-font-lock-mode: t
>>    font-lock-mode: t
>>    blink-cursor-mode: t
>>    auto-composition-mode: t
>>    auto-encryption-mode: t
>>    auto-compression-mode: t
>>    line-number-mode: t
>>    transient-mark-mode: t
>>
>> Recent input:
>> <help-echo> <help-echo> <down-mouse-1> <mouse-1> C-y
>> <up> C-SPC <down> M-x e v a l - r e g <tab> <return>
>> C-x C-+ C-x C-- C-x C-+ M-x <up> <return> C-x C-- C-x
>> C-- C-x C-- C-x C-+ C-x C-+ M-x b u g <tab> <tab> <C-backspace>
>> <C-backspace> - b u g <tab> <C-backspace> <backspace>
>> r e p o <tab> r <tab> <return>
>>
>> Recent messages:
>> For information about GNU Emacs and the GNU system, type C-h C-a.
>> Mark set
>> Mark activated
>> Use +,-,0 for further adjustment [8 times]
>> Making completion list... [3 times]
>>
>> Load-path shadows:
>> None found.
>>
>> Features:
>> (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
>> mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
>> gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
>> mail-prsvr mail-utils help-mode easymenu face-remap time-date tooltip
>> ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
>> fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
>> register page menu-bar rfn-eshadow timer select scroll-bar mouse
>> jit-lock font-lock syntax facemenu font-core frame cham georgian
>> utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
>> japanese hebrew greek romanian slovak czech european ethiopic indian
>> cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
>> minibuffer loaddefs button faces cus-face macroexp files text-properties
>> overlay sha1 md5 base64 format env code-pages mule custom widget
>> hashtable-print-readable backquote make-network-process dbusbind
>> dynamic-setting system-font-setting font-render-setting move-toolbar gtk
>> x-toolkit x multi-tty emacs)
>>
>
>
>





Reply sent to Stefan Kangas <stefan <at> marxist.se>:
You have taken responsibility. (Mon, 30 Sep 2019 00:27:01 GMT) Full text and rfc822 format available.

Notification sent to Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>:
bug acknowledged by developer. (Mon, 30 Sep 2019 00:27:02 GMT) Full text and rfc822 format available.

Message #16 received at 20370-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: Martin Pohlack <mp26 <at> os.inf.tu-dresden.de>, 20370-done <at> debbugs.gnu.org
Subject: Re: bug#20370: 24.3; "display: no font available" after resize
Date: Mon, 30 Sep 2019 02:26:28 +0200
Jan Djärv <jan.h.d <at> swipnet.se> writes:

> I can't repeat this on Ubuntu 12.04 LTS.
> Do you perhaps have some bad libXft or libfreetype installed?

More information was requested, but was not provided within 4 years, so
I'm closing this bug report.  If this is still an issue, please reopen
the bug report.

Best regards,
Stefan Kangas




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Oct 2019 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.