Re: Buffer sometimes changes to modified during isearch

2006-08-04 Thread Klaus Zeitler
Maybe I spoke too soon, maybe that's a new problem. Here's another recipe, that will (at least most of the time) cause a change of the buffer-modified flag. 1. start emacs -Q 2. in scratch buffer evaluate the following 2 expressions (setq ediff-split-window-function 'split-window-horizontally) (se

Re: Buffer sometimes changes to modified during isearch

2006-08-03 Thread Klaus Zeitler
> "Stefan" == Stefan Monnier <[EMAIL PROTECTED]> writes: Stefan> >>> Can you send a reproducible test case? Stefan> >> This is due to the recent changes to font-lock. The problem goes away >> if you turn global-font-lock-mode off. The buffer is modified or not, >> de

Re: Buffer sometimes changes to modified during isearch

2006-08-02 Thread Stefan Monnier
>> When I do an isearch with todays CVS version, sometimes the modified >> flag of the buffer gets set. >> Can you send a reproducible test case? > This is due to the recent changes to font-lock. The problem goes away if you > turn global-font-lock-mode off. The buffer is modified or not, depend

Re: Buffer sometimes changes to modified during isearch

2006-08-02 Thread Nick Roberts
> When I do an isearch with todays CVS version, sometimes the modified > flag of the buffer gets set. > > Can you send a reproducible test case? This is due to the recent changes to font-lock. The problem goes away if you turn global-font-lock-mode off. The buffer is modified or not

Re: Buffer sometimes changes to modified during isearch

2006-08-02 Thread Richard Stallman
When I do an isearch with todays CVS version, sometimes the modified flag of the buffer gets set. Can you send a reproducible test case? I've tried M-x debug-on-entry for set-buffer-modified-p and restore-buffer-modified-p, but they didn't get It would be

Buffer sometimes changes to modified during isearch

2006-08-02 Thread Klaus Zeitler
When I do an isearch with todays CVS version, sometimes the modified flag of the buffer gets set. I've tried M-x debug-on-entry for set-buffer-modified-p and restore-buffer-modified-p, but they didn't get hit (at least not when the modified flag changed suddenly during isearch). I could also observ