unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
@ 2008-12-02 23:32 Drew Adams
  2011-07-10 12:52 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2008-12-02 23:32 UTC (permalink / raw)
  To: emacs-pretest-bug

In Customize, I see this, just before the main set of buttons in the
buffer:
 
 "Operate on all settings in this buffer that are not marked HIDDEN:"
 
To me at least, that means nothing. Worse, it confuses me. What is it
trying to say?
 
What does it mean for a setting to be "marked HIDDEN"? I don't see any
"marks", and I don't see "HIDDEN" anywhere (and why uppercase?).  What
is "marking" in this context?  If I click `Hide Value' for some option
or `Hide Face' for some face, then that button's text changes to `Show
Value' or `Show Face' (not "HIDDEN").
 
If you are trying to say that those buttons (except `Exit') act on all
options and faces in the buffer whose definitions are visible, then
say that.  And put a box around these global buttons and the
explanation, or draw a line to separate them from the rest of the
buffer, or make it clear in some other way what the scope of this
explanation and these buttons is.
 
(The fact that we need to explain this at all just indicates, however,
how bad this UI is.)
 
 
 
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-11-24 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'
 







^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
  2008-12-02 23:32 bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear Drew Adams
@ 2011-07-10 12:52 ` Lars Magne Ingebrigtsen
  2011-07-10 17:17   ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 12:52 UTC (permalink / raw)
  To: Drew Adams; +Cc: 1477

"Drew Adams" <drew.adams@oracle.com> writes:

> In Customize, I see this, just before the main set of buttons in the
> buffer:
>
>  "Operate on all settings in this buffer that are not marked HIDDEN:"
>
> To me at least, that means nothing. Worse, it confuses me. What is it
> trying to say?

Is this still an issue?  If I say `M-x customize', I don't get any
section with the word "HIDDEN" in it that I can see.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
  2011-07-10 12:52 ` Lars Magne Ingebrigtsen
@ 2011-07-10 17:17   ` Drew Adams
  2011-07-10 21:50     ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2011-07-10 17:17 UTC (permalink / raw)
  To: 'Lars Magne Ingebrigtsen'; +Cc: 1477

> > In Customize, I see this, just before the main set of buttons in the
> > buffer:  "Operate on all settings in this buffer that are not 
> > marked HIDDEN:"
> 
> Is this still an issue?  If I say `M-x customize', I don't get any
> section with the word "HIDDEN" in it that I can see.

No, this has been fixed.  Thx.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
  2011-07-10 17:17   ` Drew Adams
@ 2011-07-10 21:50     ` Drew Adams
  2011-07-10 21:58       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2011-07-10 21:50 UTC (permalink / raw)
  To: 'Lars Magne Ingebrigtsen'; +Cc: 1477

> > Is this still an issue?  If I say `M-x customize', I don't get any
> > section with the word "HIDDEN" in it that I can see.
> 
> No, this has been fixed.  Thx.

I said no, it is not _still_ an issue.  It has been _fixed_.

It should have simply been closed, which records it as a _bug_ that has been
_fixed_.  It should not have been recorded as `notabug'.

`Not a bug' means that the behavior is confirmed (reproducible) and that it is
the intended behavior - not a bad behavior.

`Not a bug' does not mean that the behavior was not reproducible or that the
behavior was in fact incorrect but has been corrected.

Yes, it's a nit.  No, I don't really care, wrt this bug.  But as we're closing
lots of bugs left and right these days, let's please do it right, going forward.

And yes, I'm glad people are now looking at old bug reports and taking care of
them.  Thank you.  And yes, I know that there are a lot to look at and mistakes
happen.  Just a heads-up.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
  2011-07-10 21:50     ` Drew Adams
@ 2011-07-10 21:58       ` Lars Magne Ingebrigtsen
  2011-07-10 22:21         ` Deniz Dogan
  2011-07-10 22:25         ` Drew Adams
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 21:58 UTC (permalink / raw)
  To: Drew Adams; +Cc: 1477

"Drew Adams" <drew.adams@oracle.com> writes:

> It should have simply been closed, which records it as a _bug_ that
> has been _fixed_.  It should not have been recorded as `notabug'.

I thought "fixed" was if it was fixed as a result of the bug report, and
"notabug" was if it turned out (when investigated) that the report
reported something that wasn't a bug (ever or still).

Perhaps we need a third flag, like
"probablyabugatthetimeitwasreportedbutnotabugwhensomeonelookedatthebugreport"?

Or perhaps just close it without a flag.  Opinions?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
  2011-07-10 21:58       ` Lars Magne Ingebrigtsen
@ 2011-07-10 22:21         ` Deniz Dogan
  2011-07-10 22:25         ` Drew Adams
  1 sibling, 0 replies; 7+ messages in thread
From: Deniz Dogan @ 2011-07-10 22:21 UTC (permalink / raw)
  To: 1477

On 2011-07-10 23:58, Lars Magne Ingebrigtsen wrote:
> "Drew Adams"<drew.adams@oracle.com>  writes:
>
>> It should have simply been closed, which records it as a _bug_ that
>> has been _fixed_.  It should not have been recorded as `notabug'.
>
> I thought "fixed" was if it was fixed as a result of the bug report, and
> "notabug" was if it turned out (when investigated) that the report
> reported something that wasn't a bug (ever or still).
>
> Perhaps we need a third flag, like
> "probablyabugatthetimeitwasreportedbutnotabugwhensomeonelookedatthebugreport"?
>
> Or perhaps just close it without a flag.  Opinions?
>

If it was once a bug but was fixed before someone looked at the bug 
report, "fixed" seems appropriate to me.

Deniz





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear
  2011-07-10 21:58       ` Lars Magne Ingebrigtsen
  2011-07-10 22:21         ` Deniz Dogan
@ 2011-07-10 22:25         ` Drew Adams
  1 sibling, 0 replies; 7+ messages in thread
From: Drew Adams @ 2011-07-10 22:25 UTC (permalink / raw)
  To: 'Lars Magne Ingebrigtsen'; +Cc: 1477

> > It should have simply been closed, which records it as a _bug_ that
> > has been _fixed_.  It should not have been recorded as `notabug'.
> 
> I thought "fixed" was if it was fixed as a result of the bug 
> report, and "notabug" was if it turned out (when investigated)
> that the report reported something that wasn't a bug (ever or still).

That would be "not reproducible", I think.

To me, "not reproducible" refers to the time when you try to reproduce it.  In
other software you would also be trying to reproduce it using the same version
as the report, but that's another story.

To me, "not a bug" means that you _can_ reproduce the behavior as reported, and
it is the intended intended behavior.

I'm no expert on this.  And it's not a big deal - certainly not important for
this bug report.  It might be good to know what the designers of this bug system
had in mind, however.

> Perhaps we need a third flag, like
> "probablyabugatthetimeitwasreportedbutnotabugwhensomeonelooked
> atthebugreport"?

We can't really guess what might have been at the time.  We can only compare
what we test now with what was reported.

But in a case like this one, we could perhaps believe the OP who tested both
earlier and later, if he says it was fixed. ;-)
 
> Or perhaps just close it without a flag.  Opinions?

Is there a "not reproducible" category?  If so, I'd think that would be the
closest in a case like this.  Just one, non-expert opinion.






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-07-10 22:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-02 23:32 bug#1477: 23.0.60; Customize "not marked HIDDEN" is unclear Drew Adams
2011-07-10 12:52 ` Lars Magne Ingebrigtsen
2011-07-10 17:17   ` Drew Adams
2011-07-10 21:50     ` Drew Adams
2011-07-10 21:58       ` Lars Magne Ingebrigtsen
2011-07-10 22:21         ` Deniz Dogan
2011-07-10 22:25         ` Drew Adams

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).