zsh-workers
 help / color / mirror / code / Atom feed
* find -exec + <TAB> doesn't work
@ 2023-10-19  3:30 ` AsukaMinato
  2023-10-19  8:25   ` Axel Beckert
  0 siblings, 1 reply; 3+ messages in thread
From: AsukaMinato @ 2023-10-19  3:30 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

this works


```sh

find.  -maxdepth 1 -exec file {}\;  <TAB >

```

but this does not


```sh
find.  -maxdepth 1 -exec file {} +<TAB > ``` I checked the _find file ```sh
  '*-exec:program: _command_names -e:*\;::program arguments: _normal'  \
```

problem is here.

[-- Attachment #2: Type: text/html, Size: 1202 bytes --]

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

* sorry, my debian machine's completion file is old
@ 2023-10-19  3:37 AsukaMinato
  2023-10-19  3:30 ` find -exec + <TAB> doesn't work AsukaMinato
  0 siblings, 1 reply; 3+ messages in thread
From: AsukaMinato @ 2023-10-19  3:37 UTC (permalink / raw)
  To: zsh-workers

I found the lastest change fix this:

https://sourceforge.net/p/zsh/code/ci/a54d70457934662318feac9fcc750d2691250f33/

Sorry for disturbing.

---

but my zsh --version is 5.9.


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

* Re: find -exec + <TAB> doesn't work
  2023-10-19  3:30 ` find -exec + <TAB> doesn't work AsukaMinato
@ 2023-10-19  8:25   ` Axel Beckert
  0 siblings, 0 replies; 3+ messages in thread
From: Axel Beckert @ 2023-10-19  8:25 UTC (permalink / raw)
  To: AsukaMinato; +Cc: zsh-workers

Hi,

On Thu, Oct 19, 2023 at 12:30:17PM +0900, AsukaMinato wrote:
> find.  -maxdepth 1 -exec file {} +<TAB > ``` I checked the _find file ```sh
>   '*-exec:program: _command_names -e:*\;::program arguments: _normal'  \
> 
> problem is here.

On Thu, Oct 19, 2023 at 12:37:20PM +0900, AsukaMinato wrote:
> I found the lastest change fix this:
> 
> https://sourceforge.net/p/zsh/code/ci/a54d70457934662318feac9fcc750d2691250f33/
> 
> Sorry for disturbing.
[…]
> but my zsh --version is 5.9.

Debian tracks zsh releases (and under some circumstances also test
releases). But there is not yet a new zsh release since 5.9.

Do you think we should cherry-pick this commit in Debian? (Won't fix
anything in Debian 12, but only Unstable and Testing for now. I though
hope we have a new zsh release in time for Debian 13, whose freeze
will probably start in about a year.)

  Kind regards, Axel (with his Debian zsh package maintainer hat on)
-- 
PGP: 2FF9CD59612616B5      /~\  Plain Text Ribbon Campaign, http://arc.pasp.de/
Mail: abe@deuxchevaux.org  \ /  Say No to HTML in E-Mail and Usenet
Mail+Jabber: abe@noone.org  X
https://axel.beckert.ch/   / \  I love long mails: https://email.is-not-s.ms/


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

end of thread, other threads:[~2023-10-19  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19  3:37 sorry, my debian machine's completion file is old AsukaMinato
2023-10-19  3:30 ` find -exec + <TAB> doesn't work AsukaMinato
2023-10-19  8:25   ` Axel Beckert

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