GNU bug report logs -
#16433
24.3.50; find_newline screws up in Rmail buffers
Previous Next
Reported by: rms <at> gnu.org
Date: Mon, 13 Jan 2014 19:38:02 UTC
Severity: important
Tags: moreinfo
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Sat, 31 May 2014 13:13:16 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 16433 <at> debbugs.gnu.org
>
> In any case, I seem to have now a reproducible recipe, and can work on
> it locally. Thanks so much for your help.
I think I might have nailed the villain. It was a very old bug. The
fix is in revision 117181 on the emacs-24 branch; I reproduce it below
for your convenience. Please try running with it for a while, and if
the problems in Rmail don't come back, I will close the bug.
Thanks again for your help.
--- src/fileio.c 2014-05-11 02:30:57 +0000
+++ src/fileio.c 2014-05-31 18:23:53 +0000
@@ -4087,7 +4087,7 @@ by calling `format-decode', which see.
&& SAVE_MODIFF >= MODIFF)
we_locked_file = 1;
#endif /* CLASH_DETECTION */
- prepare_to_modify_buffer (GPT, GPT, NULL);
+ prepare_to_modify_buffer (PT, PT, NULL);
}
move_gap_both (PT, PT_BYTE);
This bug report was last modified 10 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.