From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template =?utf-8?B?4oCYZ+KAmTo=?= Match data clobbered by buffer modification hooks) Date: Sun, 17 Jul 2016 20:41:56 +0300 Message-ID: <8360s42mcb.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1468777385 30240 80.91.229.3 (17 Jul 2016 17:43:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2016 17:43:05 +0000 (UTC) Cc: jwiegley@gmail.com, emacs-devel@gnu.org, nljlistbox2@gmail.com To: Alex =?utf-8?Q?Benn=C3=A9e?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 17 19:43:00 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bOq5j-0006b3-9p for ged-emacs-devel@m.gmane.org; Sun, 17 Jul 2016 19:42:59 +0200 Original-Received: from localhost ([::1]:42553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOq5i-0001yY-F1 for ged-emacs-devel@m.gmane.org; Sun, 17 Jul 2016 13:42:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOq5C-0001xb-Rs for emacs-devel@gnu.org; Sun, 17 Jul 2016 13:42:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOq58-0005xc-NW for emacs-devel@gnu.org; Sun, 17 Jul 2016 13:42:25 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOq58-0005xX-KJ; Sun, 17 Jul 2016 13:42:22 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2090 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bOq54-0002ju-LO; Sun, 17 Jul 2016 13:42:21 -0400 In-reply-to: <87a8hgkwcb.fsf@linaro.org> (message from Alex =?utf-8?Q?Benn?= =?utf-8?Q?=C3=A9e?= on Sun, 17 Jul 2016 18:28:36 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205783 Archived-At: > From: Alex Bennée > Cc: Eli Zaretskii , "N. Jackson" , emacs-devel@gnu.org > Date: Sun, 17 Jul 2016 18:28:36 +0100 > > 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: > > Clipboard pasted as level 2 subtree > org-capture: Capture template ‘g’: Match data clobbered 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. TIA