emacs icon indicating copy to clipboard operation
emacs copied to clipboard

No vertical border on GUI

Open ettomatic opened this issue 8 years ago • 4 comments

Emacs GUI doesn't show any vertical border between windows:
screenshot_20160611_222217

I can see the border on Emacs in the console.

ettomatic avatar Jun 11 '16 21:06 ettomatic

Hi @ettomatic Sorry for this, I know this isn't fix the issue, but maybe you can try this a while before the issue is resolved.

;; enable line numbers globally ;; (global-linum-mode t)

;; format to '01234 |' (setq linum-format "%4d \u2502 ")

Then, if you wanna see just the border, with no numbers: (setq linum-format " \u2502 ")

leandropincini avatar Jun 22 '16 01:06 leandropincini

Is anyone working on this yet? Im happy to take a look if no one else already wants to.

benreyn avatar Feb 09 '17 15:02 benreyn

Interestingly, I get vertical borders but sometimes no Horizontal borders, take a look at the screenshot below.. screenshot_2_9_17__9_20_am Maybe using powerline would fix this for me.

benreyn avatar Feb 09 '17 15:02 benreyn

The vertical line issue is fixed, but @benreyn feel free to look for a solution regarding horizontal lines. As far as I know, it's not possible, but maybe I missed something!

If we don't find a solution, we should close this issue.

milouse avatar Oct 27 '19 17:10 milouse