From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Obsolete code in savehist Date: Mon, 24 Feb 2014 14:58:59 -0500 Message-ID: References: <87ppmgcgcp.fsf@ktab.red-bean.com> <8761o8avy4.fsf@ktab.red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393271957 10037 80.91.229.3 (24 Feb 2014 19:59:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 19:59:17 +0000 (UTC) Cc: Juanma Barranquero , Emacs developers To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 24 20:59:22 2014 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 1WI1gO-0005wk-CH for ged-emacs-devel@m.gmane.org; Mon, 24 Feb 2014 20:59:20 +0100 Original-Received: from localhost ([::1]:59516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI1gN-0004FE-Tc for ged-emacs-devel@m.gmane.org; Mon, 24 Feb 2014 14:59:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI1gD-0004Er-VZ for emacs-devel@gnu.org; Mon, 24 Feb 2014 14:59:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WI1g6-0001pp-MA for emacs-devel@gnu.org; Mon, 24 Feb 2014 14:59:09 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:38334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI1g6-0001pj-I3 for emacs-devel@gnu.org; Mon, 24 Feb 2014 14:59:02 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At8KABK/CFFsoXjX/2dsb2JhbABEvgsBAwEDexdzgh4BAQQBViMQCw4mEhQYDSSIHgbBLZEKA4hhnBmBXoMV X-IPAS-Result: At8KABK/CFFsoXjX/2dsb2JhbABEvgsBAwEDexdzgh4BAQQBViMQCw4mEhQYDSSIHgbBLZEKA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="48636919" Original-Received: from 108-161-120-215.dsl.teksavvy.com (HELO pastel.home) ([108.161.120.215]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 24 Feb 2014 14:58:59 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B1C4260054; Mon, 24 Feb 2014 14:58:59 -0500 (EST) In-Reply-To: <8761o8avy4.fsf@ktab.red-bean.com> (Karl Fogel's message of "Fri, 21 Feb 2014 17:26:59 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169848 Archived-At: >> No, I haven't verified it. In theory, it is fixed though. Yes, it is. The savehist code wasn't fixing the bug, anyway. It was just trying to cleanup some mess that the bug could have left in an earlier session. Stefan