Dominik Vogt <[EMAIL PROTECTED]> writes:
 
>> ,---- fvwm.scm
>> | #!/usr/local/bin/gosh
>> | 
>> | (define (main args)
>> |   (let ((ostream (open-output-fd-port
>> |                   (string->number (list-ref args 1)))))
>> |     (display "None" ostream)
>> |     (display 4 ostream)
>> |     (display "Beep" ostream)
>> |     (display 0 ostream)))
>> `----
>> 
>> The error i get is:
>> 
>> [FVWM][HandleModuleInput]: <<ERROR>> Module(3) command is too big
>> (875573296), limit is 1000
>> 
>> I'm sure it something totally stupid, so please help me...
>
> Try adding a newline at the end of the fvwm command.

My problem was that i didn't of used long unsigned integers but just
normal numbers... :)

So i get a beep now and will try to implement input functions!

Thanks for your ideas neverless...

Mario

-- 
A crash reduces
your expensive computer
to a simple stone.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to