all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
@ 2009-03-09  6:55 ` Drew Adams
  2009-03-10 14:50   ` Jason Rumney
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Drew Adams @ 2009-03-09  6:55 UTC (permalink / raw)
  To: emacs-pretest-bug

A visually impaired new Emacs user just asked a question about this
variable on help-emacs-windows@gnu.org. I had never heard of this
variable. I see now that it is a defvar, even though it seems to be
documented as a user "flag". Seems like it should be a defcustom.
 

In GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600)
 of 2009-02-01 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
 







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

* bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
  2009-03-09  6:55 ` bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom Drew Adams
@ 2009-03-10 14:50   ` Jason Rumney
  2009-03-10 15:01     ` Drew Adams
  2009-03-11 13:30   ` bug#2608: marked as done (23.0.90; `w32-use-visible-system-carat' should be a defcustom) Emacs bug Tracking System
  2009-05-25  1:20   ` Emacs bug Tracking System
  2 siblings, 1 reply; 6+ messages in thread
From: Jason Rumney @ 2009-03-10 14:50 UTC (permalink / raw)
  To: Drew Adams, 2608

Drew Adams wrote:
> A visually impaired new Emacs user just asked a question about this
> variable on help-emacs-windows@gnu.org. I had never heard of this
> variable. I see now that it is a defvar, even though it seems to be
> documented as a user "flag". Seems like it should be a defcustom.
>   

It was originally intended as a user option, but code was added to 
automatically set it according to whether screen reading software is in 
use. So it should just do the right thing. Documentation probably needs 
updating to reflect that, and the fact that it is only useful for screen 
reading software, as the user seems to have gotten the idea that it 
might help them even though they don't use such software - in fact Emacs 
drawn cursors are far more useful, as they can be configured to be more 
or less visible as the user requires.








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

* bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
  2009-03-10 14:50   ` Jason Rumney
@ 2009-03-10 15:01     ` Drew Adams
  2009-05-25  0:47       ` Drew Adams
  0 siblings, 1 reply; 6+ messages in thread
From: Drew Adams @ 2009-03-10 15:01 UTC (permalink / raw)
  To: 'Jason Rumney', 2608; +Cc: 'Tomas Valusek'

> From: Jason Rumney Sent: Tuesday, March 10, 2009 7:50 AM
> > A visually impaired new Emacs user just asked a question about this
> > variable on help-emacs-windows@gnu.org. I had never heard of this
> > variable. I see now that it is a defvar, even though it seems to be
> > documented as a user "flag". Seems like it should be a defcustom.
> >   
> 
> It was originally intended as a user option, but code was added to 
> automatically set it according to whether screen reading 
> software is in use. So it should just do the right thing.
> Documentation probably needs updating to reflect that, and the
> fact that it is only useful for screen reading software, as the
> user seems to have gotten the idea that it might help them even
> though they don't use such software - in fact Emacs 
> drawn cursors are far more useful, as they can be configured 
> to be more or less visible as the user requires.

I see. Yes, I think clarifying this in the doc would help. And perhaps add a
link to a manual section about customizing the cursor, for people such as the OP
who don't use screenreaders.

Beyond this bug fix, perhaps it would be useful to add a top-level Emacs-manual
section about Accessibility (aka help for the disabled) with links to pertinent
sections of the manual that might be of special help.

CC'ing the OP.

Thx - Drew.







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

* bug#2608: marked as done (23.0.90; `w32-use-visible-system-carat' should be a defcustom)
  2009-03-09  6:55 ` bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom Drew Adams
  2009-03-10 14:50   ` Jason Rumney
@ 2009-03-11 13:30   ` Emacs bug Tracking System
  2009-05-25  1:20   ` Emacs bug Tracking System
  2 siblings, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-03-11 13:30 UTC (permalink / raw)
  To: Jason Rumney

[-- Attachment #1: Type: text/plain, Size: 906 bytes --]


Your message dated Wed, 11 Mar 2009 21:20:27 +0800
with message-id <49B7BA9B.4030209@gnu.org>
and subject line Re: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
has caused the Emacs bug report #2608,
regarding 23.0.90; `w32-use-visible-system-carat' should be a defcustom
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2608: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2608
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3183 bytes --]

From: "Drew Adams" <drew.adams@oracle.com>
To: <emacs-pretest-bug@gnu.org>
Subject: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
Date: Sun, 8 Mar 2009 23:55:42 -0700
Message-ID: <005f01c9a084$114a0280$0200a8c0@us.oracle.com>

A visually impaired new Emacs user just asked a question about this
variable on help-emacs-windows@gnu.org. I had never heard of this
variable. I see now that it is a defvar, even though it seems to be
documented as a user "flag". Seems like it should be a defcustom.
 

In GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600)
 of 2009-02-01 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
 




[-- Attachment #3: Type: message/rfc822, Size: 2535 bytes --]

From: Jason Rumney <jasonr@gnu.org>
To: 2608-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
Date: Wed, 11 Mar 2009 21:20:27 +0800
Message-ID: <49B7BA9B.4030209@gnu.org>

The documentation for this has been updated.


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

* bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
  2009-03-10 15:01     ` Drew Adams
@ 2009-05-25  0:47       ` Drew Adams
  0 siblings, 0 replies; 6+ messages in thread
From: Drew Adams @ 2009-05-25  0:47 UTC (permalink / raw)
  To: 2608, 'Jason Rumney'; +Cc: 'Tomas Valusek'

> > From: Jason Rumney Sent: Tuesday, March 10, 2009 7:50 AM
> > > A visually impaired new Emacs user just asked a question 
> > > about this variable on help-emacs-windows@gnu.org. I had
> > > never heard of this variable. I see now that it is a
> > > defvar, even though it seems to be
> > > documented as a user "flag". Seems like it should be a defcustom.
> > >   
> > 
> > It was originally intended as a user option, but code was added to 
> > automatically set it according to whether screen reading 
> > software is in use. So it should just do the right thing.
> > Documentation probably needs updating to reflect that, and the
> > fact that it is only useful for screen reading software, as the
> > user seems to have gotten the idea that it might help them even
> > though they don't use such software - in fact Emacs 
> > drawn cursors are far more useful, as they can be configured 
> > to be more or less visible as the user requires.
> 
> I see. Yes, I think clarifying this in the doc would help. 
> And perhaps add a
> link to a manual section about customizing the cursor, for 
> people such as the OP
> who don't use screenreaders.
> 
> Beyond this bug fix, perhaps it would be useful to add a 
> top-level Emacs-manual
> section about Accessibility (aka help for the disabled) with 
> links to pertinent
> sections of the manual that might be of special help.
> 
> CC'ing the OP.

I don't see this as fixed in 23.0.94.1. I'm looking at both the doc string and
the Emacs manual section about this variable.






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

* bug#2608: marked as done (23.0.90; `w32-use-visible-system-carat' should be a defcustom)
  2009-03-09  6:55 ` bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom Drew Adams
  2009-03-10 14:50   ` Jason Rumney
  2009-03-11 13:30   ` bug#2608: marked as done (23.0.90; `w32-use-visible-system-carat' should be a defcustom) Emacs bug Tracking System
@ 2009-05-25  1:20   ` Emacs bug Tracking System
  2 siblings, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-05-25  1:20 UTC (permalink / raw)
  To: Jason Rumney

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]


Your message dated Mon, 25 May 2009 09:10:47 +0800
with message-id <4A19F017.2090104@gnu.org>
and subject line Re: bug#2608: 23.0.90;`w32-use-visible-system-carat' should be a defcustom
has caused the Emacs bug report #2608,
regarding 23.0.90; `w32-use-visible-system-carat' should be a defcustom
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2608: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2608
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3183 bytes --]

From: "Drew Adams" <drew.adams@oracle.com>
To: <emacs-pretest-bug@gnu.org>
Subject: 23.0.90; `w32-use-visible-system-carat' should be a defcustom
Date: Sun, 8 Mar 2009 23:55:42 -0700
Message-ID: <005f01c9a084$114a0280$0200a8c0@us.oracle.com>

A visually impaired new Emacs user just asked a question about this
variable on help-emacs-windows@gnu.org. I had never heard of this
variable. I see now that it is a defvar, even though it seems to be
documented as a user "flag". Seems like it should be a defcustom.
 

In GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600)
 of 2009-02-01 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
 




[-- Attachment #3: Type: message/rfc822, Size: 3195 bytes --]

From: Jason Rumney <jasonr@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 2608-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2608: 23.0.90;`w32-use-visible-system-carat' should be a defcustom
Date: Mon, 25 May 2009 09:10:47 +0800
Message-ID: <4A19F017.2090104@gnu.org>

Drew Adams wrote:
> I don't see this as fixed in 23.0.94.1. I'm looking at both the doc string and
> the Emacs manual section about this variable.
>   

Drew, can you please stop reopening bugs because the solution is not 
EXACTLY what you want.

At least explain what it is that is missing so we can have a clue what 
it is you are not happy with.


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

end of thread, other threads:[~2009-05-25  1:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <49B7BA9B.4030209@gnu.org>
2009-03-09  6:55 ` bug#2608: 23.0.90; `w32-use-visible-system-carat' should be a defcustom Drew Adams
2009-03-10 14:50   ` Jason Rumney
2009-03-10 15:01     ` Drew Adams
2009-05-25  0:47       ` Drew Adams
2009-03-11 13:30   ` bug#2608: marked as done (23.0.90; `w32-use-visible-system-carat' should be a defcustom) Emacs bug Tracking System
2009-05-25  1:20   ` Emacs bug Tracking System

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.