unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: John Jacob <snakeryslug@gmail.com>
Cc: 23800@debbugs.gnu.org
Subject: bug#23800: 25.0.92; Emacs Image Mode Has Fringe On Right Side Even After (fringe-mode 0)
Date: Sun, 19 Jun 2016 18:05:19 +0300	[thread overview]
Message-ID: <83ziqh8bio.fsf@gnu.org> (raw)
In-Reply-To: <CAD8X6FgfaZPMFGuQP2cfaoJAoXLe56s8Hsa8nm2yBJe61_VWWg@mail.gmail.com> (message from John Jacob on Sat, 18 Jun 2016 22:03:57 -0400)

> From: John Jacob <snakeryslug@gmail.com>
> Date: Sat, 18 Jun 2016 22:03:57 -0400
> 
> I did emacs -q and eval'd this minimal init file
> (fringe-mode 0)
> (scroll-bar-mode -1)
> (menu-bar-mode -1)
> (tool-bar-mode -1)
> 
> When I open a picture in emacs, there's a right side fringe that i can't
> see (or scroll to) on the image.

It's not the fringe, it's space reserved for displaying the cursor
when there's no fringes.

> My desired behavior is to have the image touch all three sides
> (excluding bottom) of the frame. Is this possible?

No, but you can come very close if you use this instead:

  (fringe-mode '(1 . 1))

This will leave a 1-pixel fringes, but I very much doubt that those
pixels will be distinguishable from nothing at all.  The downside of
this setting is that the cursor will become barely visible in
full-width lines.

> Is this even a bug?

No, this is how Emacs lays out display when there are no fringes.





  reply	other threads:[~2016-06-19 15:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-19  2:03 bug#23800: 25.0.92; Emacs Image Mode Has Fringe On Right Side Even After (fringe-mode 0) John Jacob
2016-06-19 15:05 ` Eli Zaretskii [this message]
2019-09-26 16:01   ` 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=83ziqh8bio.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=23800@debbugs.gnu.org \
    --cc=snakeryslug@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).