From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer To: ~kyleam/public-inbox@lists.sr.ht Subject: [annexview] When testing, use default completion Date: Tue, 15 Jan 2019 01:07:12 -0500 Message-ID: <87h8eatpwv.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain For anyone giving annexview a try, note that it relies on a custom completion function so that it can say "oh, you've entered 'field0='; here are all of the known values for field0". This function doesn't play well with Helm, and I'm guessing the same is true for other completion frameworks like Ivy, so you'll likely have to disable your favorite non-default completion package in order to see any useful results from commands that use annexview-completing-read. For the most popular completion packages, annexview should eventually use whatever mechanism each one provides to say "drop into the default completion for these functions". -- Kyle