GNU bug report logs -
#59719
29.0.60; emacs-news-mode does not adjust the width of the fringe to accommodate the outline icons
Previous Next
Reported by: Kai Ma <justksqsf <at> gmail.com>
Date: Wed, 30 Nov 2022 14:07:02 UTC
Severity: minor
Found in version 29.0.60
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 59719 <at> debbugs.gnu.org (full text, mbox):
>> set-window-margins specifies the number of characters.
>
> Yes. But that's not a problem: you can ask for 2 or 3 characters, as
> needed.
>
>> Maybe need to set the margin width to more characters if string-width
>> returns more than 1 character?
>
> Why not use string-pixel-width, and divide by what default-font-width
> returns?
This means to iterate over all icons and get their maximal width.
>> But the core problem is that when font size is increased in the buffer,
>> the margin pixel size doesn't increase proportionally.
>
> This is how the margins were designed: they never resize automatically. It
> is up to the Lisp program to do that.
There is one thing that I don't understand about margins: could you clarify
how the default width of a character cell is calculated? Is it based
on the default font size?
This bug report was last modified 2 years and 230 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.