this post was submitted on 18 Oct 2023
1 points (100.0% liked)

Emacs

311 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

For some reason, when I click a button, be it in the customize buffer or hyperlinks in org documents, it sometimes works, and other times the whole buffer shifts to the left like a single pixel and it sets a mark (it says so in the minibuffer). The button is not clicked in those instances.

Has someone experienced something similar? Is there a way to improve this?

you are viewing a single comment's thread
view the rest of the comments
[–] SnooPets20@alien.top 1 points 1 year ago (1 children)

Nope! And when I tried with my config the very first click had that issue. It's very weird tho, I have no idea what could be causing it...

[–] 00-11@alien.top 1 points 1 year ago (1 children)

Bisect your init file. You can use command comment-region comment out 1/2 of it, then 3/4, then 7/8,... till you can see easily what's causing the problem. This is a binary search, so it narrows things down quickly.

[–] SnooPets20@alien.top 1 points 1 year ago

Ok, I just did. It's (global-display-line-numbers-mode). Now.... why???? It's odd as hell.