all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Eli Zaretskii'" <eliz@gnu.org>
Cc: 6933@debbugs.gnu.org
Subject: bug#6933: 24.0.50; fringe-mode value of `half' is broken
Date: Sat, 28 Aug 2010 08:15:29 -0700	[thread overview]
Message-ID: <C2A8CB38CB2E443A95BFB3553CDDF007@us.oracle.com> (raw)
In-Reply-To: <83r5hjktvz.fsf@gnu.org>

> > emacs -Q
> >  
> > M-x fringe-mode
> > Enter `half'.
> >  
> > The fringe values (both left and right) should each be 5, 
> > according to the code and comments.  Instead, it is still 8,
> > as shown by (frame-parameters).  There is no difference in behavior 
> > between `half' and `default'.  Dunno whether this is Windows-specific.
> 
> This happens because fringe.el has this customization form for "half"
> in the defcustom for fringe-mode:
> 
> 		 (const :tag "Half width" (5 . 5))
> 
> And the doc string for fringe-mode says this, among the rest:
> 
>                                This command may round up the left and
>     right width specifications to ensure that their sum is a multiple
>     of the character width of a frame.
> 
> So 5 is rounded up to 8, and the rest is history.
> 
> I don't know why the values are 5 instead of 4.  The default fringe
> width is 8 on all GUI displays, so half of that should have been 4,
> not 5.  Maybe I'm missing some subtlety here.
> 
> Can someone please check on X whether (fringe-mode '(4 . 4)) does TRT?
> If it does, I think we should use 4 instead of 5 in the above
> defcustom.

Thanks.  Default is 8; half is 5, which results in 8 (same as default); and
minimal is 4.  If we have 3 values (choices) and the default is 8, then the
values should ideally give 3 different appearances (effects).  Neither {8,8,4}
and {8,4,4} is a good set.

But since both minimal and half show both left and right fringes, and the sum
must be a multiple of the frame char width (default 8), that doesn't leave a lot
of choice. Presumably, for both minimal and half you want the left and right to
be the same, and 8/2 = 4.

So I guess there is no good solution.  But perhaps this could be better
explained in the doc.  I'd suggest making half be 4, at least, since users
expect it to be less than default (whole) in appearance.  It is less
disconcerting if users see no difference between half and minimal when using the
default frame-char size: "minimal" does not imply less than half, but "half"
implies less than whole (default).

Also, "default" might not be the best term here.  I don't have a great
suggestion, however.  Maybe "full", "whole", or "maximal", but each of those has
its drawbacks too.






  reply	other threads:[~2010-08-28 15:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-28  0:16 bug#6933: 24.0.50; fringe-mode value of `half' is broken Drew Adams
2010-08-28  8:45 ` Eli Zaretskii
2010-08-28 15:15   ` Drew Adams [this message]
2010-09-04 18:34   ` Chong Yidong
2010-09-17 21:14     ` Eli Zaretskii
     [not found]       ` <6CD1E6A595C84B3FA8C2AFE4EAC376BE@us.oracle.com>
2010-09-18  9:49         ` Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C2A8CB38CB2E443A95BFB3553CDDF007@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=6933@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.