unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52313: bold face font size unexpected increase ("Fixed" family)
@ 2021-12-05 16:00 Alexander Tomokhov
  2021-12-05 21:09 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Tomokhov @ 2021-12-05 16:00 UTC (permalink / raw)
  To: 52313

[-- Attachment #1: Type: text/html, Size: 51876 bytes --]

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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-05 16:00 bug#52313: bold face font size unexpected increase ("Fixed" family) Alexander Tomokhov
@ 2021-12-05 21:09 ` Lars Ingebrigtsen
  2021-12-06  8:46   ` Alexander Tomokhov
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-12-05 21:09 UTC (permalink / raw)
  To: Alexander Tomokhov; +Cc: 52313

Alexander Tomokhov <alexoundos@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





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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-05 21:09 ` Lars Ingebrigtsen
@ 2021-12-06  8:46   ` Alexander Tomokhov
  2021-12-07  7:08     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Tomokhov @ 2021-12-06  8:46 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 52313@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1475 bytes --]

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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-06  8:46   ` Alexander Tomokhov
@ 2021-12-07  7:08     ` Lars Ingebrigtsen
  2021-12-07 10:36       ` Alexander Tomokhov
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-12-07  7:08 UTC (permalink / raw)
  To: Alexander Tomokhov; +Cc: 52313@debbugs.gnu.org

Alexander Tomokhov <alexoundos@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





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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-07  7:08     ` Lars Ingebrigtsen
@ 2021-12-07 10:36       ` Alexander Tomokhov
  2021-12-07 20:22         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Tomokhov @ 2021-12-07 10:36 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 52313@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1391 bytes --]

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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-07 10:36       ` Alexander Tomokhov
@ 2021-12-07 20:22         ` Lars Ingebrigtsen
  2021-12-08 11:29           ` Alexander Tomokhov
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-12-07 20:22 UTC (permalink / raw)
  To: Alexander Tomokhov; +Cc: 52313@debbugs.gnu.org

Alexander Tomokhov <alexoundos@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





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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-07 20:22         ` Lars Ingebrigtsen
@ 2021-12-08 11:29           ` Alexander Tomokhov
  2021-12-09  1:12             ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Tomokhov @ 2021-12-08 11:29 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 52313@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1687 bytes --]

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

* bug#52313: bold face font size unexpected increase ("Fixed" family)
  2021-12-08 11:29           ` Alexander Tomokhov
@ 2021-12-09  1:12             ` Lars Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2021-12-09  1:12 UTC (permalink / raw)
  To: Alexander Tomokhov; +Cc: 52313@debbugs.gnu.org

Alexander Tomokhov <alexoundos@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





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

end of thread, other threads:[~2021-12-09  1:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05 16:00 bug#52313: bold face font size unexpected increase ("Fixed" family) Alexander Tomokhov
2021-12-05 21:09 ` Lars Ingebrigtsen
2021-12-06  8:46   ` Alexander Tomokhov
2021-12-07  7:08     ` Lars Ingebrigtsen
2021-12-07 10:36       ` Alexander Tomokhov
2021-12-07 20:22         ` Lars Ingebrigtsen
2021-12-08 11:29           ` Alexander Tomokhov
2021-12-09  1:12             ` Lars Ingebrigtsen

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