Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Lex Trotman
> I get two different warnings... If I save the file and then give that > file editor focus after 30 seconds, I get the "The file 'somefile.txt' > on the disk is more recent than the current buffer." warning. That is what is expected if the filesystem is fibbing about the times as I originally de

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Tim Tisdall
On 22 July 2015 at 09:32, Lex Trotman wrote: > What save settings are you using, see the wiki > http://wiki.geany.org/config/all_you_never_wanted_to_know_about_file_saving > for a discussion of the settings available. Maybe the new Geany is > using different settings? I'll have to check this on

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Tim Tisdall
On 22 July 2015 at 09:32, Lex Trotman wrote: > The new version does an extra check of the file status, so that the > user gets the chance to decide to save or not if the buffer doesn't > match the file on disk, even if the buffer is unchanged. But that is > before the save actually takes place, s

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Lex Trotman
>> There may be some option you can set on the FUSE filesystem to stop it >> doing that and maybe the latest Ubuntu has changed the default. > > I was wondering if there was some sort of automatic change directly > after Geany saved to the file that was triggering things. However, > didn't the pre

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Tim Tisdall
On 22 July 2015 at 08:38, William Waalkes wrote: > Hello, how do I get removed from this list? I think you email users-requ...@lists.geany.org with the body and/or subject being "unsubscribe" ___ Users mailing list Users@lists.geany.org https://lists.g

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread William Waalkes
Hello, how do I get removed from this list? Thanks On Wednesday, July 22, 2015, Lex Trotman wrote: > On 22 July 2015 at 22:24, Tim Tisdall > > wrote: > > On 21 July 2015 at 17:04, Matthew Brush > wrote: > >> I've never heard of it. One thing you could try is to watch the files > using > >> `in

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Lex Trotman
On 22 July 2015 at 22:24, Tim Tisdall wrote: > On 21 July 2015 at 17:04, Matthew Brush wrote: >> I've never heard of it. One thing you could try is to watch the files using >> `inotifywait` (in `inotify-tools` package) like: >> >> $ inotifywait -m /path/to/a/file/in/question >> >> And see if

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Tim Tisdall
On 21 July 2015 at 17:04, Matthew Brush wrote: > I've never heard of it. One thing you could try is to watch the files using > `inotifywait` (in `inotify-tools` package) like: > > $ inotifywait -m /path/to/a/file/in/question > > And see if it reports changes. Another way (since I don't think G

Re: [Geany-Users] 1.25 incorrectly detecting file changes

2015-07-22 Thread Tim Tisdall
On 21 July 2015 at 19:18, Lex Trotman wrote: > On 22 July 2015 at 04:42, Tim Tisdall wrote: >> I keep getting the "The file 'somefile.txt' on the disk is more recent than >> the current buffer." message after ~30 seconds on each save. > > This has turned up very occasionally in the past, it is du