* Windows Emacs and Screen Readers
@ 2005-01-20 6:49 Zachary
2005-01-20 22:10 ` Jason Rumney
0 siblings, 1 reply; 3+ messages in thread
From: Zachary @ 2005-01-20 6:49 UTC (permalink / raw)
Hi,
I have had several annoyingly c issues with the Windows port of Emacs and my
screen reader program, both in console and graphical modes.
The problem with the console mode is that, at least apparently, the status
line is not displayed unless I use a keystroke like M-X, to force something
to be displayed in the echo area. This eliminates a useful source of
information for me.
In graphical mode, the problems are more obvious and annoying. They
manifest themselves from the moment Emacs starts up, I have no idea where my
cursor is, or if it is in fact reading me a correct bit of information.
The mouse movement hot keys of my screen reader work just fine, but that
doesn't help me with the cursor.
I'm wondering, essentially, if anyone has gotten Emacs for Windows, or
otherwise, to work using a screen reader, either through a telnet or SSH
session or through normal local operation.
Thanks for feedback,
Zack
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Windows Emacs and Screen Readers
2005-01-20 6:49 Windows Emacs and Screen Readers Zachary
@ 2005-01-20 22:10 ` Jason Rumney
2005-01-21 0:29 ` Zachary
0 siblings, 1 reply; 3+ messages in thread
From: Jason Rumney @ 2005-01-20 22:10 UTC (permalink / raw)
"Zachary" <Z_kline@hotmail.com> writes:
> The problem with the console mode is that, at least apparently, the
> status line is not displayed unless I use a keystroke like M-X, to
> force something to be displayed in the echo area. This eliminates a
> useful source of information for me.
Console mode on MS-Windows is tuned for use through telnet by default,
because many years ago it was decided that was more useful (or perhaps
more difficult to recover from the inappropriate setting). To tune it
to run locally, add the following to your .emacs:
(setq w32-use-full-screen-buffer nil)
> In graphical mode, the problems are more obvious and annoying. They
> manifest themselves from the moment Emacs starts up, I have no idea
> where my cursor is, or if it is in fact reading me a correct bit of
> information.
This should be fixed in the development version of Emacs, which can be
obtained from cvs.gnu.org if you are able and willing to compile
yourself, or there are a couple of 6 month old snapshots precompiled
for Windows floating around (the Emacs wiki has links, I think).
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Windows Emacs and Screen Readers
2005-01-20 22:10 ` Jason Rumney
@ 2005-01-21 0:29 ` Zachary
0 siblings, 0 replies; 3+ messages in thread
From: Zachary @ 2005-01-21 0:29 UTC (permalink / raw)
<jasonr (Jason Rumney) @ f2s.com> wrote in message
news:uis5r7nwi.fsf@jasonrumney.net...
> "Zachary" <Z_kline@hotmail.com> writes:
>
>> The problem with the console mode is that, at least apparently, the
>> status line is not displayed unless I use a keystroke like M-X, to
>> force something to be displayed in the echo area. This eliminates a
>> useful source of information for me.
>
> Console mode on MS-Windows is tuned for use through telnet by default,
> because many years ago it was decided that was more useful (or perhaps
> more difficult to recover from the inappropriate setting). To tune it
> to run locally, add the following to your .emacs:
>
> (setq w32-use-full-screen-buffer nil)
>
>
>> In graphical mode, the problems are more obvious and annoying. They
>> manifest themselves from the moment Emacs starts up, I have no idea
>> where my cursor is, or if it is in fact reading me a correct bit of
>> information.
>
> This should be fixed in the development version of Emacs, which can be
> obtained from cvs.gnu.org if you are able and willing to compile
> yourself, or there are a couple of 6 month old snapshots precompiled
> for Windows floating around (the Emacs wiki has links, I think).
>
Thanks for this useful information. I will be sure to try it and see if it
works.
Later,
Zack
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-01-21 0:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-20 6:49 Windows Emacs and Screen Readers Zachary
2005-01-20 22:10 ` Jason Rumney
2005-01-21 0:29 ` Zachary
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).