From 0e8d06fabfc9d13d615d989dfd764bef00be15fe Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Tue, 24 Mar 2015 17:26:55 +1800 Subject: [PATCH] Re: Emacs client scalability for long, deeply-nested threads --- 8f/d885f88be6503ed607cd91309a419ada8472be | 90 +++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 8f/d885f88be6503ed607cd91309a419ada8472be diff --git a/8f/d885f88be6503ed607cd91309a419ada8472be b/8f/d885f88be6503ed607cd91309a419ada8472be new file mode 100644 index 000000000..5d2553078 --- /dev/null +++ b/8f/d885f88be6503ed607cd91309a419ada8472be @@ -0,0 +1,90 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 67FFD431FD4 + for ; Mon, 23 Mar 2015 16:27:04 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ZFMCf6w9VqmF for ; + Mon, 23 Mar 2015 16:27:01 -0700 (PDT) +Received: from jedbrown.org (jedbrown.org [198.199.121.66]) + (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 354F8431FD2 + for ; Mon, 23 Mar 2015 16:27:01 -0700 (PDT) +Received: from [127.0.0.1] (localhost [127.0.0.1]) + (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) + (Client did not present a certificate) + by jedbrown.org (Postfix) with ESMTPSA id 66A9B80B8C; + Mon, 23 Mar 2015 23:26:56 +0000 (UTC) +From: Jed Brown +To: Michael Hudson-Doyle +Subject: Re: Emacs client scalability for long, deeply-nested threads +In-Reply-To: + +References: <87sicv60xn.fsf@jedbrown.org> + +User-Agent: Notmuch/0.19+6~ge34ad3c (http://notmuchmail.org) Emacs/25.0.50.2 + (x86_64-unknown-linux-gnu) +Date: Mon, 23 Mar 2015 17:26:55 -0600 +Message-ID: <874mpb5m80.fsf@jedbrown.org> +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha256; protocol="application/pgp-signature" +Cc: notmuch +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 23 Mar 2015 23:27:04 -0000 + +--=-=-= +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable + +Michael Hudson-Doyle writes: + +> I have encountered this too. A C-u before entering the thread helps +> (this means already read messages are not rendered I think), as does a +> M-x notmuch-show-toggle-thread-indentation .=20=20 + +Thanks, Michael. This does help, though it makes it hard to interpret +context. I'd love a solution that does not degrade utility so +drastically. + +--=-=-= +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJVEKE/AAoJEM+2iNHeMalNsB8P/1L0PzEEaA7BoW+SFk58FUT7 +tCTt5q6QYqOf907AasOSgT/k7uf4Dy2B/BCsYWhlSI41FDvTZGwwov/REGnFwXYV +7r1KCHOEzigURTV4d1QQ3WrOQTihMdI48eykg8M/YemtIRLfHdKzFt1M3DVm2Llp +2dhXV32SC7sy7qzi5ImHRoqZLbkzmkixcw0oyKgBx1oPQX0///9OAhl422BXWlwn +oaDrn4axVxMa76rdkZf0v18atVkxajCO00VHpv/TGsJfG9DX7X2wRlZhrw9h6vMM +4DiK8PT4Xny55TwITKyvpIyWB9XRhi0Ur7XyMG1OE+2qfNWsBuN6tsOJjB0lj4Lw +MrEstGJOoVNjchLqlWvdEUXLY56inxA6F6dIOwG7xpo01j+wOl/R2gCDrCTVIZ2M +FiVMb1bi/q0voSrhN7gK570b1ymv60IsrV5Z9RDrGHGEMmG1zqStlj8nBBFUIAiz +r2sV1POK7e5HjDqkHN9Tm3XB/EyGgrG/f+VbwGGQQ7zwmFGYGVCGn/RHjzP2KcE7 +XLS0Lpa+bkoElPiM3gG2ekfqM6H9hq1EApkkt4evli7w1a/0RVB3PbeDfcJy7CvO +rvLuZtQRZ2mY2CZWUp3Dl5EHFKTgPjZJZHCHF+eqmGgw3AXLhNu4K1oXrkL0v6Zp +M3AHvCS0HtmraVQ/uB+R +=qwJT +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2