From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pc-24-151-10-129.newt1.ct.charter.com ([24.151.10.129] helo=h14me.homelinux.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AKoQy-00089j-00 for ; Fri, 14 Nov 2003 19:37:04 -0500 Received: from h14me.homelinux.net (localhost [127.0.0.1]) by h14me.homelinux.net (8.12.10/8.12.10) with ESMTP id hAF0b1d6007039 for ; Fri, 14 Nov 2003 19:37:01 -0500 Received: (from alex_snow@localhost) by h14me.homelinux.net (8.12.10/8.12.10/Submit) id hAF0b0VU007038 for speakup@braille.uwo.ca; Fri, 14 Nov 2003 19:37:00 -0500 Date: Fri, 14 Nov 2003 19:37:00 -0500 From: Alex Snow To: "Speakup is a screen review system for Linux." Message-ID: <20031115003700.GE7003@gmx.net> References: <20031114233101.GA19577@romuald.net.eu.org> <000f01c3ab0b$aabd79c0$7f4cfea9@Kevin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c3ab0b$aabd79c0$7f4cfea9@Kevin> User-Agent: Mutt/1.4.1i Subject: Re: Proving myself X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 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: Sat, 15 Nov 2003 00:37:04 -0000 Yeah. that's basically it. On Fri, Nov 14, 2003 at 07:01:48PM -0500, kevin wrote: > So what you are saying is I still do not know my ass from a hole in the > ground? > I urge you, then, to do the research, then, you can come back and apologize > when you find I do indeed know what I am doing > Kevin > email: > kjsisco@rcn.com > > ----- Original Message ----- > From: "Gregory Nowak" > To: "Speakup is a screen review system for Linux." > Sent: Friday, November 14, 2003 6:31 PM > Subject: Re: Proving myself > > > > Hmmm, now if I had a wild imagination, I might just be willing to say > > that this looks vaguely like c. > > > > Bottom line is that if I wasn't a programmer, I would be very > > impressed probably, based on how this looks. But, since I am a > > programmer ... > > > > Greg > > > > > > On Fri, Nov 14, 2003 at 11:17:50PM +0000, Luke Davis wrote: > > > It was text, saved as "mousemodule.mouse", by a DOS style system (DOS > > > newline convensions). Here it is, in its unattached form: > > > > > > > > > MODULE "PERIPHERALS/MOUSE" > > > MSGCATALOG "peripherals/mouse" > > > > > > -- Import some types > > > TYPEDEF DeviceName IMPORT ".DeviceName" > > > TYPEDEF DevicePathName IMPORT ".DevicePathName" > > > > > > device RECORD { > > > model STRING MATCHES "[a-z0-9]*" > > > protocol STRING > > > deviceFile DevicePathName DEFAULT "/dev/mouse" > > > threshold UNSIGNED IN RANGE 2 ... 65535 DEFAULT "25" > > > acceleration UNSIGNED DEFAULT "2" > > > emulation STRING IN CHOICE { > > > "none" > > > ":MOUSE_EMULATE_NONE:", > > > "3button" ":MOUSE_EMULATE_3BUTTON:", > > > } > > > } > > > models LIST OF RECORD { > > > > > > models LIST OF RECORD { > > > name STRING MATCHES "[a-z0-9]*" > > > protocol STRING > > > description STRING > > > deviceFile DevicePathName > > > driver DeviceName > > > } NAMINGATTR name READONLY > > > > > > > > > > -- > > Free domains: http://www.eu.org/ or mail dns-manager@EU.org > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Who is General Failure and why is he reading my hard disk?