After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141148 - Speech Does Not Announce ?space?, Regardless Setting
Speech Does Not Announce ?space?, Regardless Setting
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: VTE Maintainers
Nalin Dahyabhai
AP3
: 141150 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-04-26 15:10 UTC by tvuong
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Proposed patch (724 bytes, patch)
2004-04-29 14:58 UTC, padraig.obriain
needs-work Details | Review
Reworked patch (5.38 KB, patch)
2004-04-30 08:45 UTC, padraig.obriain
none Details | Review

Description tvuong 2004-04-26 15:10:07 UTC
Speech Does Not Announce “space” ...

1. Open a terminal window
2. hit "space bar" couple times
3. Listen to speech

Speech does not announce space bar
Comment 1 padraig.obriain 2004-04-28 12:31:17 UTC
Transferring to vte.
Comment 2 padraig.obriain 2004-04-29 14:57:24 UTC
The problem seems to be that vte_terminal_get_text trims space characters at the
end of a line.
Comment 3 padraig.obriain 2004-04-29 14:58:38 UTC
Created attachment 27208 [details] [review]
Proposed patch

The patch fixes the reported problem. I do not know ehether it has any
undesirable side effects.
Comment 4 Nalin Dahyabhai 2004-04-30 00:50:10 UTC
The get_text function is also used to supply text for copy/paste operations, and
in those cases we have to trim whitespace from the returned string to mimic
xterm's behavior.  
Comment 5 Dana Ormenisan 2004-04-30 06:18:26 UTC
*** Bug 141150 has been marked as a duplicate of this bug. ***
Comment 6 padraig.obriain 2004-04-30 08:45:05 UTC
Created attachment 27225 [details] [review]
Reworked patch
Comment 7 Nalin Dahyabhai 2004-05-01 07:13:25 UTC
Looks good, committing.