Re: Inefficient code in reftex-index.el

2005-06-06 Thread Carsten Dominik
be integers. Yes, indeed markers are needed here. I will change it like Stafan proposed it. Thanks for picking this up, Kim. I don't understand your ironic reply to Davids email. Entirely unnecessary. - Carsten -- Carsten Dominik <[EMAIL PROTECTED]>\ _ /

Re: org-mode and mode hooks.

2005-06-01 Thread Carsten Dominik
buffer local minor LT> modes. If one is not willing to rely on after-change-major-mode-hook, LT> there could be a separate font-lock-permanent-local-keywords-alist, LT> for permanent-local minor modes. LT> All of this assuming that I am guessing the purpose of a nil argument L

Re: org-mode and mode hooks.

2005-05-25 Thread Carsten Dominik
own LK> Font-Lock stuff. As a result Font Lock doesn't work properly for LK> org-mode. LK> Lute. LK> PS. Putting the second function on after-change-major-mode-hook is a LK> recent change, it used to be on find-file-hook. -- Carsten Dominik <[EMAIL P

Re: org-mode and mode hooks.

2005-05-25 Thread Carsten Dominik
ode, I'm wondering SM> why it's a problem that after-change-major-mode-hook is run at the SM> wrong time. After all, such manual mode derivation (without using SM> define-derived-mode) is pretty common, so if there's a problem with it, we SM> shou