|
From: Christian S. <chr...@ep...> - 2004-06-01 00:46:27
|
Es geschah am Samstag, 29. Mai 2004 19:31 als Mark Knecht schrieb: > It would be nice IMO if instead of getting an error message concerning a > syntax problem if LS would return the command it didn't like. When I write > a script it's difficult to figure out which command is failing. > > Maybe this could be an option we tell it to use: > > SET VERBOSE_FEEDBACK Agreed, applied as "SET ECHO <bool>" (4.5.3) to enable / disable echo mode,= =20 which causes all commands immediately to be send back to the client: =A0=A0=A0=A0=A0=A0=A0=A0http://www.linuxsampler.org/api/draft-linuxsampler-= protocol-07.pdf =A0=A0=A0=A0=A0=A0=A0=A0http://www.linuxsampler.org/api/draft-linuxsampler-= protocol-07.sxw But beside that the syntax error should also return a more meaningful error= =20 message of course. CU Christian |