bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19334: 25.0.50; Display bug with zero width fringe


From: Eli Zaretskii
Subject: bug#19334: 25.0.50; Display bug with zero width fringe
Date: Wed, 10 Dec 2014 18:14:56 +0200

> From: Helmut Eller <eller.helmut@gmail.com>
> Date: Wed, 10 Dec 2014 09:31:37 +0100
> 
> When I start emacs with:
> 
>   emacs -Q -eval '(insert-char ?x 80)'
> 
> then, as expected, all the Xes are displayed in one line and the cursor
> is displayed in the right fringe.
> 
> But when I start it with:
> 
>   emacs -Q -eval '(set-fringe-mode (cons 0 8))' -eval '(insert-char ?x 80)'
> 
> then two lines are used, the last column of the first line is empty, an
> arrow appears in the right fringe, and the cursor is displayed in the
> second column of the second line.  See attached screenshot.

It's a feature: one column is reserved for R2L lines, which will have
to show the continuation glyph on the left, because there's no fringe
there.

If you don't like this, try this alternative:

  emacs -Q -eval '(set-fringe-mode (cons 1 8))' -eval '(insert-char ?x 80)'

That is, give Emacs 1-pixel fringe on the left.

Or enlarge the frame by one more column.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]