lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange Scheme problem


From: Menu Jacques
Subject: Re: Strange Scheme problem
Date: Wed, 18 Nov 2015 10:17:15 +0100

Hello David,

I just copied/pasted that without analysis, as it happens. My 1€!

JM

> Le 18 nov. 2015 à 10:11, David Kastrup <address@hidden> a écrit :
> 
> Menu Jacques <address@hidden> writes:
> 
>> Hi Andrew,
>> 
>> The definitions I use actually is:
>> 
>> #(define comml           (object->string (command-line)))
>> #(define loc             (+ (string-rindex comml #\space ) 2))
>> #(define commllen        (- (string-length comml) 2))
>> #(define filen           (substring comml loc commllen))
>> #(define siz             (object->string (stat:size (stat filen))))
>> 
>> Need to analyze what happens in detail to loc and commllen when there
>> are spaces in the directory name.
> 
> (command-line) returns the command line as a list of separate arguments
> (including the file name).  You mash this into a single line and strip
> it into parts again by spaces to figure out the file name.
> 
> Why?
> 
> -- 
> David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]