In svn, what fields are currently supposed to be tab-completed? After hitting ''m'' to compose a message, tab completions don''t work in the to: prompt. After glancing at the code, it seemed that their is completion code for that. Is it possible I''m missing something from my configs? -- Ian Taylor, Technical Assistant Computer Science Computer Engineering http://www.csce.uark.edu itaylor at uark.edu University of Arkansas
Excerpts from Ian Taylor''s message of Wed Sep 12 23:15:04 -0700 2007:> In svn, what fields are currently supposed to be tab-completed? After > hitting ''m'' to compose a message, tab completions don''t work in the > to: prompt. After glancing at the code, it seemed that their is > completion code for that.The "To:" prompt is tab-completed. It only completes the addresses you''ve given aliases to (your "contact list"). Is it possible that set is empty? You can view your contact list in ~/.sup/contacts.txt. -- William <wmorgan-sup at masanjin.net>
Excerpts from William Morgan''s message of Thu Sep 13 18:40:20 -0700 2007:> The "To:" prompt is tab-completed. It only completes the addresses > you''ve given aliases to (your "contact list"). Is it possible that set > is empty? You can view your contact list in ~/.sup/contacts.txt.I''ve just committed a change that also loads in the email addresses of the 10 most recent correspondents for tab completion, so you should get something now even with an empty contact list. -- William <wmorgan-sup at masanjin.net>