Hi,
$mv ~/.guile ~/guile# rename the setup file so it gets ignored.
$guile
guile> (set! 'a 5)
Backtrace:
In standard input:
1: 0* Segmentation fault
$guile
guile> (define a 7)
guile> (set! 'a 5)
Backtrace:
In standard input:
2: 0* Segmentation fault
Regards,
Jon
Jon Wilson <[EMAIL PROTECTED]> writes:
> Hi,
> $mv ~/.guile ~/guile# rename the setup file so it gets ignored.
> $guile
> guile> (set! 'a 5)
>
> Backtrace:
> In standard input:
>1: 0* Segmentation fault
>
>
> $guile
> guile> (define a 7)
> guile> (set! 'a 5)
>
> Backtrace:
> In standard in
Ludovic wrote:
Then I guess MacOS X users had better install the "real" GNU Readline.
Alternatively, we could detect whether `rl_pending_input' is available
at configure-time, and `#ifdef' the offending line of code. However, I
don't know what impact it would have, and that would really be a