FS#53417 - [screen] "screen -r" zsh auto-completion doesn't work
Attached to Project:
Arch Linux
Opened by Cristobal (labotsirc) - Wednesday, 22 March 2017, 14:14 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 24 March 2017, 17:12 GMT
Opened by Cristobal (labotsirc) - Wednesday, 22 March 2017, 14:14 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 24 March 2017, 17:12 GMT
|
Details
Description:
"screen -r" auto-completion of detached sessions not working under zsh. For the moment the fix that works is to rename or remove the file /usr/share/zsh/site-functions/_screen so that zsh can use its own one located at /use/share/zsh/functions/Completion/Unix/_screen This solution was provided by user "seth" from arch linux forums. Additional info: * package version(s) screen 4.5.1-2 zsh 5.3.1-2 Steps to reproduce: 1) open a zsh session 2) create two screen sessions, i.e., 3) screen -S foo [detach] 4) screen -S bar [detach] 5) write screen -r and try to auto complete with tab. |
This task depends upon
Closed by Gaetan Bisson (vesath)
Friday, 24 March 2017, 17:12 GMT
Reason for closing: Fixed
Additional comments about closing: screen-4.5.1-3 in [extra]
Friday, 24 March 2017, 17:12 GMT
Reason for closing: Fixed
Additional comments about closing: screen-4.5.1-3 in [extra]
Comment by Cristobal (labotsirc) -
Wednesday, 22 March 2017, 14:32 GMT
Someone closed the other one. He should have closed this one which
has the title missing. Please be so kind to add the title as I am
not able.
Comment by Gaetan Bisson (vesath) -
Friday, 24 March 2017, 17:07 GMT
The better fix is probably to tell upstream about this and let
them decide whether they want to fix that file or remove it as you
suggest.
Comment by Gaetan Bisson (vesath) -
Friday, 24 March 2017, 17:08 GMT
My mistake. It's us who install it in our PKGBUILD. I'll remove it
straight away. Cheers.