Installing problem

2006-10-05 Thread hb
Hi I want to installGuile on SGI-irix6.5. Firstly, I should install "readline" package on it. After using "./configure" command (there is no problem), I use "make". Then the computer screen show: "cc ERROR: file does not exist: readline.c". However, I found that the readline.c file does exist.I

Re: Installing problem

2006-10-05 Thread Jon Wilson
Hi HB, Really this is a question for a readline mailing list, group, or forum. In the future, please don't cross-post like this. But since you've sent your message here already, could you send a more complete transcript of the output from configure and especially from make? Also, please

Guile Interpreter as a Standalone Server

2006-10-05 Thread Volkan YAZICI
Hi, I need such a feature: /* * If there's an already running guile process in the background, * return it, otherwise create a new one and return new process. */ interp = guile_interp(...); With such a functionality, it'd be possible to - Parse execute faster. (We won't need to

Re: readline eats previous text on line

2006-10-05 Thread Neil Jerram
Kevin Ryde [EMAIL PROTECTED] writes: This is what I ended up checking-in. This all looks great to me; sorry for not commenting earlier! Regards, Neil ___ Guile-user mailing list Guile-user@gnu.org

Re: readline eats previous text on line

2006-10-05 Thread Kevin Ryde
Neil Jerram [EMAIL PROTECTED] writes: Good point. I believe Jon's going to raise this (inability to do readline starting from the column after the prompt) with the readline people. I see there's an rl_already_prompted, though you still have to tell it the prompt string to make redisplay