From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45462: 28.0.50; [feature/native-comp] trailing backslashes in comp-eln-load-path are required but shouldn't Date: Thu, 14 Jan 2021 21:43:50 +0000 Message-ID: References: <871rfbe1la.fsf@collares.org> <87czy7pqpl.fsf@collares.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10635"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45462@debbugs.gnu.org To: Mauricio Collares Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 14 22:46:09 2021 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 1l0ARU-0002dj-AW for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 Jan 2021 22:46:08 +0100 Original-Received: from localhost ([::1]:52266 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l0ART-0003Fw-Ci for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 Jan 2021 16:46:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0AQQ-0002Yd-9P for bug-gnu-emacs@gnu.org; Thu, 14 Jan 2021 16:45:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56161) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l0AQQ-0000k2-1S for bug-gnu-emacs@gnu.org; Thu, 14 Jan 2021 16:45:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l0AQP-0007hT-VE for bug-gnu-emacs@gnu.org; Thu, 14 Jan 2021 16:45:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jan 2021 21:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45462 X-GNU-PR-Package: emacs Original-Received: via spool by 45462-submit@debbugs.gnu.org id=B45462.161066064229511 (code B ref 45462); Thu, 14 Jan 2021 21:45:01 +0000 Original-Received: (at 45462) by debbugs.gnu.org; 14 Jan 2021 21:44:02 +0000 Original-Received: from localhost ([127.0.0.1]:39474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0APR-0007fk-Ji for submit@debbugs.gnu.org; Thu, 14 Jan 2021 16:44:01 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:57218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0APN-0007fI-EE for 45462@debbugs.gnu.org; Thu, 14 Jan 2021 16:44:00 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 10ELhoQH026324 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 14 Jan 2021 21:43:51 GMT In-Reply-To: (Andrea Corallo via's message of "Thu, 14 Jan 2021 14:17:23 +0000") 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" Xref: news.gmane.io gmane.emacs.bugs:197967 Archived-At: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Mauricio Collares writes: > >> Andrea Corallo writes: >>> Hi Mauricio, >>> >>> ee53560c8c should fix this, please have a try. >>> >>> Thanks for reporting. >>> >>> Andrea >> >> Hi Andrea, >> >> As I mentioned before, previous tests worked fine. However, while >> debugging #45854, I saw this problem again today. A minimized testcase: > > I see where the issue is, should be an easy fix, I'll look into it this > evening. > > Reopening this. Hi Mauricio, f1efac1f9e should fix this, could you give it a try? Thanks Andrea