GNU bug report logs - #23800
25.0.92; Emacs Image Mode Has Fringe On Right Side Even After (fringe-mode 0)

Previous Next

Package: emacs;

Reported by: John Jacob <snakeryslug <at> gmail.com>

Date: Sun, 19 Jun 2016 02:48:01 UTC

Severity: minor

Tags: notabug

Found in version 25.0.92

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 23800 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: John Jacob <snakeryslug <at> gmail.com>
Cc: 23800 <at> debbugs.gnu.org
Subject: Re: 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
> From: John Jacob <snakeryslug <at> 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.




This bug report was last modified 5 years and 245 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.