Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Strange vertical line at side of emacs window, while it maximized

Image will say all:

Screenshot of the problem

When I maximize emacs in GNOME, KDE or other DE, I has this strange line at side of emacs window. How I could remove that line?

PS. In windowed mode all ok with any emacs window size.

like image 810
Drakmail Avatar asked May 25 '12 17:05

Drakmail


1 Answers

I don't think you can.

This is due to the character-driven nature of the Emacs interface (even when windowed). Basically, the main view's width can only vary by full character width increments, not pixel-by-pixel.

When the window is maximized, the view expands to as much multiples of the character width as it can (counting space allocated for the newline margins on the left and the right), and the remaining pixels are left as free space (the band on the right you want to get rid of).

like image 95
Frédéric Hamidi Avatar answered Sep 18 '22 12:09

Frédéric Hamidi