From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goose.mail.pas.earthlink.net ([207.217.120.18]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AKnP1-0006dc-00 for ; Fri, 14 Nov 2003 18:31:00 -0500 Received: from h-68-166-89-140.chcgilgm.covad.net ([68.166.89.140] helo=linserver.romuald.net.eu.org) by goose.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AKnOy-0001dF-00 for speakup@braille.uwo.ca; Fri, 14 Nov 2003 15:30:56 -0800 Received: (qmail 19606 invoked by uid 1023); 14 Nov 2003 23:31:01 -0000 Date: Fri, 14 Nov 2003 17:31:01 -0600 From: Gregory Nowak To: "Speakup is a screen review system for Linux." Message-ID: <20031114233101.GA19577@romuald.net.eu.org> References: <001e01c3aaed$2c174740$7f4cfea9@Kevin> <20031114231221.GA19426@romuald.net.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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:31:00 -0000 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