gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: [Gcl-devel] readline support


From: Camm Maguire
Subject: Re: [Axiom-developer] Re: [Gcl-devel] readline support
Date: Mon, 05 Jan 2004 11:36:11 -0500
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigory ōmae) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)

Greetings!

=============================================================================
Do you call an internal "completion" function?
If so, what parameters does it take?

t
=============================================================================


Effectively, the call-back gets a char * pointer to the word of text
being entered, and a 'state' integer indicating whether the call-back
has been called with this pointer before (and if so how many times).
The user supplied 'generator' routine is supposed to return the next
partially matching word of acceptable input, and NULL in the case of
no remaining matches.  We may be able to alternately configure things
to give the call-back the whole line of text, together with start and
end integers bounding the current word.

Can axiom function names be easily mapped onto the set of symbols in
some package(s)?

Take care,

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]