From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Marie Gaillourdet Subject: Re: Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode Date: Mon, 10 Jan 2011 08:43:28 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcCPf-0003Yg-Hr for emacs-orgmode@gnu.org; Mon, 10 Jan 2011 02:43:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcCPe-0004RM-8m for emacs-orgmode@gnu.org; Mon, 10 Jan 2011 02:43:35 -0500 Received: from mailgw1.uni-kl.de ([131.246.120.220]:41574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcCPd-0004P2-QX for emacs-orgmode@gnu.org; Mon, 10 Jan 2011 02:43:34 -0500 In-Reply-To: (Marcelo de Moraes Serpa's message of "Sun, 9 Jan 2011 20:26:28 -0600") 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: Marcelo de Moraes Serpa Cc: Org Mode Hi Marcelo, Marcelo de Moraes Serpa writes: > Hi list, > > Has anyone tried to use this combo? I find that viper is too slow when > in insert mode (when typing, actually), but only when in a buffer > where orgmode is activated. Any ideas ? I've had that problem for a long time as well. And it seemed to me to be a showstopper for using org together with viper. But somehow I managed to improve the situation. I am sorry to not be more specific on this issue. But I can assure you it is possible to have a working configuration. I'd advice you to try loading org and viper in a clean emacs session ("emacs -q"). I somehow remember there was also an issue with the order in which I loaded org and viper. Currently I'm loading org before viper. My git history tells me that this line improved load times of the agenda significantly: (setq viper-suppress-input-method-change-message t) Cheers, Jean-Marie