* epc implementation in c
@ 2020-08-30 23:28 otadmor
0 siblings, 0 replies; only message in thread
From: otadmor @ 2020-08-30 23:28 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
I would like to integrate readline with my completion-epc package (using
rl_completion_display_matches_hook).
This hook is a callback which is called when libreadline wants to show
completions.
I have previously integrated completion-epc with python-epc, and it allowed
me to integrate with some python-based programs (gdb, python, frida), and
provide context aware completions where not provided by emacs.
There are many programs using native readline (bash for example), and my
general idea is to replace the libreadline in my system with a new one I
will compile with the completion-epc support.
I have two options:
1) link libreadline with python and run the python interpreter with the
python-epc module inside libreadline. I believe this to be a waste.
2) link libreadline with the epc implementation in c and write the
completion-epc-client natively.
I prefer the second option, and would like to know if there is an epc
implementation in c.
I can explain some more on this completion-epc architecture if someone is
interested.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-30 23:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 23:28 epc implementation in c otadmor
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 read-only IMAP folder(s) and NNTP newsgroup(s).