daily CVS update output

2022-10-12 Thread NetBSD source update
Updating src tree: P src/doc/3RDPARTY P src/external/bsd/blocklist/bin/blocklistd.c P src/external/bsd/blocklist/libexec/blocklistd-helper P src/sys/arch/powerpc/powerpc/ofw_machdep.c P src/sys/arch/riscv/conf/GENERIC P src/sys/arch/riscv/include/param.h P src/sys/arch/riscv/include/reg.h P

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread RVP
On Wed, 12 Oct 2022, Thomas Klausner wrote: bin/57053: continuation problem in shell pipelines FYI: Just tried on FreeBSD 13.1, and zsh-5.9 is broken there too. -RVP

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Thomas Klausner
On Wed, Oct 12, 2022 at 10:58:56AM +, RVP wrote: > File a PR. This is now bin/57053: continuation problem in shell pipelines Thanks, Thomas

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Chavdar Ivanov
On 12 October 2022 12:29:34 (+01:00), Robert Elz wrote: > Date: Wed, 12 Oct 2022 11:12:31 + > From: Chavdar Ivanov > Message-ID: <1665573114107.3142740811.698765...@gmail.com> > > > | Funny enough, even under zsh, the following works just fine: > | > | dir() { (/bin/ls -al "$@" | less;)

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Robert Elz
Date:Wed, 12 Oct 2022 11:12:31 + From:Chavdar Ivanov Message-ID: <1665573114107.3142740811.698765...@gmail.com> | Funny enough, even under zsh, the following works just fine: | | dir() { (/bin/ls -al "$@" | less;) } That's an entirely different thing,

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Chavdar Ivanov
On 12 October 2022 12:08:26 (+01:00), Robert Elz wrote: > Date: Wed, 12 Oct 2022 12:13:05 +0200 > From: Thomas Klausner > Message-ID: > > | dir() { ls -al "$@" | less; } > | > | On -current (9.99.100 kernel from Oct 9, Userland from Sep 21, zsh > | from May), when I CTRL-Z the less(1) and

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Robert Elz
Date:Wed, 12 Oct 2022 12:13:05 +0200 From:Thomas Klausner Message-ID: | dir() { ls -al "$@" | less; } | | On -current (9.99.100 kernel from Oct 9, Userland from Sep 21, zsh | from May), when I CTRL-Z the less(1) and then want to go back in, it | doesn't

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread RVP
On Wed, 12 Oct 2022, Thomas Klausner wrote: I've been using the following shell function for ages: dir() { ls -al "$@" | less; } On -current (9.99.100 kernel from Oct 9, Userland from Sep 21, zsh from May), when I CTRL-Z the less(1) and then want to go back in, it doesn't work and I see the

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Chavdar Ivanov
On 12 October 2022 11:36:04 (+01:00), Chavdar Ivanov wrote: > > > On 12 October 2022 11:13:05 (+01:00), Thomas Klausner wrote: > > > Hi! > > > > I've been using the following shell function for ages: > > > > dir() { ls -al "$@" | less; } > > > > On -current (9.99.100 kernel from Oct 9,

Re: weird less(1) CTRL-Z behaviour

2022-10-12 Thread Chavdar Ivanov
On 12 October 2022 11:13:05 (+01:00), Thomas Klausner wrote: > Hi! > > I've been using the following shell function for ages: > > dir() { ls -al "$@" | less; } > > On -current (9.99.100 kernel from Oct 9, Userland from Sep 21, zsh > from May), when I CTRL-Z the less(1) and then want to go back

weird less(1) CTRL-Z behaviour

2022-10-12 Thread Thomas Klausner
Hi! I've been using the following shell function for ages: dir() { ls -al "$@" | less; } On -current (9.99.100 kernel from Oct 9, Userland from Sep 21, zsh from May), when I CTRL-Z the less(1) and then want to go back in, it doesn't work and I see the following: > dir zsh: done ls -al