Subject: Re: rl_catch_signals and readline
To: Christos Zoulas <christos@tac.gw.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 04/28/2005 20:37:14
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...

Cheers,

Patrick