I suspect J engine does not know the image address of libreadline that jconsole had loaded without some hacking. Whether 15!:0 will load the shared object into a different address or use the same image address, I don't know.
Or was libreadline static linked? On 17.05.2014, at 1:00, Raul Miller <[email protected]> wrote: > It might also be possible to do using 15!: and libreadline c api? > > I am not sure, I've not tried that so do not know what obstacles you would > encounter? > > Thanks, > > -- > Raul > > > On Fri, May 16, 2014 at 10:26 AM, bill lam <[email protected]> wrote: > >> Almost all sm cmd had been removed because qtide is now written in c++. >> Hotkey binding are also hardcoded using c++ IIRC. Therefore I suspect name >> completion is doable but it needs to be done by working on qtide c++ >> source. >> On May 16, 2014 9:29 PM, "Andrew Nikitin" <[email protected]> wrote: >> >>> In J602 wd environment I use name completion a lot ( >>> http://www.jsoftware.com/jwiki/AndrewNikitin/namecomplete ) and got used >>> to it quite a bit. >>> >>> It uses sm* family of verbs to extract partial name to the left of the >>> cursor, look up matching names in current and path locales and complete >> it. >>> This all is bound to hotkey. >>> >>> As I am trying to transition myself to newer version, I wonder if similar >>> trick is possible in J8* console? >>> Is there a hotkey bounding? >>> ---------------------------------------------------------------------- >>> For information about J forums see http://www.jsoftware.com/forums.htm >>> >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
