all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dale Sedivec <dale@codefu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 33864@debbugs.gnu.org
Subject: bug#33864: 27.0.50; Display corruption with "small" font size when something is in the fringe
Date: Tue, 25 Dec 2018 12:30:01 -0600	[thread overview]
Message-ID: <CAEj9N4J-U1OS7qhAp1==nFzWkMf9UUGT72k-37n7L-xmMYzcLA@mail.gmail.com> (raw)
In-Reply-To: <83h8f191e1.fsf@gnu.org>

On Tue, Dec 25, 2018 at 7:34 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Dale Sedivec <dale@codefu.org>
> > Date: Tue, 25 Dec 2018 00:01:58 -0600
> >
> > Using Emacs master with the NeXTStep interface on macOS, I get display corruption on lines where features
> > such as Flymake, Flycheck, or diff-hl display something in the fringe.  This is a bit hard to describe, so I'm
> > attaching a screen shot, and I've also made a short movie of this happening:
> >
> > https://www.dropbox.com/s/h9eqixqxst4wg37/emacs_27_small_font_fringe_problem.mp4?dl=0
>
> Looks like the cursor's line is being cleared without telling Emacs
> about that.
>
> Does it help to decrease the size of the Flymake's fringe indicators
> when you switch to a smaller font?  From the screenshot it looks like
> the indicator keeps its original size although the font becomes a lot
> smaller.

I think I did what you ask by making a bitmap with just a single pixel
turned on:

(define-fringe-bitmap 'smallest
    (vector #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00010000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000
            #b00000000))

(setq flymake-note-bitmap '(smallest compilation-info))

Followed by M-x flymake-start RET to re-run Flymake and update the
fringe.  This did not fix the problem: I do see my single pixel fringe
bitmap, but the line still gets corrupted as described in my original
report.

(But please do let me know if you were asking something different.)

Dale





  reply	other threads:[~2018-12-25 18:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-25  6:01 bug#33864: 27.0.50; Display corruption with "small" font size when something is in the fringe Dale Sedivec
2018-12-25 13:33 ` Eli Zaretskii
2018-12-25 18:30   ` Dale Sedivec [this message]
2018-12-25 18:39     ` Eli Zaretskii
2018-12-25 19:06       ` Dale Sedivec
2018-12-25 19:16         ` Eli Zaretskii
2018-12-30 12:25           ` Robert Pluim
2018-12-30 15:26             ` Eli Zaretskii
     [not found] ` <handler.33864.B.154571777811440.ack@debbugs.gnu.org>
2018-12-27  4:34   ` bug#33864: Acknowledgement (27.0.50; Display corruption with "small" font size when something is in the fringe) Dale Sedivec
2018-12-27 11:59     ` Alan Third
2018-12-27 15:45       ` Dale Sedivec
2018-12-27 16:30         ` Alan Third
2018-12-27 17:07           ` Dale Sedivec
2018-12-28 21:43             ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEj9N4J-U1OS7qhAp1==nFzWkMf9UUGT72k-37n7L-xmMYzcLA@mail.gmail.com' \
    --to=dale@codefu.org \
    --cc=33864@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.