From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-02-lbl.southeast.rr.com ([24.25.9.101] helo=ms-smtp-02-eri0.southeast.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Cs114-0003cn-00 for ; Fri, 21 Jan 2005 10:48:06 -0500 Received: from geekspeak (clt74-98-208.carolina.rr.com [24.74.98.208]) by ms-smtp-02-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id j0LFkq4R012093 for ; Fri, 21 Jan 2005 10:46:53 -0500 (EST) Message-ID: <009801c4ffd0$6e4802b0$6601a8c0@geekspeak> From: "Laura Eaves" To: "Speakup is a screen review system for Linux." References: Date: Fri, 21 Jan 2005 10:46:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: timer X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 15:48:36 -0000 Hi Cheryl -- Have you considered writing a little C program to use the SIGALRM signal to periodically display the time? This isn't hard and could display the time in smaller increments if you want. (Actually I'm not sure.) But you would need to choose how you want to display the info -- perhaps just using printf? The program would be quite small and faster than invoking commands from the shell. It all would be done in one process. Anyway, just a thought. Have fun. --le ----- Original Message ----- From: "Cheryl Homiak" To: "Speakup is a screen review system for Linux." Sent: Friday, January 21, 2005 10:34 AM Subject: RE: timer The problem with just using sleep is that I want a continuous display of the time going by, not just an alarm at the end of the time. But yes, when I get it figured out, I will write a script. Thanks. -- Cheryl "Where your treasure is, there will your heart be also." _______________________________________________ Speakup mailing list Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup