From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: =?UTF-8?B?YnVnIzIzOTE3OiBQbGVhc2UgY29uc2lkZXIgbWFraW5nIEJ1ZyAj?= =?UTF-8?B?MjM5MTcgYSBibG9ja2VyIGZvciAyNS4xICh3YXMgUmU6IG9yZy1jYXB0dXJl?= =?UTF-8?B?OiBDYXB0dXJlIHRlbXBsYXRlIOKAmGfigJk6IE1hdGNoIGRhdGEgY2xvYmJl?= =?UTF-8?B?cmVkIGJ5IGJ1ZmZlciBtb2RpZmljYXRpb24gaG9va3Mp?= Date: Mon, 18 Jul 2016 14:24:59 +0200 Message-ID: <87eg6rgmlg.fsf__31030.3810322241$1468844911$gmane$org@gmail.com> References: <87vb066ejv.fsf@linaro.org> <8360s67qcp.fsf@gnu.org> <87bn1yyaui.fsf@linaro.org> <87mvlhmv0x.fsf_-_@moondust.awandering> <837fcl5zs9.fsf@gnu.org> <87a8hgkwcb.fsf@linaro.org> <8360s42mcb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP7cg-0003m9-Lw for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 08:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP7cf-0001oA-4N for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 08:26:10 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8360s42mcb.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 17 Jul 2016 20:41:56 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eli Zaretskii Cc: 23917@debbugs.gnu.org, jwiegley@gmail.com, Alex =?UTF-8?Q?Benn=C3=A9e?= , nljlistbox2@gmail.com (I'm moving this discussion to the bug, let me know if that's not OK) Eli Zaretskii writes: >> From: Alex Benn=C3=A9e >> Cc: Eli Zaretskii , "N. Jackson" , = emacs-devel@gnu.org >> Date: Sun, 17 Jul 2016 18:28:36 +0100 >>=20 >> I've just uninstalled the ELPA installed org and run into the same >> problem with the bundled version. It certainly doesn't happen with all >> my capture templates but this particular entry with %a and %c does >> trigger the error. From my *Messages: >>=20 >> Clipboard pasted as level 2 subtree >> org-capture: Capture template =E2=80=98g=E2=80=99: Match data clobbe= red by buffer modification hooks >> "/home/alex/src/emacs/install/share/emacs/25.0.95/lisp/org/org.elc" > > Can you come up with a reproducible recipe, starting with "emacs -Q", > and then loading everything required for the reproduction? Otherwise, > I don't see how this problem could be resolved, given the sadly small > number of people on board who are capable of debugging such problems. > Make sure that you have org-20160704 from elpa. # emacs -Q ;evaluate the following=20 (custom-set-variables '(package-selected-packages (quote (org-20160704)))) (package-initialize) ; Now do: C-x C-f ~/.notes M-x org-mode M-x org-capture t ; This should result in: Capture template =E2=80=98t=E2=80=99: Match data clobbered by buffer modifi= cation hooks I've tried to follow who clobbers it via GDB, but I keep getting lost. For me it's always search_regs.end[sub] that has the unexpected value. Regards Robert