From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Another todo-mode bug fix, ok for emacs-25? Date: Wed, 04 May 2016 15:59:11 +0200 Message-ID: <87inyt7wls.fsf@gmx.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462370410 12790 80.91.229.3 (4 May 2016 14:00:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 May 2016 14:00:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 04 16:00: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 1axxLI-0004z7-M9 for ged-emacs-devel@m.gmane.org; Wed, 04 May 2016 15:59:56 +0200 Original-Received: from localhost ([::1]:48100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axxLF-0000mZ-3j for ged-emacs-devel@m.gmane.org; Wed, 04 May 2016 09:59:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axxL4-0000VA-Ul for emacs-devel@gnu.org; Wed, 04 May 2016 09:59:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axxKt-0001zb-Bm for emacs-devel@gnu.org; Wed, 04 May 2016 09:59:37 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axxKt-0001xO-62 for emacs-devel@gnu.org; Wed, 04 May 2016 09:59:31 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1axxKf-0004cT-S8 for emacs-devel@gnu.org; Wed, 04 May 2016 15:59:17 +0200 Original-Received: from i59f56146.versanet.de ([89.245.97.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2016 15:59:17 +0200 Original-Received: from stephen.berman by i59f56146.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2016 15:59:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f56146.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:203575 Archived-At: In bug#23447 I show how to reproduce a todo-mode bug I encountered involving archived items and provide a fix for it. The bug does not result in data loss or file corruption, but changes the behavior of todo-show in a way that can only be repaired by resetting internal variables or unloading and reloading todo-mode.el. The patch has no effect outside of todo-mode, and I've tested all uses of the function involved within todo-mode and encountered no problems, so is it all right for me to commit the fix to emacs-25? Steve Berman