From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Slow emacsclient after some time Date: Tue, 20 Nov 2012 16:40:33 +0100 Message-ID: <20121120154033.GF21595@kuru.dyndns-at-home.com> References: <87fw45wntk.fsf@googlemail.com> <20121120130631.GB21595@kuru.dyndns-at-home.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1353426058 25722 80.91.229.3 (20 Nov 2012 15:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2012 15:40:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alexandre LAURENT Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 20 16:41:09 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tapwi-0007Jb-Vd for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2012 16:41:09 +0100 Original-Received: from localhost ([::1]:58469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TapwY-0005vz-KV for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2012 10:40:58 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TapwM-0005ve-L8 for help-gnu-emacs@gnu.org; Tue, 20 Nov 2012 10:40:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TapwE-0002Ai-Qm for help-gnu-emacs@gnu.org; Tue, 20 Nov 2012 10:40:46 -0500 Original-Received: from mail-ea0-f169.google.com ([209.85.215.169]:51381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TapwE-0002Aa-K9 for help-gnu-emacs@gnu.org; Tue, 20 Nov 2012 10:40:38 -0500 Original-Received: by mail-ea0-f169.google.com with SMTP id a12so1950489eaa.0 for ; Tue, 20 Nov 2012 07:40:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=DNRTkpELc7reTnx6I9NhY/ALeWmRSIWbwjmI3ryiP40=; b=lMJ1Hr9X7ZTaOA47Q2v3UJ2jEFlLLkTFuamt18pa8+1m8iw62ynHMG/CfqQnsXtSrK akVUbZTb450mjBSDFL5LzvwJXqOzgreIlSDwMkH/mvMZAxDSJwS7UoSPhfLz4aoHepSH 1x533WFaBbW/Uq4MDiDvQ8J1j13ZPyFX5/iiwW4OCCSuIYOp6CQi1Py6P7hyGfIeZrXA V9Aw95QbLrWh4Y7hJrGyiyxSd1aA4PSoSB5TiqYpTsy88aYDu2XfelqivPgJDu26M2vt iskXEOTpi+eFirOaj6GBwdhWZ4quVV61Z+WYUZgZIlSOz8/cCYWfzfiIGVuBgJXE8edl mK3w== Original-Received: by 10.14.216.70 with SMTP id f46mr34923819eep.12.1353426036440; Tue, 20 Nov 2012 07:40:36 -0800 (PST) Original-Received: from kuru.dyndns-at-home.com (pb-d-128-141-52-153.cern.ch. [128.141.52.153]) by mx.google.com with ESMTPS id e1sm31197471eem.3.2012.11.20.07.40.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 07:40:35 -0800 (PST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2011-07-01) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87814 Archived-At: On Tue, Nov 20, 2012 at 04:28:54PM +0100, Alexandre LAURENT wrote: > On Tue, Nov 20, 2012 at 2:06 PM, Suvayu Ali wrote: > > > > For what it is worth, I use emacsclient with screen with the equivalent > > configuration. > > > > term xterm > > > > I do not see any slowness. Maybe it is worth reporting this bug to the > > tmux bug tracker? > > > Hum actually I used to set it to xterm cause I needed xterm key > bindings (M-up, M-down, M-right, M-left) but in the tmux manual it is > said: > > "default-terminal terminal > Set the default terminal for new windows created > in this session - the default value of the TERM environment variable. > For tmux to work correctly, this must be set to ‘screen’ or a > derivative of it." > > I finally figured out how to get meta + arrow key bindings working > with my emacs whatever the TERM is, so I set it to screen-256color > which fixes the slowness. > If you do not mind sharing, I would be interested in this solution. I also set term to xterm for flow control and better meta key support for fullscreen applications in screen. -- Suvayu Open source is the future. It sets us free.