(unknown charset) Re: FVWM: Module(3) command is too big

From: (unknown charset) Mikhael Goikhman <migo_at_homemail.com>
Date: Sun, 1 Aug 2004 22:39:06 +0000

On 02 Aug 2004 00:06:52 +0200, Mario Domgörgen wrote:
>
> I'm writing a simple module in scheme, just to play a little bit with
> fvwm, but i got into serious problems. The Module should just beep. I
> think it's sho short and so understandable for even non schemers that i
> can post it.
>
> ,---- 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...

I suppose you want to run a script, not a module (that is not possible in
scheme as of now). In this case you should call it like "Exec script.scm"
and not "Module script.scm".

Regards,
Mikhael.
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Aug 01 2004 - 17:41:51 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:57 BST