From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dimitri Fontaine Newsgroups: gmane.emacs.devel Subject: Re: Mac OS-compatible ports Date: Sun, 08 Jan 2012 09:37:27 +0100 Message-ID: References: <87ipl7zaea.fsf@lifelogs.com> <87sjkbib14.fsf@uwakimon.sk.tsukuba.ac.jp> <87d3baui4b.fsf@lifelogs.com> <87mxacqlg4.fsf@lifelogs.com> <87fwg3pfy4.fsf@lifelogs.com> <8739c2dscy.fsf@lifelogs.com> <87ehvkdgfr.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326011866 27845 80.91.229.12 (8 Jan 2012 08:37:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Jan 2012 08:37:46 +0000 (UTC) Cc: Emacs developers To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 08 09:37:42 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RjoG1-0000uH-RL for ged-emacs-devel@m.gmane.org; Sun, 08 Jan 2012 09:37:37 +0100 Original-Received: from localhost ([::1]:52402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjoG0-0003U1-SB for ged-emacs-devel@m.gmane.org; Sun, 08 Jan 2012 03:37:36 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjoFy-0003Ti-DJ for emacs-devel@gnu.org; Sun, 08 Jan 2012 03:37:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjoFx-0004z2-1Q for emacs-devel@gnu.org; Sun, 08 Jan 2012 03:37:34 -0500 Original-Received: from prometheus.naquadah.org ([212.85.154.174]:49991 helo=mx1.naquadah.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjoFw-0004yo-Oz for emacs-devel@gnu.org; Sun, 08 Jan 2012 03:37:33 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mx1.naquadah.org (Postfix) with ESMTP id B78A45C0F6; Sun, 8 Jan 2012 09:37:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at prometheus.naquadah.org Original-Received: from mx1.naquadah.org ([127.0.0.1]) by localhost (prometheus.naquadah.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id veay6xeJP4v4; Sun, 8 Jan 2012 09:37:29 +0100 (CET) Original-Received: from DimIMac.local (89-158-241-83.rev.dartybox.com [89.158.241.83]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id C1F195C0F4; Sun, 8 Jan 2012 09:37:29 +0100 (CET) Original-Received: by DimIMac.local (Postfix, from userid 501) id 0E401336D0BC; Sun, 8 Jan 2012 09:37:27 +0100 (CET) User-Mail-Address: dim@tapoueh.org In-Reply-To: (chad's message of "Sat, 7 Jan 2012 17:28:55 -0800") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 212.85.154.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147482 Archived-At: chad writes: > There are some known issues that make subprocesses slow (usually hits Oh, I'm using subprocesses a lot. That's a list-processes edited paste from my current Emacs session (still fast enough, emacs-uptime is just about less than 24h). *nnimap* open -- (network connection to *nnimap*<1> open -- (network connection to *nnimap*<2> open -- (network connection to bitlbee run /dev/ttys001 /bin/bash -c /sw/sbin/bitlbee ... ispell run -- ispell -a -m -d english -B localhost open -- (network connection to nntpd open -- (network connection to offlineimap run /dev/ttys000 /bin/bash -c offlineimap -u Machine.MachineUI pgsql.. open -- (network connection to shell run /dev/ttys002 /bin/bash --noediting -i tapoueh.org open -- (network connection to terminal run /dev/ttys003 /bin/sh -c stty -nl ... /bin/bash Note that I often run commands that launch a transient subprocess (M-x compile, M-x grep, M-x ack, M-x el-get-self-update, etc), and that I have some local facilities using shell-command-to-string or the like too. Here's also the last line of M-x ibuffer: 525 buffers 15732610 480 files, 10 processes I'm using desktop-save-mode so that I don't have to reopen every single file at startup, too. > flyspell, although it's still usually fast enough in my experience), and > there have been several discussions about slowness in CC-mode due to unusual > cases lately. Thing is it's usually plenty fast enough. My feeling is that it gets slower and slower with uptime growing, so that I sometime need to restart Emacs just to get back normal usable behavior. Regards, -- dim