From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Slow frame-startup Date: Tue, 30 Sep 2014 14:36:02 -0400 Message-ID: <87tx3pnegd.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412102206 4069 80.91.229.3 (30 Sep 2014 18:36:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2014 18:36:46 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 30 20:36:39 2014 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 1XZ2Hu-0005wd-Nd for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Sep 2014 20:36:38 +0200 Original-Received: from localhost ([::1]:44955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ2Hu-0002YC-C4 for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Sep 2014 14:36:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ2HZ-0002Xx-MS for help-gnu-emacs@gnu.org; Tue, 30 Sep 2014 14:36:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZ2HP-0006ly-UT for help-gnu-emacs@gnu.org; Tue, 30 Sep 2014 14:36:17 -0400 Original-Received: from mail-yk0-x22a.google.com ([2607:f8b0:4002:c07::22a]:60760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ2HP-0006kV-OX for help-gnu-emacs@gnu.org; Tue, 30 Sep 2014 14:36:07 -0400 Original-Received: by mail-yk0-f170.google.com with SMTP id 20so1249716yks.1 for ; Tue, 30 Sep 2014 11:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=0j0shwSUt1AfoPt/DKUJ9ixWWTtkwkotz7zW7459PtY=; b=O2pDTnAmfEkcEJZehODdF8AK43EbqSPGK7I2xPA3Z5Z3UvJcqhUSiFt+5sCsW9jH76 7v4PxmMmjYaLiipYehy/l5AbqTPJ0gV9kVVyS8fF7N/sp5R8BIk7dYYF0CincuK2QEnq D+OpNT9pewOAdfTX7WzG5BzM1wLjQnWLfMDcP4xvGl8XXkDmWWOHkDbRCqdVtWG8MC+E 0wV2/OnPA+jKjVItzlZZ8jNR3pOVlbsAGh+IRLaZVZuG6OFZH3acb5cdkXYixKKzf8I+ fp768TX1DZ7h5HWOsWsfleoR9KHZn/uwV6XLtPNrsndqvndV7sPNene9cIDuJ0DE+VSm rCeQ== X-Received: by 10.236.202.175 with SMTP id d35mr6445905yho.192.1412102164146; Tue, 30 Sep 2014 11:36:04 -0700 (PDT) Original-Received: from localhost.localdomain (lawn-143-215-57-21.lawn.gatech.edu. [143.215.57.21]) by mx.google.com with ESMTPSA id f45sm8720389yhc.5.2014.09.30.11.36.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Sep 2014 11:36:03 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::22a 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:100186 Archived-At: I use emacs-client, and new frames often. Lately, however, I've noticed that it can take up to 5 seconds for a new frame to start up. There seems to be work going in to loading Helm completion each time, so I've disabled helm for a while to see how the performance is. But it has me thinking; what other things (say, in your .emacs file) can contribute to slow frame start-ups with an already-running emacs/emacs-server instance?