[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Emacspeak term mode errors
- To: tcross@xxxxxxxxxxx
- Subject: Emacspeak term mode errors
- From: "T. V. Raman" <raman@xxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 06:28:39 -0700
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-Reply-To: <17647.60692.405748.70120@xxxxxxxxxxx>
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <tvraman@xxxxxxxxxxx>
- Reply-To: raman@xxxxxxxxxxx
- Resent-Date: Mon, 28 Aug 2006 09:38:21 -0400 (EDT)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <AQ7IdD.A.sYD.NHv8EB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
Tim> The other area which I'd like some guideance on is the
Tim> way term-emulate-terminal's defadvice is testing for
Tim> certain conditions. To my naive eye, it looks like the
Tim> test is somewhat over engineered and we could simplify
Tim> it a bit, but experience has tought me that usually it
Tim> is me who is missing some subtlety regarding what is
Tim> going on. As an example, the following test is performed
Tim> to determine if the user has hit backspace
Tim>
Tim> ((and (= last-input-event 127) (= new-row
Tim> emacspeak-eterm-row) (= -1 (- new-column
Tim> emacspeak-eterm-column)) current-char) (....
Tim>
The above is not over-engineered.
You can have the cursor move left when the user did not in fact
backspace, e.g. when you move the cursor left in vi.
In general there are two good regression tests to check things
with when playing with the advice on term-emulate-terminal:
A) VI
B) lynx -- especially its config options
Tim> I'm thinking that if we assume the only way the new
Tim> column would be one less than the previous column and we
Tim> are on the same row, then the user entered a
Tim> backspace. Therefore, we cold simplify things by doing
Tim>
Tim> ((and (= new-row emacspeak-eterm-row) (= -1 (-
Tim> new-column emacspeak-eterm-column))) (....
Tim>
Tim> but maybe I'm missing some subtle issue, such as process
Tim> line filtering etc. Obviously, I can work this out
Tim> through trial and error, but why re-invent the wheel if
Tim> it can be avoided.
Tim>
Tim> Tim
Tim>
Tim> -----------------------------------------------------------------------------
Tim> To unsubscribe from the emacspeak list or change your
Tim> address on the emacspeak list send mail to
Tim> "emacspeak-request@xxxxxxxxxxx" with a subject of
Tim> "unsubscribe" or "help"
--
Best Regards,
--raman
Email: raman@xxxxxxxxxxx
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@xxxxxxxxxxx
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search