Questions tagged [fringe-mode]

5 questions
7
votes
2 answers

Any way to get a working separator line between fringe/line numbers and the buffer?

is there any way to get a separator like the one for the split buffers (line in the middle of the image) for the line numbers/fringe? I tried (setq linenum-format "%4d \u2502 ") but that gives me a buggy weird broken lines with varying widths -.-
nemesit
  • 291
  • 1
  • 5
3
votes
1 answer

terminal fringes and diff-hl

I use diff-hl to highlight changed lines. However it doesn't play well in terminal mode. I know that terminal Emacs doesn't support fringes, and it is better to use diff-hl-margin-mode instead, it works in terminal but margins are awful with linum.…
zzell
  • 31
  • 2
2
votes
1 answer

Can I toggle fringe-mode when entering / exiting edebug?

Paraphrasing a question I previously asked on SuperUser because, IMO, the answer found there does not resolve the issue. Question For the most part I prefer to disable Emacs' fringe. (I customize fringe-mode to 0 a/k/a no-fringes) But I like to…
purple_arrows
  • 2,373
  • 10
  • 19
2
votes
0 answers

Adding padding between the fringe and the text

How can I add padding between the right side of the fringe and the left side of my code? I have tried using (set-window-margins nil 1) but the margin is on the left side of the fringe. I'd like to have it on the right side, for more reading clarity…
Florent
  • 121
  • 3
1
vote
0 answers

How to use fringe indicators to display register positions?

I know that i can use customize register-marker-face to make position-registers location visible, - is there is a way to mark resisters position using left fringe? Also, I am using "Mitsuharu Yamamoto's Mac port " on Mac , see…
Yatima
  • 31
  • 4