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.devel Subject: Re: master d89d5e0: Fix handling of folder "+/" in MH-E Date: Tue, 16 Nov 2021 07:49:34 -0800 Message-ID: <4135.1637077774@alto> References: <871r3g7cdy.fsf@gnus.org> 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="20855"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 16 16:52:59 2021 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 1mn0lW-0005Et-HC for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Nov 2021 16:52:58 +0100 Original-Received: from localhost ([::1]:36102 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mn0lU-0005Iu-O4 for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Nov 2021 10:52:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mn0iO-0004Pg-IB for emacs-devel@gnu.org; Tue, 16 Nov 2021 10:49:44 -0500 Original-Received: from shell1.rawbw.com ([198.144.192.42]:56739) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mn0iM-0007CG-Qk for emacs-devel@gnu.org; Tue, 16 Nov 2021 10:49:44 -0500 Original-Received: from alto (96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 1AGFnZLl021801 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 16 Nov 2021 07:49:40 -0800 (PST) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133] claimed to be alto In-Reply-To: Your message of "Tue, 16 Nov 2021 09:06:33 +0100." <871r3g7cdy.fsf@gnus.org> X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 28.0.60 Content-ID: <4134.1637077774.1@alto> Received-SPF: none client-ip=198.144.192.42; envelope-from=mkupfer@alum.berkeley.edu; helo=shell1.rawbw.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:279570 Archived-At: Lars Ingebrigtsen wrote: > stepheng+savannah@gildea.com (Stephen Gildea) writes: > > > Fix handling of folder "+/" in MH-E > > This leads to: > > 2 unexpected results: > FAILED mh-folder-completion-function-08-plus-slash > FAILED mh-folder-completion-function-09-plus-slash-tmp > > on Debian/bullseye (with nativecomp). Thanks. I'll take a look, though it might take a few days before I get anywhere. I wonder if this is another conflict between nativecomp and the mock environment that the MH-E tests set up. mike