Re: tab completion is sluggish

2022-11-27 Thread email . lists81
This is what my ~/.inputrc looks like $include /etc/inputrc $if mode=emacs "\C-xc": copy-region-as-kill "\C-xx": kill-region "\C-ii": kill-whole-line and there's the Tab. Thank you very much, commenting that line out fixed the problem! And thank

Re: tab completion is sluggish

2022-11-27 Thread tomas
On Sun, Nov 27, 2022 at 09:33:26AM -0600, David Wright wrote: [...] > > $include /etc/inputrc > > > > $if mode=emacs > > "\C-xc": copy-region-as-kill > > "\C-xx": kill-region > > "\C-ii": kill-whole-line > > and there's the Tab. > > > "\M-f": vi

Re: tab completion is sluggish

2022-11-27 Thread tomas
On Sun, Nov 27, 2022 at 08:57:23AM -0500, Greg Wooledge wrote: > On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote: > > On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote: > > > > [...] > > > > > select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0 > >

Re: tab completion is sluggish

2022-11-27 Thread David Wright
On Sun 27 Nov 2022 at 16:14:34 (+0100), email.list...@gmail.com wrote: > On 2022-11-27 14:57, Greg Wooledge wrote: > > On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote: > > > On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote: > > > > > > [...] > > > > > > > s

Re: tab completion is sluggish

2022-11-27 Thread email . lists81
On 2022-11-27 14:57, Greg Wooledge wrote: On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote: On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote: [...] select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0 ^ This (nearly ;-) answers my qu

Re: tab completion is sluggish

2022-11-27 Thread Greg Wooledge
On Sun, Nov 27, 2022 at 08:16:23AM +0100, to...@tuxteam.de wrote: > On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote: > > [...] > > > select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0 > ^ > > This (nearly ;-) answers my question: it is waiting for half

Re: tab completion is sluggish

2022-11-26 Thread tomas
On Sat, Nov 26, 2022 at 11:00:07PM +0100, email.list...@gmail.com wrote: [...] > select(1, [0], NULL, [0], {tv_sec=0, tv_usec=50}) = 0 ^ This (nearly ;-) answers my question: it is waiting for half-a-second on stdin, i.e. on you. You can probably speed things up by quickly hitt

Re: tab completion is sluggish

2022-11-26 Thread email . lists81
On 2022-11-27 00:07, David Wright wrote: On Sat 26 Nov 2022 at 23:00:07 (+0100), email.list...@gmail.com wrote: On 2022-11-26 19:58, to...@tuxteam.de wrote: On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote: On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: Do

Re: tab completion is sluggish

2022-11-26 Thread email . lists81
On 2022-11-27 00:07, David Wright wrote: On Sat 26 Nov 2022 at 23:00:07 (+0100), email.list...@gmail.com wrote: On 2022-11-26 19:58, to...@tuxteam.de wrote: On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote: On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: Do

Re: tab completion is sluggish

2022-11-26 Thread email . lists81
On 2022-11-27 00:14, davidson wrote: On Sat, 26 Nov 2022 email.list...@gmail.com wrote: On 2022-11-26 16:55, David Wright wrote: On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: Doing tab completion in my user account is quite sluggish, it takes about half a second befor

Re: tab completion is sluggish

2022-11-26 Thread davidson
On Sat, 26 Nov 2022 email.list...@gmail.com wrote: On 2022-11-26 16:55, David Wright wrote: On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: Doing tab completion in my user account is quite sluggish, it takes about half a second before anything happens after pressing tab.

Re: tab completion is sluggish

2022-11-26 Thread David Wright
On Sat 26 Nov 2022 at 23:00:07 (+0100), email.list...@gmail.com wrote: > On 2022-11-26 19:58, to...@tuxteam.de wrote: > > On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote: > > > On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: > > > > > > > > Doing tab completion

Re: tab completion is sluggish

2022-11-26 Thread email . lists81
On 2022-11-26 19:58, to...@tuxteam.de wrote: On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote: On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: Doing tab completion in my user account is quite sluggish, it takes about half a second before anything happens afte

Re: tab completion is sluggish

2022-11-26 Thread tomas
On Sat, Nov 26, 2022 at 09:55:49AM -0600, David Wright wrote: > On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: > > > > Doing tab completion in my user account is quite sluggish, it takes > > about half a second before anything happens after pressing tab. > > > > I've done

Re: tab completion is sluggish

2022-11-26 Thread email . lists81
On 2022-11-26 16:55, David Wright wrote: On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: Doing tab completion in my user account is quite sluggish, it takes about half a second before anything happens after pressing tab. I've done an strace on the shell and it turns out

Re: tab completion is sluggish

2022-11-26 Thread David Wright
On Sat 26 Nov 2022 at 14:00:39 (+0100), email.list...@gmail.com wrote: > > Doing tab completion in my user account is quite sluggish, it takes > about half a second before anything happens after pressing tab. > > I've done an strace on the shell and it turns out that when I press > tab bash does

tab completion is sluggish

2022-11-26 Thread email . lists81
Hi! Doing tab completion in my user account is quite sluggish, it takes about half a second before anything happens after pressing tab. I've done an strace on the shell and it turns out that when I press tab bash does a select() on stdout that times out after half a second. When I'm logged i