From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dhruv Bansal Subject: Needless opening of threads in org-wl Date: Sat, 20 Sep 2008 05:05:12 -0500 Message-ID: <87r67fi147.wl%dhruv@ph.utexas.edu> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgzLU-0006Qz-4w for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 06:05:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgzLS-0006QP-F4 for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 06:05:43 -0400 Received: from [199.232.76.173] (port=56610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgzLS-0006QK-85 for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 06:05:42 -0400 Received: from mail1.ph.utexas.edu ([128.83.155.21]:49313 helo=pcgxmt1.ph.utexas.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KgzLQ-0000bQ-Qp for emacs-orgmode@gnu.org; Sat, 20 Sep 2008 06:05:41 -0400 Received: from mail3.ph.utexas.edu (mail3-internal [172.16.78.25]) by pcgxmt1.ph.utexas.edu (8.12.11.20060308/8.12.11) with ESMTP id m8KA5sSi024913 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 20 Sep 2008 05:05:55 -0500 Received: from silicon.austin.rr.com (silicon.ph.utexas.edu [146.6.180.81]) by mail3.ph.utexas.edu (8.14.2/8.14.2) with ESMTP id m8KA5eI2018455 for ; Sat, 20 Sep 2008 05:05:41 -0500 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 I like to link to Wanderlust emails from Org Mode. I just downloaded the latest git version and linking to WL emails works as advertised except that I wind up sitting for five minutes as every thread in my 13,000 message inbox is opened. Is there a reason for this behavior? I "fixed" the problem with the following patch which merely comments out the command to open all the threads. Linking emails works perfectly fine and now I don't have to wait long at all. ================ diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 4fae584..58ddd31 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -135,7 +135,7 @@ ;; in the old buffer. (set-buffer old-buf) (goto-char old-point)) - (wl-thread-open-all) +; (wl-thread-open-all) (and (wl-summary-jump-to-msg-by-message-id (org-add-angle-brackets article)) (wl-summary-redisplay))))) ================ Just thought I'd post this in case anyone else was similarly frustrated. I'm excited about the new org version; thanks so much everyone for helping to create such a great application! -- Dhruv Bansal http://www.dhruvbansal.com