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 14:06:31 +0100 Message-ID: <20121120130631.GB21595@kuru.dyndns-at-home.com> References: <87fw45wntk.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1353416818 31356 80.91.229.3 (20 Nov 2012 13:06:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2012 13:06:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 20 14:07: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 1TanXe-0004f9-0X for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2012 14:07:06 +0100 Original-Received: from localhost ([::1]:42280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TanXT-0007MM-LN for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Nov 2012 08:06:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TanXF-0007LV-LT for help-gnu-emacs@gnu.org; Tue, 20 Nov 2012 08:06:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TanX9-00011W-Fy for help-gnu-emacs@gnu.org; Tue, 20 Nov 2012 08:06:41 -0500 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:57202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TanX9-00011Q-9T for help-gnu-emacs@gnu.org; Tue, 20 Nov 2012 08:06:35 -0500 Original-Received: by mail-ee0-f41.google.com with SMTP id d41so4035646eek.0 for ; Tue, 20 Nov 2012 05:06:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=c6iOMIcEaLgzgZbZaHd0jgPeMLrjab4AuTMAf0L+8PM=; b=gaohoxbfW58IiKjE4FTCEMFi+VlLTSvaHKXEm2dLk9QcSh3FaHu5LwMPTSn+k2RjWs 0kGtx4r52WSkMGpA12xvnhrTPHhN3sOMGozF3U2J3GNKCttElhVWHoSHdkoTkUdPmgdu Y4MlBb+Aa+mgge66ZFRMP/7Oc6achbR48I3gF9RCZ4//c65w14H5SpHwD3+6ZSUupjUw wfLjOivS2hihF2rqjNkqB1DColDHpQhqHvWxlQ0oUl0jxcE9KERdft9FhLVU0Pn7lNaY UTOI4DjtLN7Tq8jrHGCaSTjaRlDcmZ7xYrQX5bK54A9t5aPobnKKQVlnN/Lm/h/akEoh ZLNw== Original-Received: by 10.14.200.194 with SMTP id z42mr33951460een.13.1353416794614; Tue, 20 Nov 2012 05:06:34 -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 b44sm30465329eep.12.2012.11.20.05.06.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 05:06:33 -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: 74.125.83.41 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:87812 Archived-At: On Mon, Nov 19, 2012 at 06:11:40PM +0100, Alexandre LAURENT wrote: > On Mon, Nov 19, 2012 at 5:37 PM, Thorsten Jolitz wrote: > > I use emacsclient with tmux too and its even faster than with X11. > Thanks for the feedback, it helped me figuring it out. > I tried on another linux distrib, and I was able to reproduce the > issue with the same tmux configuration. > Disabling this resolved everything: > -set -g default-terminal "xterm" > +#set -g default-terminal "xterm" > 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? -- Suvayu Open source is the future. It sets us free.