From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Slowness in Org - how to disable mouse popups/followings Date: Fri, 13 May 2011 11:03:49 +0200 Message-ID: <4DCCF3F5.7020406@diplan.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKoI0-0008Lf-2C for emacs-orgmode@gnu.org; Fri, 13 May 2011 05:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKoHz-00077W-4z for emacs-orgmode@gnu.org; Fri, 13 May 2011 05:04:04 -0400 Received: from lo.gmane.org ([80.91.229.12]:54188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKoHy-00077M-Qo for emacs-orgmode@gnu.org; Fri, 13 May 2011 05:04:03 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QKoHx-0001BQ-6x for emacs-orgmode@gnu.org; Fri, 13 May 2011 11:04:01 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 May 2011 11:04:01 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 May 2011 11:04:01 +0200 In-Reply-To: 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 Cc: emacs-orgmode@gnu.org Am 06.05.2011 12:02, schrieb Rainer Stengele: > Hi, > > I am always struggling with performance problemns when using Emacs orgmode under Windows. > Under Linux I do not see slow respsonses for my several and long org files. > > Under Windows I run > GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) from trunk 2011-02-16 on LENNART-69DE564 (patched) > > Hovering with the emouse over the Emacs windows I see some popups showing up very slowly. > Emacs also highlights the links in my org files when moving the mouse over it. > This all semmes to slow down Emacs a lot - under Windows ... > > I do not need the special mouse functionality in Orgmode. > Is there a way to deactivate the highlighting of links etc.? > > I searched a bit in the custom variables but did not find the right places. > > -- Rainer > > > Hi, fighting still with the slowness in Org as soon as the mouse "hits" some lines in agenda view or even in any org file I thought why not run the "fast displaying" emacs under Linux and redirect the display to my windows X-server. Well - the X-server under Windows (X-Deep 4.6.5) slows the display of refreshes even more. So this is of no help - at least with my X-Server. Can't I control the creation of links in agenda view? I did not find a variable to configure. OK, a little later I found this (setq mouse-highlight nil) That does what I need, the awful timeout while moving the mouse over links is gone! Of course any highlighting is now gone ... As far as I see now the highlighting of links itself is not the issue. What takes several seconds is the display of a little popup window showing the contens of the link (e.g. "LINK: file:filename.org). This must be a windows problem. In the past I already found two major performance hogs coming from a display problem under windows: - smooth-scolling.el - hl-line-mode - (add-hook 'org-agenda-mode-hook 'hl-line-mode) Now I wonder if that little "LINK: " window can be switched off. -- Rainer