public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: "kevin" <kjsisco@rcn.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Subject: Re: Proving myself
Date: Sat, 15 Nov 2003 00:38:58 -0500	[thread overview]
Message-ID: <001401c3ab3a$c4c789d0$7f4cfea9@Kevin> (raw)
In-Reply-To: <Pine.BSF.4.58.0311150504360.36115@server2.shellworld.net>

It is not V B.  I do not know of V B for Linux.
Kevin
email:
kjsisco@rcn.com

----- Original Message ----- 
From: "Luke Davis" <ldavis@shellworld.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, November 15, 2003 12:05 AM
Subject: Re: Proving myself


> Are you saying that it's VB?  If it's VB, what were you writing your alsa
> stuff in?
>
> On Fri, 14 Nov 2003, kevin wrote:
>
> > It is a dos-based modual.  I dare say if this were windows (xp
specificly)
> > all you would have to do is rename it "mousemodual.exe" and it would be
> > recognized  by dos.  That should give you a small step in the right
> > direction.
> > Kevin
> > email:
> > kjsisco@rcn.com
> >
> > ----- Original Message -----
> > From: "Luke Davis" <ldavis@shellworld.net>
> > To: "Speakup is a screen review system for Linux."
<speakup@braille.uwo.ca>
> > Sent: Friday, November 14, 2003 7:09 PM
> > Subject: Re: Proving myself
> >
> >
> > > Kevin
> > >
> > > What *language* is this module code in?  Unix is not a language, it is
an
> > > operating system, upon which all manner of languages can be compiled.
> > > We can't even use this code, if you don't tell us how to compile it.
> > > In order to tell us how to compile it, you will have to tell us what
> > > language it's in, or what compiler to use.
> > >
> > > Please, give us some help on making this work.
> > >
> > > A step by step of the form "first, save it as ...  Next, run the
compiler
> > > as such ...  Then move the resulting object file to ...  Then,
recompile
> > > your kernel as follows ...", or the like, would be nice.
> > >
> > >  Luke
> > >
> > >
> > > On Fri, 14 Nov 2003, kevin wrote:
> > >
> > > > First of all that file was "mousemodual"
> > > > Secondly, it refers to a unix system.  I did this to demonstrate
that I
> > know
> > > > what I am talking about.  In fact, you will notice my use of
comments in
> > the
> > > > code.
> > > > Kevin
> > > > email:
> > > > kjsisco@rcn.com
> > > >
> > > > ----- Original Message -----
> > > > From: "Luke Davis" <ldavis@shellworld.net>
> > > > To: <Speakup@braille.uwo.ca>
> > > > Sent: Friday, November 14, 2003 6:17 PM
> > > > Subject: Re: Proving myself
> > > >
> > > >
> > > > > 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?
> > > > >
> > > > > _______________________________________________
> > > > > 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
> > > >
> > >
> > > _______________________________________________
> > > 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
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>




  parent reply	other threads:[~ UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 kevin
 ` Buddy Brannan
   ` louie
     ` Luke Davis
   ` kevin
     ` Buddy Brannan
       ` kevin
 ` Alex Snow
 ` Luke Davis
   ` Gregory Nowak
     ` Luke Davis
       ` Gregory Nowak
         ` Luke Davis
           ` kevin
             ` Luke Davis
             ` Alex Snow
               ` kevin
                 ` Luke Davis
                   ` kevin
                     ` Gregory Nowak
                       ` kevin
                         ` Luke Davis
                           ` kevin
                             ` Rejean Proulx
                               ` kevin
                                 ` Chris Gilland
                                   ` kevin
                               ` Chris Gilland
                                 ` kevin
                             ` Chris Gilland
                               ` kevin
                 ` Gregory Nowak
                   ` kevin
                     ` Luke Davis
                       ` kevin
                         ` Rejean Proulx
                           ` kevin
         ` kevin
           ` Alex Snow
             ` kevin
               ` Buddy Brannan
                 ` kevin
         ` Ann Parsons
           ` kevin
             ` Ann Parsons
               ` Joseph C. Lininger
         ` Ameer Armaly
       ` kevin
         ` Luke Davis
           ` kevin
             ` Luke Davis
               ` Shaun Oliver
                 ` Dj Statik
                   ` Jes and guide dog Harley
                   ` kevin
                 ` kevin
               ` kevin [this message]
                 ` Luke Davis
                   ` kevin
     ` kevin
     ` Alex Snow
     ` Ann Parsons
       ` kevin
         ` Shaun Oliver
           ` kevin
   ` Ann Parsons
     ` Kenny Hitt
     ` Krister Ekstrom
       ` Jes and guide dog Harley
         ` kevin
           ` Jes and guide dog Harley
             ` kevin
     ` Ameer Armaly
       ` Chris Gilland
         ` Alex Snow
           ` Chris Gilland
     [not found]   ` <16309.31228.364473.91406%akp@eznet.net>
     ` Sina Bahram
 Proving Myself igueths
 ` Jes and guide dog Harley
   ` Alex Snow
     ` Chris Gilland
       ` kevin
         ` Chris Gilland
           ` kevin
   ` kevin
     ` Chris Gilland
       ` kevin
         ` Chris Gilland
           ` kevin
             ` Chris Gilland
     ` Buddy Brannan
       ` kevin
       ` Chris Gilland
         ` Buddy Brannan
           ` Chris Gilland
             ` Buddy Brannan
               ` Chris Gilland
               ` kevin
           ` kevin
             ` Buddy Brannan
               ` kevin
                 ` Buddy Brannan
                   ` kevin
             ` Chris Gilland
         ` kevin
     ` Alex Snow
       ` kevin
   ` Chris Gilland
     ` kevin
       ` Chris Gilland
         ` kevin
       ` Chris Gilland
 ` Alex Snow
   ` Geoff Shang
 ` kevin
   ` Ameer Armaly
 ` Chris Gilland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001401c3ab3a$c4c789d0$7f4cfea9@Kevin' \
    --to=kjsisco@rcn.com \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).