help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: porting crufty old init.el to package management


From: Guido Van Hoecke
Subject: Re: porting crufty old init.el to package management
Date: Mon, 24 Mar 2014 21:39:11 +0100

Hi Fabrice,

On 24 March 2014 21:05, Fabrice Niessen <fni-news@pirilampo.org> wrote:
> Guido Van Hoecke wrote:
>> Oops, I write 'one single down error' but meant 'one single down key',
>> i.e. just hit the arrow key to descend to the next line. I don't get
>> errors, it is just not workable at that speed.
>
> OK, I get it.
>
>> Using GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1187.37)
>>  of 2013-05-18 and Org-mode version 8.2.5h (release_8.2.5h-830-gb3a10b
>> @ /Users/guivho/.emacs.d/org-mode/lisp/)
>>
>> I just do not understand why it is that slow...
>
> Is it because of Org mode or not?
>
> A couple of tests to know about this:
>
> - switch to text-mode, via M-x text-mode, or

In text-mode cursor reaction is immediate, no delay at all.

> - grab an older version of Org (there have been quite a couple of
>   performance problems recently, you never know).

I get the same problem
(well timing is not exactly he same, but same order of magnitude)
with the 7.x version that came with my emacs.

> If still problematic: try using `elp' or `profiler' (if under Emacs 24),
> and report the performance problem either to M-x report-emacs-bug, or to
> the Org ML.

I will do that. In the mean time, I may use Alan Schmitt's approach
(thanks Alan) to recreate my emacs environment and getting rid of old
stuff hanging around in my setup files.

I have to eliminate source(s) of conflict to solve an indentation
problem reported on this list (discussed with Bastien in thread 'org
mode alignment problem')

I will keep you posted about my findings / progress.
...
So here's the first posting: Found the culprit:
(require 'linum)
(global-linum-mode)
Turning global-linum-mode off solved he problem. Response time back to
normal (y)

Found this using the profiler as you suggested.

Threefold thanks!

With kind regards,

Guido.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]