GNU bug report logs - #52313
bold face font size unexpected increase ("Fixed" family)

Previous Next

Package: emacs;

Reported by: Alexander Tomokhov <alexoundos <at> ya.ru>

Date: Sun, 5 Dec 2021 18:09:10 UTC

Severity: normal

To reply to this bug, email your comments to 52313 AT debbugs.gnu.org.

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#52313; Package emacs. (Sun, 05 Dec 2021 18:09:10 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexander Tomokhov <alexoundos <at> ya.ru>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 05 Dec 2021 18:09:10 GMT) Full text and rfc822 format available.

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

From: Alexander Tomokhov <alexoundos <at> ya.ru>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: bold face font size unexpected increase ("Fixed" family)
Date: Sun, 05 Dec 2021 19:00:55 +0300
[Message part 1 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Sun, 05 Dec 2021 21:10:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alexander Tomokhov <alexoundos <at> ya.ru>
Cc: 52313 <at> debbugs.gnu.org
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Sun, 05 Dec 2021 22:09:02 +0100
Alexander Tomokhov <alexoundos <at> ya.ru> writes:

> Steps to reproduce:
> 1. open buffer with non-bold and bold text (for example, in org-mode
> text surrounded by `*` asterisk symbols)
> 2. set default font: `eval-expression`:
> (set-frame-font
> "-misc-fixed-normal-normal-normal--13-120-75-75-c-70-iso10646-1")
> 3. observe the font size difference between bold and non-bold text

Does the following reproduce the problem for you?

(progn
  (set-frame-font
   "-misc-fixed-normal-normal-normal--13-120-75-75-c-70-iso10646-1")
  (pop-to-buffer "*bold*")
  (insert "foo\n")
  (insert (propertize "foo\n" 'face 'bold)))

I don't have the font here on this system, so I can't test it.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 05 Dec 2021 21:10:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Mon, 06 Dec 2021 15:03:03 GMT) Full text and rfc822 format available.

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

From: Alexander Tomokhov <alexoundos <at> ya.ru>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: "52313 <at> debbugs.gnu.org" <52313 <at> debbugs.gnu.org>
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Mon, 06 Dec 2021 11:46:04 +0300
[Message part 1 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Tue, 07 Dec 2021 07:09:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alexander Tomokhov <alexoundos <at> ya.ru>
Cc: "52313 <at> debbugs.gnu.org" <52313 <at> debbugs.gnu.org>
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Tue, 07 Dec 2021 08:08:25 +0100
Alexander Tomokhov <alexoundos <at> ya.ru> writes:

> Yes, it reproduces the problem. The first line has non-bold text. The
> second line has bold text of bigger size.

You don't happen to know what package this font lives in on Debian?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Tue, 07 Dec 2021 10:37:02 GMT) Full text and rfc822 format available.

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

From: Alexander Tomokhov <alexoundos <at> ya.ru>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: "52313 <at> debbugs.gnu.org" <52313 <at> debbugs.gnu.org>
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Tue, 07 Dec 2021 13:36:30 +0300
[Message part 1 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Tue, 07 Dec 2021 20:23:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alexander Tomokhov <alexoundos <at> ya.ru>
Cc: "52313 <at> debbugs.gnu.org" <52313 <at> debbugs.gnu.org>
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Tue, 07 Dec 2021 21:22:02 +0100
Alexander Tomokhov <alexoundos <at> ya.ru> writes:

> Debian packages website lists `xfonts-base` package which contains
> this font:
> https://packages.debian.org/stable/all/xfonts-base/filelist. Not sure
> about Debian, but usually (NixOS, Arch) such package comes along with
> X server by default.

That package is already installed here, but Emacs still says it can't
find it.

> Fixed fonts unavailability may be explained by bitmap fonts being disabled
> system-wide (what I've never encountered):
> http://marklodato.github.io/2014/02/23/fixed-fonts.html .

Ah, perhaps that's it?  Then perhaps somebody that has as system where
they're not disabled has to try to debug this instead.

Anybody?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Wed, 08 Dec 2021 11:31:02 GMT) Full text and rfc822 format available.

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

From: Alexander Tomokhov <alexoundos <at> ya.ru>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: "52313 <at> debbugs.gnu.org" <52313 <at> debbugs.gnu.org>
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Wed, 08 Dec 2021 14:29:54 +0300
[Message part 1 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52313; Package emacs. (Thu, 09 Dec 2021 01:13:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alexander Tomokhov <alexoundos <at> ya.ru>
Cc: "52313 <at> debbugs.gnu.org" <52313 <at> debbugs.gnu.org>
Subject: Re: bug#52313: bold face font size unexpected increase ("Fixed"
 family)
Date: Thu, 09 Dec 2021 02:12:45 +0100
Alexander Tomokhov <alexoundos <at> ya.ru> writes:

> Is fontconfig able to find Fixed family fonts on your system?

No.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Removed tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 14 Jan 2022 10:31:02 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 158 days ago.

Previous Next


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