From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Display performance degradation Date: Mon, 21 Dec 2009 04:08:38 +0100 Message-ID: References: <4B2A5F92.9090008@swipnet.se> <87vdg1jcu2.fsf@catnip.gol.com> <87pr69jabg.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1261365046 7414 80.91.229.12 (21 Dec 2009 03:10:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Dec 2009 03:10:46 +0000 (UTC) Cc: Kenichi Handa , YAMAMOTO Mitsuharu , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 21 04:10:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NMYdy-0003Kd-I8 for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2009 04:09:10 +0100 Original-Received: from localhost ([127.0.0.1]:34202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMYdy-0003dl-KS for ged-emacs-devel@m.gmane.org; Sun, 20 Dec 2009 22:09:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMYdt-0003dY-Qt for emacs-devel@gnu.org; Sun, 20 Dec 2009 22:09:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMYdo-0003cU-64 for emacs-devel@gnu.org; Sun, 20 Dec 2009 22:09:04 -0500 Original-Received: from [199.232.76.173] (port=37990 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMYdo-0003cP-2q for emacs-devel@gnu.org; Sun, 20 Dec 2009 22:09:00 -0500 Original-Received: from mail-gx0-f224.google.com ([209.85.217.224]:35065) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMYdm-0001Y4-Vl; Sun, 20 Dec 2009 22:08:59 -0500 Original-Received: by gxk24 with SMTP id 24so3409145gxk.6 for ; Sun, 20 Dec 2009 19:08:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=fK8L75ViAEVyU/qhl4LapVMlOp2gxpZIcppHtpm5y3o=; b=ZfFfSuLMaVpbsip0EM409/HvQpRpckGcUiixBfgZCCSfMEmr5nMg7O8E/Hg1WszneN NIDFmoTuC1hxyVzBZtKxHvb81cmMbBFFDdpbLMCODqTftaWivaO8aoxt6fCAIivza+iU tQ8+AO/wjG0mGjkzXuoHIjE30UGEdA47LYQIk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=iC08t938GGj/C4I1PdVLnozQ5D/kAnSHFzScgGHvlGSVKb1ku4Na+wqVroib2MFYpX jq8mATzRK6rGA4urL6SDI5O5hvYC1xpDV4l4XU7M4OGFoH6c/HtJ7bOcUPnh5BiAQ5Yl QkeTr7tgu+vy7OZl+wnOhc1nAMMv3z2HW+dfI= Original-Received: by 10.101.182.20 with SMTP id j20mr10593175anp.65.1261364938076; Sun, 20 Dec 2009 19:08:58 -0800 (PST) In-Reply-To: <87pr69jabg.fsf@catnip.gol.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118751 Archived-At: On Mon, Dec 21, 2009 at 4:05 AM, Miles Bader wrote: > Lennart Borgman writes: >> I do not deal with fonts but I have to restart quite often. So finally >> I wrote a command, restart-emacs. With desktop-save-mode (and some >> additions to desktop) + winsave-save-mode it works quite well for me. >> (The command is part of my swizz-style package nXhtml.) > > There's always something tho... (e.g., irc chat history, shell history > and output, long-running commands actually still executing in some > subshell, ...) > > [There's usually a way you _could_ restore it all, given enough work and > planning, but it's definitely annoying] Ah, yes. But I tend to use that frustration to for example add some capability to desktop or similar. A kind of "ok, I take this way then".