Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: kill % fails?
- X-seq: zsh-users 27380
- From: Dominik Vogt <dominik.vogt@xxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: kill % fails?
- Date: Sun, 28 Nov 2021 10:49:50 +0100
- Archived-at: <https://zsh.org/users/27380>
- In-reply-to: <CAH+w=7Yc_BXB+kUV=CmWOXY1H3YaK9JpRPOzX8jMJbpnO_WtOA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxx>
- References: <YaElhducf14tgEIU@gmx.de> <CAH+w=7YP-w4-9VDhTajLjXF8pot6xFuSLQzj4mKcV3pd0QfdMQ@mail.gmail.com> <YaLcDXizEedUq5Pr@gmx.de> <CAH+w=7Yc_BXB+kUV=CmWOXY1H3YaK9JpRPOzX8jMJbpnO_WtOA@mail.gmail.com>
- Reply-to: dominik.vogt@xxxxxx
On Sat, Nov 27, 2021 at 06:15:32PM -0800, Bart Schaefer wrote:
> On Sat, Nov 27, 2021 at 5:32 PM Dominik Vogt <dominik.vogt@xxxxxx> wrote:
> No ... the "for" loop and each of the foreground commands also have
> job table entries, to permit ^Z/bg/fg management. That's why you get
> a full job table after 998 background jobs instead of 1000.
>
> > Is there a way to print the command that could not be
> > added?
>
> Run with xtrace enabled?
It prints the whole block inside the loop, but nevermind, I just
wanted to rule out that the window manager has any part in that.
> For what it's worth, if you "setopt notify" (or rather, avoid "setopt
> nonotify" which you must be getting from "sh" emulation?)
For whatever reason, there was "unsetopt notify" in zshrc.
> you won't fill the job table.
Yup, thanks, that helps.
Ciao
Dominik ^_^ ^_^
--
Dominik Vogt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author