From: Eli Zaretskii <eliz@gnu.org>
To: Helmut Eller <eller.helmut@gmail.com>
Cc: 19334@debbugs.gnu.org
Subject: bug#19334: 25.0.50; Display bug with zero width fringe
Date: Wed, 10 Dec 2014 18:14:56 +0200 [thread overview]
Message-ID: <83k31zv5vj.fsf@gnu.org> (raw)
In-Reply-To: <m2lhmfkis6.fsf@gmail.com>
> 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.
next prev parent reply other threads:[~2014-12-10 16:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 8:31 bug#19334: 25.0.50; Display bug with zero width fringe Helmut Eller
2014-12-10 16:14 ` Eli Zaretskii [this message]
2014-12-10 16:45 ` Helmut Eller
2014-12-10 17:09 ` Eli Zaretskii
2021-08-19 13:40 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83k31zv5vj.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=19334@debbugs.gnu.org \
--cc=eller.helmut@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).