To get all the current names, use (symbol-table) in scheme, or s7_symbol_table and s7_for_each_symbol in C. I can send you the output of
(format #f "~W" (symbol-table)) It's too long to include here (4266 names, 57k bytes). I guess you already know this, but snd-completion.c and snd-help.c have the code that traverses the symbol-table to get completions and help. (I'm a bit annoyed at that conjure/neovim guy -- I've been writing code since 1969 -- probably before he was born, and in languages he's never heard of). _______________________________________________ Cmdist mailing list [email protected] https://cm-mail.stanford.edu/mailman/listinfo/cmdist
