[mew-dist 29528] Re: slow response in imap folders which have lots of messages
Kazu Yamamoto (山本和彦) <[email protected]> Tue, 19 Jun 2012 11:01:30 +0900 (JST)
| Newsgroups | gmane.mail.mew.general.japanese |
|---|---|
| Message-ID | <[email protected]> |
> Buffer *tmp1* > CPU > > (let ((buf (get-buffer-create "*tmp1*")) > (i 100000)) > (pop-to-buffer buf) > (erase-buffer) > (while (> i 0) > (insert "aaa bbb\n") > (setq i (1- i))) > (goto-char (point-min)) > (while (search-forward "bbb" nil t) > (put-text-property (match-beginning 0) (match-end 0) > 'invisible t))) --