From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Performance degradation from long lines Date: Fri, 26 Oct 2018 11:09:45 -0400 Message-ID: References: <83lg6mqdfh.fsf@gnu.org> <87va5pkxae.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> <83mur1p3oj.fsf@gnu.org> <87r2gdkvl6.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> <83in1pp2ct.fsf@gnu.org> <87o9bhku9m.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> <83d0rxp02k.fsf@gnu.org> <87lg6lkrtq.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1540566721 26279 195.159.176.226 (26 Oct 2018 15:12:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2018 15:12:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 17:11:57 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gG3mC-0006dL-Pm for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2018 17:11:52 +0200 Original-Received: from localhost ([::1]:60606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG3oI-000323-VR for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2018 11:14:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG3kX-0000Ow-Ph for emacs-devel@gnu.org; Fri, 26 Oct 2018 11:10:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG3kP-0003vw-Nz for emacs-devel@gnu.org; Fri, 26 Oct 2018 11:10:07 -0400 Original-Received: from [195.159.176.226] (port=42003 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG3kP-0003uQ-Gd for emacs-devel@gnu.org; Fri, 26 Oct 2018 11:10:01 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gG3iD-000222-HL for emacs-devel@gnu.org; Fri, 26 Oct 2018 17:07:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 7 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:PtuV632LDrWwwwif923wH0bPxi4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:230708 Archived-At: > Ideally, these workarounds should work in all the non-file buffers > without a need to address the issue for each buffer type separately. Of course. But I doubt such an ideal solution exists :-( Stefan