From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.bugs Subject: bug#67361: 29.1; MH-E: creating a new folder can sometimes fail with a Lisp error Date: Wed, 22 Nov 2023 08:30:55 -0800 Message-ID: <11469.1700670655@alto> References: <2410849.1700617511@apps0.cs.toronto.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29733"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 67361@debbugs.gnu.org, Eli Zaretskii , Bill Wohler To: Chris Siebenmann Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 22 17:32:23 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1r5q9F-0007VE-NB for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 22 Nov 2023 17:32:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r5q8v-0006CT-PN; Wed, 22 Nov 2023 11:32:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r5q8t-0006Bf-PR for bug-gnu-emacs@gnu.org; Wed, 22 Nov 2023 11:31:59 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r5q8t-0005ve-Gn for bug-gnu-emacs@gnu.org; Wed, 22 Nov 2023 11:31:59 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r5q8w-0007ug-Jt for bug-gnu-emacs@gnu.org; Wed, 22 Nov 2023 11:32:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 22 Nov 2023 16:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67361 X-GNU-PR-Package: emacs Original-Received: via spool by 67361-submit@debbugs.gnu.org id=B67361.170067067830364 (code B ref 67361); Wed, 22 Nov 2023 16:32:02 +0000 Original-Received: (at 67361) by debbugs.gnu.org; 22 Nov 2023 16:31:18 +0000 Original-Received: from localhost ([127.0.0.1]:59789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5q8E-0007tf-FI for submit@debbugs.gnu.org; Wed, 22 Nov 2023 11:31:18 -0500 Original-Received: from shell1.rawbw.com ([198.144.192.42]:48566 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5q8C-0007tU-BF for 67361@debbugs.gnu.org; Wed, 22 Nov 2023 11:31:17 -0500 Original-Received: from alto (135-180-173-181.dsl.dynamic.sonic.net [135.180.173.181] (may be forged)) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 3AMGUtYo061291 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 22 Nov 2023 08:31:00 -0800 (PST) (envelope-from kupfer@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host 135-180-173-181.dsl.dynamic.sonic.net [135.180.173.181] (may be forged) claimed to be alto In-Reply-To: Your message of "Wed, 22 Nov 2023 16:41:51 +0200." <83jzq9hmts.fsf@gnu.org> X-Mailer: MH-E 8.6+git; nmh 1.7.1; Emacs 29.1.90 Content-ID: <11468.1700670655.1@alto> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:274768 Archived-At: > > From: Chris Siebenmann > > Date: Tue, 21 Nov 2023 20:45:11 -0500 > > > > Under some conditions, creating a new (N)MH folder in MH-E can fail with > > a Lisp error of 'Wrong type argument: stringp, nil'. This happens if for > > some reason you have loaded/required mh-speed.el but have not created a > > speedbar. This sounds familiar. I don't use the speedbar, but I sometimes hit this issue and find that (boundp 'mh-speed-folder-map) returns t. I thought there was an open bug for this already, but I'm not finding it. I'll look some more over the holiday weekend. mike