zsh-workers
 help / color / mirror / code / Atom feed
* exposing completions data to user
@ 2016-10-18  0:06 Ben Veal
  2016-10-18 14:50 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Veal @ 2016-10-18  0:06 UTC (permalink / raw)
  To: zsh-workers

Hi,
   I want to write a zaw plugin
   (https://github.com/zsh-users/zaw) for
   performing completions, matching on both
   completions and descriptions. 

   To do this I need access to the list of possible
   completions and their descriptions.
   As far as I can determine, this information is not
   normally available, and so I need to write a module
   which exposes this data.
   
   I had a look at the complist module code, and it
   seems that information is passed into domenuselect
   in a pointer to a chdata structure. However, when I
   tried stepping through the code with gdb, I
   couldn't find the completions data.
   Can anyone help?

Ben


-- 
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-13  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18  0:06 exposing completions data to user Ben Veal
2016-10-18 14:50 ` Bart Schaefer
2016-10-25  4:16   ` Ben Veal
2016-11-13  8:00     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).