GNU bug report logs -
#23917
25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out
Previous Next
Reported by: Robert Pluim <rpluim <at> gmail.com>
Date: Fri, 8 Jul 2016 12:43:02 UTC
Severity: normal
Tags: fixed
Found in version 25.0.95
Fixed in version 25.1
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Fri, 08 Jul 2016 20:03:35 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 23917 <at> debbugs.gnu.org
>
> > which already does save-match-data. If I globally disable the org
> > element cache by (setq org-element-use-cache nil) the issue
> > disappears, so now I'm confused as to what's going on.
>
> Load the file where this function lives as a .el file, and when the
> watchpoint triggers, show the results of "xbacktrace".
Actually, we might be looking in the wrong direction: since some of
these functions do use save-match-data, the search registers might be
legitimately changed and restored several times. So I think you need
to type "continue" and see what other parts of code change the match
data, all the way until the call to replace_range returns. Once we've
seen all those changes, with backtraces for each of them, we will
probably see the culprit.
It is still advisable to load the involved files as *.el files, as the
results of "xbacktrace" will then be more detailed.
Thanks.
This bug report was last modified 8 years and 303 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.