On Mar 11, 2005, at 21:22, Christian Bogen wrote:
[...] Is that a beta problem (I'm using b5) or is this behaviour »normal«?
The problem solely has to do with scanning the loaded file for folding markers (which is slow because of regex) -- most likely before 1.1 final I'll switch to having this done lazy and in a separate thread, so that it won't affect perceived performance.