From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: magit, revert, folding, normal-mode, performance Date: Sat, 26 Jun 2010 11:38:52 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=39895 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSaHG-0003TM-8C for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 14:38:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSaHF-00024g-LT for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 14:38:54 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:38133) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSaHF-00024c-FE for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 14:38:53 -0400 Received: by qyk27 with SMTP id 27so583236qyk.0 for ; Sat, 26 Jun 2010 11:38:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Worth knowing that magit reverts buffers. It appears to revert all buffers, not just those with changes. This has 2 consequences for org. Magit is slow, and org visibility is reset to default. So I wonder: Is there a way to preserve visibilty across revert-buffer? Has anybody profiled loading a large org file? Thanks.