From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: still having problem with #23917 Date: Sat, 29 Oct 2016 18:43:47 +0300 Message-ID: <837f8rqhxo.fsf@gnu.org> References: <87d1ijmsq0.fsf@atmarama.com> <83insbqm81.fsf@gnu.org> <87zilnky62.fsf@atmarama.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1477755860 24839 195.159.176.226 (29 Oct 2016 15:44:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2016 15:44:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 17:44:17 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c0Vnq-0005ep-9x for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2016 17:44:14 +0200 Original-Received: from localhost ([::1]:55022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Vns-0004wb-UD for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2016 11:44:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0VnN-0004wU-PI for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 11:43:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0VnJ-0002Ke-9r for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 11:43:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0VnJ-0002Ka-67 for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 11:43:41 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1870 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c0VnH-0005nA-Dy for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 11:43:40 -0400 In-reply-to: <87zilnky62.fsf@atmarama.com> (message from =?utf-8?B?U2E=?= =?utf-8?B?xaFhIEphbmnFoWth?= on Sat, 29 Oct 2016 16:49:41 +0200) 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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111633 Archived-At: > From: Saša Janiška > Date: Sat, 29 Oct 2016 16:49:41 +0200 > > Eli Zaretskii writes: > > > How about reporting this to Org maintainers? > > Well, I did post to org-mdoe list and was told to try with the master of > org-mode. If the problem persists on the Org master, you should get back to the Orf maintainers and tell them about it. > Otoh, this one was problem discussed on emacs-devel: “Please consider > making Bug #23917 a blocker for 25.1” and the fact is it was not present > in 24.5? That bug was fixed before Emacs 25.1 was released, so your Emacs doesn't have that bug. The error message and the test which triggers it are new in Emacs 25.1 so it's a small wonder you don't see it in previous versions. That doesn't mean the bug is in the code which emits the error message, the first suspect is the Lisp code which runs when the error appears. Therefore, the Org maintainers should take a look at that.