From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: horrible performance on long lines Date: Wed, 22 Apr 2009 21:39:58 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240450821 5323 80.91.229.12 (23 Apr 2009 01:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Apr 2009 01:40:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Neal Becker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 23 03:41:41 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 1Lwnwa-0007pH-LP for ged-emacs-devel@m.gmane.org; Thu, 23 Apr 2009 03:41:40 +0200 Original-Received: from localhost ([127.0.0.1]:42224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwnvB-0006yS-1c for ged-emacs-devel@m.gmane.org; Wed, 22 Apr 2009 21:40:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwnv4-0006yM-Jf for emacs-devel@gnu.org; Wed, 22 Apr 2009 21:40:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwnv4-0006yA-7B for emacs-devel@gnu.org; Wed, 22 Apr 2009 21:40:06 -0400 Original-Received: from [199.232.76.173] (port=38972 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwnv4-0006y7-3P for emacs-devel@gnu.org; Wed, 22 Apr 2009 21:40:06 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.149]:11324) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lwnv3-0005xB-Iv for emacs-devel@gnu.org; Wed, 22 Apr 2009 21:40:05 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 13so64673eye.24 for ; Wed, 22 Apr 2009 18:40:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=9HQi8eV5ndfAI6bBwufSOEGdi20We3RIh3MxCr3EiqM=; b=rTtoxYE7QZCgB56OssamYJsvmfdGCZgyPkfai18Bm9zcdIipeFVpSCjlRVhVHv8wpb QG86hafsaliMT5D3kmu0bbgABkjhe9LGibh/arns6DEg3JkYsFd3f/5tzokq8huK9Rua tvZ5G7ScwJqs1H/G1uJdl8i2TYSF07mnuGan4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=DePlP/pg3Ta9rU5dkXNYNohsG+6nhkmeMdSu8DQwQodHHWX1g2YuRUu8ollvkxeefm 0yA5WJgTpTBVfkVXrcOXeL5+UAgkCKSgkS2ic1krFs4pqpLPo73u6N4MPdV+MDlNXdMh rVGjbCmla+FfEJCERBhuz2Kpv80D3pkadSP4E= Original-Received: by 10.210.126.18 with SMTP id y18mr7004849ebc.28.1240450804006; Wed, 22 Apr 2009 18:40:04 -0700 (PDT) Original-Received: from ?192.168.1.42? (pool-72-65-195-138.pitbpa.east.verizon.net [72.65.195.138]) by mx.google.com with ESMTPS id 10sm1151898eyd.32.2009.04.22.18.40.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Apr 2009 18:40:03 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.930.3) 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:110418 Archived-At: On Apr 22, 2009, at 9:03 PM, Neal Becker wrote: > I noticed that running a python script that outputs very very long > lines > gave horrible screen updating performance. The same data when > written with > short lines was OK. I've occasionally noticed similar issues with debug output (big structures) in Slime Repl mode (where such output has a mouse-face property, I believe).