| To: | scsh-news@martigny.ai.mit.edu |
|---|---|
| Subject: | Write a list on a file |
| From: | "edesigau@clio.unice.fr" <edesigau@clio.unice.fr> |
| Date: | Tue, 13 May 1997 19:46:58 +0100 |
| Organization: | edesigau@clio.unice.fr |
hi all, i have a little probleme : i want to write a list on a file but
that's don't work. I can read a file but not write on this :
This is a copy of my transcript
20> (define tutu (open-output-file "/u/deugmi2/edesigau/bot/user2"))
20> tutu
'#{Extensible-output-port}
20> (list? users)
#t
20> users
'("edesigau@*.unice.fr")
20> (write users tutu)
#f
and the file is empty ...
So if you can help me .. thanx a lot
Man
edesigau@clio.unice.fr, manou@teleriviera.fr
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Scsh (a Unix Scheme shell) FAQ, Michel Schinz |
|---|---|
| Next by Date: | Write a list on a file, Jin S. Choi |
| Previous by Thread: | Scsh (a Unix Scheme shell) FAQ, Michel Schinz |
| Next by Thread: | Write a list on a file, Jin S. Choi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |