From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#62329: 30.0.50; Error in TRAMP due to variable aliasing Date: Tue, 21 Mar 2023 15:23:43 +0200 Message-ID: References: <87zg86qmjd.fsf@gmx.de> Reply-To: Eshel Yaron Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34109"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: 62329@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Mar 21 14:24:09 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 1pebyD-0008eq-1M for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 21 Mar 2023 14:24:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peby8-0007ym-Qz; Tue, 21 Mar 2023 09:24:04 -0400 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 1peby6-0007nj-Sz for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2023 09:24:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peby6-0000Ha-Fa for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2023 09:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peby5-0000mf-RB for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2023 09:24:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eshel Yaron Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Mar 2023 13:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62329 X-GNU-PR-Package: emacs Original-Received: via spool by 62329-submit@debbugs.gnu.org id=B62329.16794050292991 (code B ref 62329); Tue, 21 Mar 2023 13:24:01 +0000 Original-Received: (at 62329) by debbugs.gnu.org; 21 Mar 2023 13:23:49 +0000 Original-Received: from localhost ([127.0.0.1]:57940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pebxt-0000mA-Ae for submit@debbugs.gnu.org; Tue, 21 Mar 2023 09:23:49 -0400 Original-Received: from mail.eshelyaron.com ([107.175.124.16]:50738 helo=eshelyaron.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pebxr-0000m1-Rz for 62329@debbugs.gnu.org; Tue, 21 Mar 2023 09:23:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1679405027; bh=Y3PNuxQpHkCqpGz2nQ4o7AQz5j6ushoFZlVUlptguQc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=atVMvKCgAQdEQkHfyaJNjw5jQF1IjDwgTwenhFD83PG/9SZ7H8Q+c/ge6/DvjgOgt aky/DwaZakMjJ13EYphEBboMgYl2t8utnFNXjfR9IZt7a2uvpsR83uhXAzqed936bL isKPTuskZbA1lFqDxBy05b5rtYzYDieKSNCl0mFups7rZu/97WhLiUwG1DTCHmiVQu DA+URWWdDar+q39AuZozHA+Bz0Dvfq9KgWUDd1GIzJOR9o4YwrcqgSui8LzchVuUXn Q7xhweCyOeWlUNfDhupIG2dZ+CpqDi/cwfWswAUBxvbX8Kbbehdnol3YATvGYuOHmV i198tztekctqA== In-Reply-To: <87zg86qmjd.fsf@gmx.de> (Michael Albinus's message of "Tue, 21 Mar 2023 14:08:54 +0100") 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:258347 Archived-At: Michael Albinus writes: > Eshel Yaron writes: > > Hi Eshel, > > Thanks for the report. This is the same problem as reported in > bug#62295, I'll merge them. > > I hope to find a fix, soon. Great, thanks. In the meantime my dirty workaround is putting the following in my init.el: (with-eval-after-load 'compile (require 'tramp-sh)) This causes the defvaralias call to happen before tramp-use-connection-share is localized, which seems to work alright. The downside is that tramp-sh is loaded the first time I use M-x compile even if I'm only working locally. -- Eshel