From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wb2flw.octothorp.org ([63.224.68.2]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19CTQB-000434-00 for ; Sun, 04 May 2003 20:01:32 -0400 Received: from wb2flw.octothorp.org (wb2flw.octothorp.org [127.0.0.1]) by wb2flw.octothorp.org (8.12.8/8.12.8) with ESMTP id h4501OOG027566 for ; Mon, 5 May 2003 00:01:24 GMT Received: from localhost (wacker@localhost) by wb2flw.octothorp.org (8.12.8/8.12.8/Submit) with ESMTP id h4501Nls027561 for ; Sun, 4 May 2003 18:01:23 -0600 X-Authentication-Warning: wb2flw.octothorp.org: wacker owned process doing -bs Date: Sun, 4 May 2003 18:01:23 -0600 (MDT) From: "William F. Acker WB2FLW +1-303-722-7209" To: Speakup List Subject: Re: Possible problem with term types? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi, The problem is caused by the Unicode support introduced in RH8.0. If you look in /etc/sysconfig/i18n, you'll probably find a statement like: LANG="en_US.UTF-8" You can copy the file to your home directory as .i18n, note the leading dot. You can then edit the line to read: LANG="en_US" If you want the original Unix sorting rules found in RH before 7X, say: LANG="C" HTH. -- Bill in Denver On Sun, 4 May 2003, Thomas D. Ward wrote: > > Hello, list. > For a couple of versions of Red Hat now I've noticed a problem I've not > been able to nail down the problem. When a sub shell such as screen, su, etc > are launched speak up and even yasr want to read the bash prompt every > single time a key is pressed. > However, when I switched my shell from bash to csh this problem completely > vanished. Is this a general bash problem or does Red Hat have some problem > handling term types when sub shells like screen are launched? > If anyone has a fix for bash working properly in screen please let me > know. Otherwise I'll just have to stay with csh which seams to work fine. > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >