Subject: paste-hangs bug and cancel-paste feature request -
msg#00119
Two things:
Paste-hang:
With slowpaste turned on, if an input box is brought up during the
paste (with ^A: ^A' ^AA etc), the window hangs.
Paste-cancel:
It would be really nice if there was a way to cancel a paste in
progress.
Thread at a glance:
Previous Message by Date:
Re: setenv DISPLAY doesn't work
* Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx> wrote:
>> Assuming that I use the following .screenrc:
>>
>> setenv DISPLAY ''
>> setenv FOO bar
>>
>> This should "clear" the environment variable DISPLAY and set the
>> variable FOO to "bar".
>> Unfortunately, only the latter works; DISPLAY still has its old value
>> ":0.0" after starting screen:
>
> Nope it shouldn't please read the manpage again:
>
> setenv [var [string]]
>
> Set the environment variable var to value string. If only var is
> specified, the user will be prompted to enter a value. If no parameters
> are specified, the user will be prompted for both variable and value.
> The environment is inherited by all subsequently forked shells.
>
> unsetenv var
>
> Unset an environment variable.
Oops, thank you for the answers. It would make sense to mention
'unsetenv' in the 'setenv' chapter.
Gruß, Georg
Next Message by Date:
Re: paste-hangs bug and cancel-paste feature request
* chkno <chkno@xxxxxxxxx> [2003-04-25 07:13]:
> Paste-hang:
> With slowpaste turned on, if an input box is brought up
> during the paste (with ^A: ^A' ^AA etc), the window hangs.
i read about the "slowpaste" feature years ago -
but i have never used it. is there anyone besides
"chkno@xxxxxxxxx" who uses this deliberately?
> Paste-cancel:
> It would be really nice if there was
> a way to cancel a paste in progress.
*grin*
Sven
Previous Message by Thread:
setenv DISPLAY doesn't work
Hallo!
Assuming that I use the following .screenrc:
setenv DISPLAY ''
setenv FOO bar
This should "clear" the environment variable DISPLAY and set the
variable FOO to "bar".
Unfortunately, only the latter works; DISPLAY still has its old value
":0.0" after starting screen:
$ echo $DISPLAY
:0.0
$ screen
$ echo $DISPLAY
:0.0
$ echo $FOO
bar
DISPLAY isn't set in any shell configuration files.
Any ideas?
Gruß, Georg
Next Message by Thread:
Re: paste-hangs bug and cancel-paste feature request
* chkno <chkno@xxxxxxxxx> [2003-04-25 07:13]:
> Paste-hang:
> With slowpaste turned on, if an input box is brought up
> during the paste (with ^A: ^A' ^AA etc), the window hangs.
i read about the "slowpaste" feature years ago -
but i have never used it. is there anyone besides
"chkno@xxxxxxxxx" who uses this deliberately?
> Paste-cancel:
> It would be really nice if there was
> a way to cancel a paste in progress.
*grin*
Sven