Subject: Re: rl_catch_signals and readline
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@tac.gw.com>
List: current-users
Date: 04/28/2005 15:58:37
In article <20050428193714.GD16676@quartz.newn.cam.ac.uk>,
Patrick Welche  <prlw1@newn.cam.ac.uk> wrote:
>On Thu, Apr 28, 2005 at 03:16:43PM -0400, Christos Zoulas wrote:
>> In article <20050428184753.GC16676@quartz.newn.cam.ac.uk>,
>> Patrick Welche  <prlw1@newn.cam.ac.uk> wrote:
>> >libedit/readline.c declares "int rl_catch_signals = 1;". Should
>> >libedit/readline/readline.h have a corresponding
>> >"extern int rl_catch_signals;"  ?
>> >
>> 
>> Sure, if it is part of the API...
>
>I just know that python's configure.in tests for it ;-)
>
>Another thing it tests for is rl_completion_matches, yet
>
>% nm -g /usr/lib/libedit.a | grep match
>000021b4 T completion_matches
>0000009c D rl_completion_display_matches_hook
>000022f8 T rl_display_match_list
>
>that "completion_matches" looks rather similar...

I don't know. If you get it working, please send patches :-)

christos