Hi
I was wondering if anyone could help me. I am saving a list
into a file using the file command. While the list is saved
without trouble, I cannot load it back into the system.
When I try, I get the following error message:
;;; MISHAP - msep: MISSING SEPARATOR (eg semicolon)
;;; INVOLVING: ] [
;;; FILE : /home/cad/iainm/Mphil/iain LINE NUMBER: 2
;;; DOING : loadcompiler load_rationalisation pop_setpop_compiler
I have loaded prepared files and when I save them as new files
and try loading them back into the system, I get the same message.
The major difference between the prepared files and the saved
files is that the prepared files have returns after the elements
in the list while the saved ones do not
ie, saved files are [a b c . . . z] -> var;
prepared files are
[a
b
c
..
..
..
z] -> var;
I think that this is the problem. Is there anyway to include returns
when using the file command?
Any help with my problem will be gratefully recieved. Thanks in
advance.
--
Iain McKay : <iainm@cad.strath.ac.uk>
------
*****************************************************************
***** And you, are you so forgetful of your past, *****
*** is there no echo in your soul of your poets' songs, ***
** your dreamers' dreams, your rebels' calls?" **
* ~ Emma Goldman *
*****************************************************************
|