Re: bash 5.0.11 – Output not redirected

2020-02-27 Thread Andreas Kusalananda Kähäri
On Thu, Feb 27, 2020 at 09:39:35AM +0200, Ricky Tigg wrote: > Hey. Goal: scheduling tasks along with visual output in terminal. I > concieved it could be achieved under Linux. I had defined a use-case for > that purpose.. > > $ at -q c now + 1 minute > warning: commands will be executed using /bin

Re: bash 5.0.11 – Output not redirected

2020-02-27 Thread Ricky Tigg
there is no track of comments here. See I Andreas Kusalananda K comment. Not award of all previous comments. Otherwise X was not used; Wayland was used. Anyway current bug list not appropriate to track software issues.

Re: bash 5.0.11 – Output not redirected

2020-02-27 Thread Greg Wooledge
On Thu, Feb 27, 2020 at 09:39:35AM +0200, Ricky Tigg wrote: > Hey. Goal: scheduling tasks along with visual output in terminal. I > concieved it could be achieved under Linux. I had defined a use-case for > that purpose.. > > $ at -q c now + 1 minute > warning: commands will be executed using /bin

Bug: bind -u shell-backward-word does not unbind the binding

2020-02-27 Thread lockywolf
--text follows this line-- Machine: x86_64 OS: linux-gnu Compiler: gcc Description: It is possible to bind shell-backward-word, but not possible to unbind. Bash Version: 5.0 Patch Level: 16 Release Status: release Repeat-By: 1) bind '"\e\C-b": shell-backward-word' # make bindin

Re: Bug: bind -u shell-backward-word does not unbind the binding

2020-02-27 Thread Chet Ramey
On 2/27/20 8:40 AM, lockyw...@gmail.com wrote: > --text follows this line-- > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Description: > It is possible to bind shell-backward-word, but not possible to unbind. > > Bash Version: 5.0 > Patch Level: 16 > Release Status: release > > Rep