zsh-users
 help / color / mirror / code / Atom feed
* Shipping autocomplete file upstream for KDE Connect?
@ 2019-03-25 18:57 Matthijs Tijink
  2019-03-26  4:22 ` Eric Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Matthijs Tijink @ 2019-03-25 18:57 UTC (permalink / raw)
  To: zsh-users

Dear all,

We at KDE Connect are in the process of improving our zsh autocomplete file, 
and were thinking it might be easier to ship the file ourselves.

However, I initially submitted an autocomplete file to zsh some months ago, 
and that's already released. So, I've got a few questions and hope you can 
answer them:

What's your preferred way of shipping autocomplete files? With zsh or with the 
program itself? In case it's with the program itself, how should we proceed 
with adding/removing the completion file?

Thanks in advance!

Kind regards, Matthijs Tijink

PS: I'm not subscribe to the mailing list, so please keep me on CC.



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

* Re: Shipping autocomplete file upstream for KDE Connect?
  2019-03-25 18:57 Shipping autocomplete file upstream for KDE Connect? Matthijs Tijink
@ 2019-03-26  4:22 ` Eric Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Cook @ 2019-03-26  4:22 UTC (permalink / raw)
  To: zsh-users

On 3/25/19 2:57 PM, Matthijs Tijink wrote:

> What's your preferred way of shipping autocomplete files? With zsh or with the
> program itself? In case it's with the program itself, how should we proceed
> with adding/removing the completion file?
>

If the program in question changes more frequently than zsh releases new versions,
about once an year at its current pace or the community of the program is more
familiar with its development process than zsh's; it would most likely be better served
releasing it with the program itself. Dropping the completer somewhere in $fpath,
site-functions or in the world of debian, vendor-functions.

As far as removing the completer from zsh, just a patch deleting the file should do.
that being said, if you were to ship a completer in $fpath's site-functions or
vendor-functions it would most likely have higher precedence than the one ship with
zsh and just work.

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

end of thread, other threads:[~2019-03-26  4:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25 18:57 Shipping autocomplete file upstream for KDE Connect? Matthijs Tijink
2019-03-26  4:22 ` Eric Cook

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).