Questions tagged [fringe]

In Emacs a fringe is a tiny margin to the left and right edges of a window on a graphical display.

9 questions
9
votes
2 answers

Is It Possible To Replace Fringe Bitmaps With Text in Emacs?

I'd love to replace the ugly pixel arrows indicating truncated or wrapped lines with simple, tasteful text (maybe even a nice unicode character, like a \u2026 ellipsis). Is this possible?
5
votes
1 answer

Hide/change Emacs fringe bent arrows due to word wrapping?

I would like to change (or hide entirely) the "bent arrow" character that appears in the Emacs fringe (both on the left and right hand side). I'm using Emacs 24 on a Mac, installed via homebrew. I find it to be visually distracting. A smaller…
David J.
  • 31,569
  • 22
  • 122
  • 174
1
vote
1 answer

What does it mean by size of frontier and explored list in a search tree?

I have a search tree using breadth-first search and the question asks for the largest size of frontier(fringe) and explored list. I don't quite understand what it is asking for. I'm using a graph search so the explored node would be skipped. I've…
Mike Mann
  • 21
  • 3
1
vote
0 answers

Vertical line separating the fringe and the buffer

Is there a way to get a vertical line between the fringe and the buffer, such as in http://manual.macromates.com/en/navigation_overview#collapsing_text_blocks_foldings? EDIT -- See http://screencast.com/t/rpY9abzQK for the 1-px wide separation line…
user3341592
  • 1,419
  • 1
  • 17
  • 36
0
votes
1 answer

How create fringes without spaces in emacs

How to remove bottom vertical space between fringes ? fringes-example I have the following code (defun test--fringe() (interactive) (save-excursion (let ((ov (make-overlay (point) (+ 1 (point))))) …
user3788219
  • 1
  • 1
  • 3
0
votes
1 answer

Remove fringe arrows in the Emacs minimap

I would like to get rid of the fringes in the emacs minimap buffer. Specifically the line continuation arrows. I would still like them for my main buffers but find them pointless in the minimap. I have tried to add the following to my ~/.emacs…
hahahasan
  • 3
  • 3
0
votes
0 answers

Wrap phase from image MATLAB

I am trying to unwrap the interference pattern that I got from the interferometre. However, the first step would be to wrap the phase, because I just got an image (intensity). I cannot post the image, but it is concentric rings with some noise. I…
0
votes
1 answer

Emacs: git-gutter and flycheck conflict makes most keyboard shorcuts broken

Sometimes Emacs stops to respond to key bindings, for example: it's impossible to C-x C-s save buffer it's impossible to C y yank killed text when mark activated it's invisible and many other disadvantages. The only way to return normal behaviour…
Geradlus_RU
  • 1,466
  • 2
  • 20
  • 37
0
votes
2 answers

Emacs scrollbars with exact positioning

How can I get scrollbars with exact positioning? To illustrate what I mean: C-h C-f (Read the The GNU Emacs FAQ) Now try to position the buffer content such that the paragraph starting with This is the version ... is on top. With the default…
false
  • 10,264
  • 13
  • 101
  • 209