From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shellworld.net ([209.61.182.169] helo=server2.shellworld.net ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AKnCL-0006UF-00 for ; Fri, 14 Nov 2003 18:17:53 -0500 Received: from server2.shellworld.net (ldavis@localhost [127.0.0.1]) by server2.shellworld.net (8.12.10/8.12.8) with ESMTP id hAENHosJ038528 for ; Fri, 14 Nov 2003 23:17:50 GMT (envelope-from ldavis@shellworld.net) Received: from localhost (ldavis@localhost) by server2.shellworld.net (8.12.10/8.12.8/Submit) with ESMTP id hAENHoTi038525 for ; Fri, 14 Nov 2003 23:17:50 GMT X-Authentication-Warning: server2.shellworld.net: ldavis owned process doing -bs Date: Fri, 14 Nov 2003 23:17:50 +0000 (GMT) From: Luke Davis To: Speakup@braille.uwo.ca In-Reply-To: <20031114231221.GA19426@romuald.net.eu.org> Message-ID: References: <001e01c3aaed$2c174740$7f4cfea9@Kevin> <20031114231221.GA19426@romuald.net.eu.org> Organization: "Tacticus Communications, Inc." MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: 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: Fri, 14 Nov 2003 23:17:53 -0000 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 On Fri, 14 Nov 2003, Gregory Nowak wrote: > I didn't even detach it, but it looked like a binary file to me from > the attachment description. > > If that's what it is, then I'm wondering if somebody has the guts to > run it (assuming that is possible), and report to us on what it does? > > Greg > > > On Fri, Nov 14, 2003 at 11:08:09PM +0000, Luke Davis wrote: > > Okay, perhaps I am going to look like a fool for asking, but what language > > is this thing in?