From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: git tip: Error in winner-save-old-configurations (flyspell-post-command-hook): (wrong-type-argument stringp nil) [73 times] Date: Wed, 07 Sep 2022 05:27:15 +0300 Message-ID: <83illzj4vw.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15780"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 07 04:28:16 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oVknX-0003tv-La for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Sep 2022 04:28:15 +0200 Original-Received: from localhost ([::1]:40976 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVknW-0000iY-6h for ged-emacs-devel@m.gmane-mx.org; Tue, 06 Sep 2022 22:28:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVkms-0008U6-0H for emacs-devel@gnu.org; Tue, 06 Sep 2022 22:27:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54374) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVkmr-0006MC-GA; Tue, 06 Sep 2022 22:27:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=XVnK9C8uI92OjeyLD4mPD1DQmqgb0ygYf/847FVlKfk=; b=pco6dBresWxo qPRRkA3uFdn90Oi/uRBDIZCq30r1Zs673DSOd4ApvDj4G6+qF8Y09q/E5k0yJhPJss/Y4uiM0Qd86 RXxNgMrSbSaols5GjzYuXkTKm02Sdk8P8DmyD0HaF6NQxlNbPhrDnANOcnuAmdjdHaqp0VF9b4SBt +3SHvwN1jRp81WlMsZEAcAfhMUKzcl6o+4hODe6GwfUk9Sq8/QhBiSs1JpifHozf1ORtK17yAs4F1 PMSvDGughARSUaholj9qgADrWwL+ZubvJPcNlQDK7eoIoACZgJBwrOSn6amu0MgFwkpzSIqjdCAy4 +kzLYQMVbqOBNXW56Bq+JQ==; Original-Received: from [87.69.77.57] (port=2639 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVkmq-0006y1-SK; Tue, 06 Sep 2022 22:27:33 -0400 In-Reply-To: (message from Sam Steingold on Tue, 06 Sep 2022 15:47:23 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294812 Archived-At: > From: Sam Steingold > Date: Tue, 06 Sep 2022 15:47:23 -0400 > > Hi, > With the fresh Emacs from yesterday, I get > > Error in winner-save-old-configurations (flyspell-post-command-hook): (wrong-type-argument stringp nil) > > in the Echo Area and *Messages* on every move in an Org-mode buffer. > > I don't know how to debug it (I tried stepping through > `flyspell-post-command-hook' and got nothing), so I wonder if someone > sees anything like that. > > Thank you. > > PS. The trivial sequence of > > emacs -Q > C-x b foo RET > M-x org-mode RET > M-x winner-mode RET > M-x flyspell-mode RET > foo bar baz > > does not, alas, produce the described behavior... So what _is_ the recipe to reproduce it? (And why didn't you report it using "M-x report-emacs-bug"?)