Re: problem with srfi-1 when loading from the command line

2005-05-24 Thread Neil Jerram
Marius Vollmer wrote: I agree that this is not really wanted. So I vote for removing the last line of the code snippet above. The (guile) module is used anyway in every module. Ok? OK with me. Neil ___ Guile-user mailing list Guile-user

Re: problem with srfi-1 when loading from the command line

2005-05-24 Thread Marius Vollmer
Rick Taube <[EMAIL PROTECTED]> writes: > Im having a problem getting the srfi-1 definition of list-index (which > is defined in both guile and srfi-1) to stay in effect when I load my > system from the command line using the -l option. im not sure what is > going wrong. That is actually a 'featu

Re: problem with srfi-1 when loading from the command line

2005-04-17 Thread Mike Gran
Rick- Tried it out. I agree that it doesn't work, just as you described. I was able to verify that the problem isn't in the order that things are being defined. The normal "list-index" gets defined first and then the srfi-1 "list-index" gets defined later. Once the guile prompt comes up, "li

Re: problem with srfi-1 when loading from the command line

2005-04-16 Thread Steve Juranich
On 4/16/05, Rick Taube <[EMAIL PROTECTED]> wrote: > Im having a problem getting the srfi-1 definition of list-index (which > is defined in both guile and srfi-1) to stay in effect when I load my > system from the command line using the -l option. im not sure what is > going wrong. This is kind of

problem with srfi-1 when loading from the command line

2005-04-16 Thread Rick Taube
Im having a problem getting the srfi-1 definition of list-index (which is defined in both guile and srfi-1) to stay in effect when I load my system from the command line using the -l option. im not sure what is going wrong. I load my program by loading a file called cm.scm, which in turn loads