From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Emacs 24.0.94.1 slow to load on OS X Date: Mon, 5 Mar 2012 19:54:15 +0100 Message-ID: References: <33435127.post@talk.nabble.com> <5D86F72D-C9DB-41E0-96D2-4B5D80C9FB67@Web.DE> <33435638.post@talk.nabble.com> <178A7FCA-7999-4B53-81E9-5955394D9391@Web.DE> <33435970.post@talk.nabble.com> <33436129.post@talk.nabble.com> <9B6EEA55-FC14-4BEE-A77D-EC000E376CED@Web.DE> <33438629.post@talk.nabble.com> <33444508.post@talk.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1330973704 1593 80.91.229.3 (5 Mar 2012 18:55:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2012 18:55:04 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: jreeseue Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 05 19:55:03 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 1S4d3m-00089m-UD for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Mar 2012 19:55:03 +0100 Original-Received: from localhost ([::1]:49953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4d3m-0002MS-Bc for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Mar 2012 13:55:02 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4d3O-0002IA-Sj for Help-gnu-emacs@gnu.org; Mon, 05 Mar 2012 13:54:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4d34-0003nx-T3 for Help-gnu-emacs@gnu.org; Mon, 05 Mar 2012 13:54:38 -0500 Original-Received: from fmmailgate04.web.de ([217.72.192.242]:47049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4d34-0003nO-KQ for Help-gnu-emacs@gnu.org; Mon, 05 Mar 2012 13:54:18 -0500 Original-Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate04.web.de (Postfix) with ESMTP id 4589A732A7BE for ; Mon, 5 Mar 2012 19:54:16 +0100 (CET) Original-Received: from peter-dyballas-macbook-pro.fritz.box ([88.153.242.186]) by smtp.web.de (mrweb002) with ESMTPA (Nemesis) id 0Lud4y-1SVGcR3UlU-010fdM; Mon, 05 Mar 2012 19:54:16 +0100 In-Reply-To: <33444508.post@talk.nabble.com> X-Mailer: Apple Mail (2.1084) X-Provags-ID: V02:K0:Ndht8Q+qKFu9KPVAhU2yKx7Cp2Y7lFtOFcRSmAmF4Xn fPuZBl3WnpThTxwXgFvx436De0I1kyb/4OJR0hScjLjZAww/CL +tRTGb9diWh+LOkfZBr3ac2Rw1KLaLjaz1fnEOUg1OkSiOtpp6 5hlI2obSEWfnbpEascEySjqX6K1gbsmn/lk+t3BdnKqLSaJn3n anT5U7RRXqeBEQDfgTc8g== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.242 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:83943 Archived-At: Am 5.3.2012 um 17:08 schrieb jreeseue: > 16:00@legolas:~$ time nslookup apple.com > Server: 129.215.70.239 > Address: 129.215.70.239#53 >=20 > Non-authoritative answer: > Name: apple.com > Address: 17.149.160.49 > Name: apple.com > Address: 17.172.224.47 >=20 >=20 > real 0m1.018s > user 0m0.009s > sys 0m0.005s No, that's probably not a network problem! The user and system times are = as short as one would assume. The issue is with the real time used, from = pressing RET until some text appeared on screen. This time is 1 sec too = long, i.e., by a factor of 70. Could be you're missing some GB of RAM and your Mac is constantly = swapping. Little tools like MenuMeters or iStat menus could display in = the =EF=A3=BF menu bar what's going on. In /private/var/vm the system = stores the swap files. An easy check is to reboot your Mac, not opening = any unnecessary applications, and then launching GNU Emacs. Launching GNU Emacs your way is not the correct way. Check fast with = 'emacs --help'! Instead of emacs .emacs -f "save-buffers-kill-terminal" you could use emacs -q -l -f = "save-buffers-kill-terminal" or emacs -Q -l -f = "save-buffers-kill-terminal" -- Greetings <] Pete o __o |__ o recumbo ___o /I -\<, |o \ -\),-% ergo sum! ___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________