[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: readline eats previous text on line
From: |
Kevin Ryde |
Subject: |
Re: readline eats previous text on line |
Date: |
Tue, 03 Oct 2006 10:52:38 +1000 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
I wrote:
>
> ... some words for the manual.
What else should be described?
Extra options to `readline' for the input/output ports, or is that
only meant for the %readline level and only set-readline-input-port!
for the high level?
(readline-port) create/return the readline port?
Is it possible to set the history file to use? An application will
want its own, not .guile_history.
Is there any reason not to export add-history and friends?
Writing a completion function came up here a while ago didn't it?
What was the theory on hooking something new in?