guile-devel
[Top][All Lists]
Advanced

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

What's wrong with this?


From: Bruce Korb
Subject: What's wrong with this?
Date: Mon, 02 Jan 2012 20:08:21 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0


My "(get ...)" function always returns a string.
This result was assigned to "tmp-text" and the
"(string-upcase ...)" is complaining that the input is
read only.  Well, it isn't, so the real complaint
is being hidden by the "string is read-only" message.

It worked until I "upgraded" to openSuSE 12.1.

$ guile --version
guile (GNU Guile) 2.0.2
.....

What is really wrong, please?

ERROR: In procedure string-upcase:
ERROR: string is read-only: ""
Scheme evaluation error.  AutoGen ABEND-ing in template
        confmacs.tlib on line 209
Failing Guile command:  = = = = =

(set! tmp-text (get "act-text"))
       (set! TMP-text (string-upcase tmp-text))
       (string-append
         (if (exist? "no") "no-" "yes-")
         (get "act-type"))



reply via email to

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