The trailing space is a compiled-in feature of the readline library. It's annoying. Some python folks found a solution <https://github.com/ContinuumIO/anaconda-issues/issues/42> by recompiling readline from source after changing the default "rl_completion_append_character" from ' ' (space) to '\0' (null).
I tried doing this on OSX 10.11.1 but got stuck. It appeared to install correctly but the behavior in jconsole stayed the same. On Mon, Nov 2, 2015 at 6:41 AM, Joe Bogner <joebog...@gmail.com> wrote: > for #3 - I cobbled together a way to do this in JHS > > http://www.jsoftware.com/pipermail/programming/2014-May/037244.html > > Here's a gist of the code (since lines get wrapped in email) > > https://gist.github.com/joebo/612de85bd0718601b98a > > tested on Windows Chrome > > > On Mon, Nov 2, 2015 at 3:10 AM, Ryan Eckbo <ec...@cim.mcgill.ca> wrote: > > I have 3 questions on auto completion: > > > > 1. In jconsole you can tab complete file paths, e.g. > > > > dir'./soft<tab>ware ' NB. 'soft' completes to 'software ' > > > > However, it ends with a trailing space, which means I'm hitting backspace > > after every > > tab complete. Is there a way to configure J to not add this trailing > space? > > > > 2. How do you complete paths in jqt? > > > > 3. Can you configure J to tab complete noun and verb names (user defined > or > > those in the standard library)? > > > > Thanks in advance for any help, > > Ryan > > ---------------------------------------------------------------------- > > 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