From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jose A Ortega Ruiz 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 18:16:28 +0100 Message-ID: <87sfl314wj.fsf@mail.jao.io> References: <83illzj4vw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35337"; mail-complaints-to="usenet@ciao.gmane.io" To: sds@gnu.org, emacs-devel@gnu.org, Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 07 19:24:04 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 1oVymR-000946-IM for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Sep 2022 19:24:03 +0200 Original-Received: from localhost ([::1]:34732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVymQ-00069f-FS for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Sep 2022 13:24:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVyfA-0001ew-FF for emacs-devel@gnu.org; Wed, 07 Sep 2022 13:16:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVyfA-000110-3B; Wed, 07 Sep 2022 13:16:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=jzW/DizrsrXufX3yWAM5lGjO33F5rWjTT6bG6yARN8U=; b=Yn/nsk23PD4SJa28gN7Y +sqLbk2+EzjE8hxEGudd9gblZ3YZpt/I7XX/fa3Wy5mYuxaTlpXS3PGiVSHG6+Gd7qNcZFPvNUovD K8Ttk9P0Yg9QNc/fj6JmhqRJtoCPHzWkzNhBE8vy5KTZ1n0BlvDl0evcdprCK+yfVOi3amPIJBCN3 kSV+HXkiqe0E0IPCVcrONDThExlEtxRkKcAggZxqBAf45AgHE8qBLUJ+JSLhBSYq2ov4rZ5X03bsg 6ccddyrD/QTb6g/v20YWzMeWP/XUD+oc95rhXxB2MDsSKgGCIZdf/jWmnKgOILyES9bks5fUPCmcY UdR6NhDPOEzjEg==; Original-Received: from cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net ([92.233.85.247]:41270 helo=rivendell.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVyf8-00069s-Vo; Wed, 07 Sep 2022 13:16:31 -0400 Original-Received: from localhost (rivendell.localdomain [local]) by rivendell.localdomain (OpenSMTPD) with ESMTPA id 5e4c6029; Wed, 7 Sep 2022 17:16:28 +0000 (UTC) In-Reply-To: X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: 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:294857 Archived-At: On Wed, Sep 07 2022, Sam Steingold wrote: [...] > Because I do not have a "minimal reproducible example". > I hoped that someone has seen these symptoms and I don't have to worry. fwiw, since a week ago or so, it happens to me all the time, but with transient--post-command-hook instead of flyspell-post-command-hook. unfortunately, as in your case, i don't have a recipe from emacs -Q, after a few hours trying to reproduce it unsuccessfully. cheers, jao -- How many Zen Buddhist does it take to change a light bulb? Two. One to change it and one not to change it.