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

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

Re: Tracking down why emacsclient -c is so slow


From: Alex Bennee
Subject: Re: Tracking down why emacsclient -c is so slow
Date: Sat, 22 Aug 2009 15:26:50 +0100

2009/8/22 Alex Bennee <kernel-hacker@bennee.com>:
> 2009/8/22 Peter Dyballa <Peter_Dyballa@web.de>:
>> Am 22.08.2009 um 13:33 schrieb Alex Bennee:
>
> If I apply the following patch to my .emacs everything is dine:
>
> --- a/dotemacs
> +++ b/dotemacs
> @@ -514,9 +511,11 @@ on the command line"
>  ; First we need the colour-theme package
>
>  (if I-am-emacs-22+
> +    (message "loading color-theme at %s" (current-time-string))
>     (if (maybe-load-library "color-theme")
>        (if (fboundp 'color-theme-initialize)
> -           (color-theme-initialize))))
> +           (color-theme-initialize)))
> +    (message "loading color-theme done at %s" (current-time-string)))

Doh. Of course the extra message make the whole color-theme start not
load, therefore no colour theme switches, therefore no slow frames.
>
> --
> Alex, homepage: http://www.bennee.com/~alex/
> http://www.half-llama.co.uk
>



-- 
Alex, homepage: http://www.bennee.com/~alex/
http://www.half-llama.co.uk




reply via email to

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