emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Org file rendering/manipulation too slow


From: Bernt Hansen
Subject: [Orgmode] Re: Org file rendering/manipulation too slow
Date: Sat, 28 Aug 2010 17:20:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

I think it's something like this:

It's a variable not a function.  I think it controls how much stuff is
written out via (message ...) calls in the implementation of font lock
code on your mac version of emacs lisp.  Calls to message are slow and
there are lots of them in this implementation.  This is just making it
skip these calls.

If anyone has better information than this speculation please chime
in :)

-Bernt


Marcelo de Moraes Serpa <address@hidden> writes:

> Hi Bernt,
>
> It did help a lot, the rendering is faster and I can actually navigate
> through my reference org file.
>
> Would someone mind explaining me what this function does and why does
> disabling it would make things faster.
>
> Marcelo.
>
> On Wed, Aug 25, 2010 at 2:45 PM, Bernt Hansen <address@hidden> wrote:
>> Hi Marcelo,
>>
>> I don't use a Mac but someone on the #org-mode IRC channel mentioned
>> trying this:
>>
>> (setq font-lock-verbose nil)
>>
>> HTH,
>> Bernt
>>
>>
>> Marcelo de Moraes Serpa <address@hidden> writes:
>>
>>> Any hints on this one? It's really annoying to handle (not so) large
>>> org files in the OSX version of emacs. Maybe recompiling it with
>>> different options?
>>>
>>> Marcelo.
>>>
>>> On Sat, Aug 7, 2010 at 5:38 AM, Manuel Hermenegildo <address@hidden> wrote:
>>>>
>>>>  > Might be related to the OSX build -- any other OSX users around? :)
>>>>
>>>> I also use Mac OS and I also see very slow performance when navigating
>>>> through large org files. Basically, sometimes emacs will freeze for 20
>>>> seconds or so when I switch to a large org buffer (about 30,000 lines,
>>>> 1M --large but should be workable, see below). The strange thing is
>>>> that it happens only sometimes.  When I get desperate (it can be very
>>>> annoying) I switch to a -nw session inside a terminal and then
>>>> everything works fine, so I do get the impression that it has to do
>>>> with screen rendering in the OS X build. My current emacs version is
>>>> 23.2.1. --Manuel
>>>>
>>>> --
>>>> -------------------------------------------------------------------------------
>>>>  Manuel Hermenegildo                     | Prof., C.S.Dept., T.U. Madrid 
>>>> (UPM)
>>>>  Director, IMDEA Software and CLIP Group | +34-91-336-7435 (W) -352-4819 
>>>> (Fax)
>>>> -------------------------------------------------------------------------------
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Emacs-orgmode mailing list
>>> Please use `Reply All' to send replies to the list.
>>> address@hidden
>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>



reply via email to

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