[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: very slow archive-mode
From: |
Juri Linkov |
Subject: |
Re: very slow archive-mode |
Date: |
Sun, 16 Mar 2008 18:31:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) |
>> Using a separate unibyte buffer may be a good solution, but there is one
>> possible problem: it would be difficult to find this hidden separate
>> buffer to kill it with the purpose to free up the memory occupied by the
>> file buffer after interrupting its loading (perhaps, this buffer can be
>> killed using unwind-protect during loading and kill-buffer-hook for C-x k).
>
>> So it seems a separate unibyte buffer would be necessary only if it will
>> be impossible to get the fast reading without leaving the file buffer
>> in the modified state.
>
> I installed a change to use no-convesion-multibyte for
> archive files. Please try with the latest code.
Thank you very much. Now large archives are opened instantly.
--
Juri Linkov
http://www.jurta.org/emacs/
- Re: very slow archive-mode, (continued)
- Re: very slow archive-mode, Stefan Monnier, 2008/03/12
- Re: very slow archive-mode, Juri Linkov, 2008/03/12
- Re: very slow archive-mode, Kenichi Handa, 2008/03/13
- Re: very slow archive-mode, Stefan Monnier, 2008/03/13
- Re: very slow archive-mode, Stefan Monnier, 2008/03/13
- Re: very slow archive-mode, YAMAMOTO Mitsuharu, 2008/03/13
- Re: very slow archive-mode, Kenichi Handa, 2008/03/13
- Re: very slow archive-mode, YAMAMOTO Mitsuharu, 2008/03/14
- Re: very slow archive-mode, Juri Linkov, 2008/03/13
- Re: very slow archive-mode, Kenichi Handa, 2008/03/15
- Re: very slow archive-mode,
Juri Linkov <=