From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kelling Subject: Bug: performance of scrolling in large example blocks is poor Date: Fri, 21 Mar 2014 22:34:40 -0700 Message-ID: <532D20F0.6090007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WREa4-0001Em-Ot for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 01:34:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WREZy-0007VU-G5 for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 01:34:52 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:37890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WREZy-0007VN-Cd for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 01:34:46 -0400 Received: from [192.168.1.2] (unknown [67.160.118.141]) by mail.messagingengine.com (Postfix) with ESMTPA id 91C0368016B for ; Sat, 22 Mar 2014 01:34:45 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "'emacs-orgmode@gnu.org'" Testcase: 1 megabyte of text lines in an example block, drag the scrollbar to a location you haven't been to yet. It often freezes for a few seconds, and doing things while its frozen like scrolling more can quickly make it freeze for a minute or so. Remove the example block enclosure, and it becomes totally interactive. - Ian