Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: timeout problem in ssh sessions - I found the culprit: mouse.zsh
- X-seq: zsh-users 12570
- From: Stephane CHAZELAS <Stephane_Chazelas@xxxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxx>
- Subject: Re: timeout problem in ssh sessions - I found the culprit: mouse.zsh
- Date: Thu, 14 Feb 2008 15:33:08 +0000
- In-reply-to: <20080214132417.GD31852@xxxxxxxxx>
- Mail-followup-to: ZSH User List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080211233404.GA13398@xxxxxxxxx> <080212083755.ZM20121@xxxxxxxxxxxxxxxxxxxxxx> <20080212232947.GA13793@xxxxxxxxx> <080212200708.ZM20711@xxxxxxxxxxxxxxxxxxxxxx> <20080213134200.GB31852@xxxxxxxxx> <200802131349.m1DDnXRF004831@xxxxxxxxxxxxxx> <20080214132417.GD31852@xxxxxxxxx>
On Thu, Feb 14, 2008 at 02:24:17PM +0100, Andy Spiegl wrote:
> (CC to Stephane Chazelas)
>
> On 2008-02-13, 13:49, Peter Stephenson wrote:
> > Try stripping your .zshrc and .zshenv files to the minimum.
>
> Thanks, Peter. This should've been the first thing I should have done.
> Only that it's so time consuming :-(
>
> Anyway, I found the bad line which was causing the hangs:
> . $HOME/.zsh/functions/mouse-support
>
> This is a _very_ nice addon by Stephane Chazelas
> http://stchaz.free.fr/mouse.zsh
> to be able to use the mouse together with the "Super" key.
> It makes heavy use of the X selection so probably that's what is
> making the problems, maybe in combination with a bug ssh or X.
>
> Any suggestions where and how to report it to?
> Or how to analyze it further?
[...]
Hi Andy,
If it's an issue with the X selection, adding a "setopt
localoptions xtrace" to the get-x-clipboard, set-x-clipboard,
push-x-cutbuffer may help find out what's going on.
Manipulation of the X selection is done via the xclip or xsel
commands. Those need to connect to the X server. They also try
and own the CLIPBOARD selection. I don't remember the details
but I think the way they get it is that they ask it from the
previous owner.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author