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

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

Re: bug#15876: 24.3.50; Highly degraded performance between rev 114715 a


From: Sebastien Vauban
Subject: Re: bug#15876: 24.3.50; Highly degraded performance between rev 114715 and 115006
Date: Thu, 14 Nov 2013 11:13:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Glenn,

"Sebastien Vauban" wrote:
>>>    What's become slow:
>>>    - movements (<down>, <C-home>, etc.) in Org files
>>>    - movements (<down>, <C-home>, etc.) in mails
>>>    - maybe other stuff (not yet tested)
>>
>> I don't see how point 2 can be Org-related.
>
> It's not.

Even if the problem is not related to Org (as it is also present in Gnus
summary buffers), point 2 could be Org-related, as many Org users (me included)
do have orgtbl, orgstruct-mode or orgstruct++ enabled when composing mails:

--8<---------------cut here---------------start------------->8---
      (defun my-message-mode-hook ()

        ;; tab completion for alias in `.mailrc'
        (local-set-key (kbd "<M-tab>") 'mail-abbrev-complete-alias)

        ;; enable automatic word-wrap when composing messages
        (setq fill-column 79)
        (turn-on-auto-fill)

        ;; turn on the `org-mode' table editor
        (turn-on-orgtbl)

        ;; turn on (the enhanced version of) orgstruct-mode
        (turn-on-orgstruct++))

      (add-hook 'message-mode-hook 'my-message-mode-hook)
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


reply via email to

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