From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 10:48:41 2020 Received: (at submit) by debbugs.gnu.org; 29 Jun 2020 14:48:41 +0000 Received: from localhost ([127.0.0.1]:49065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpv5N-0006R0-E9 for submit@debbugs.gnu.org; Mon, 29 Jun 2020 10:48:41 -0400 Received: from thyrsus.com ([71.162.243.5]:56436 helo=snark.thyrsus.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpv5J-0006Qn-Sv for submit@debbugs.gnu.org; Mon, 29 Jun 2020 10:48:39 -0400 Received: by snark.thyrsus.com (Postfix, from userid 1000) id 5B8CFF800FD; Mon, 29 Jun 2020 10:48:17 -0400 (EDT) From: esr@thyrsus.com (Eric S. Raymond) To: submit@debbugs.gnu.org Subject: Python mode load failing due to some issue with tramp Message-Id: <20200629144817.5B8CFF800FD@snark.thyrsus.com> Date: Mon, 29 Jun 2020 10:48:17 -0400 (EDT) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Package: emacs Version: 26.3 Python mode load is failing due to some issue with tramp. Likely a loaddefs issue or something similar. To reproduce, simply visit a file with a .py extension. Stack trace: Debugger entered--Lisp error: (void-variable tramp-default-user-alist) (member x tramp-default-user-alist) (if (member x tramp-default-user-alist) tramp-default-user-alist (setq tramp-default-user-alist (cons x tramp-default-user-alist))) (let* ((x (cons (concat "\\`" (regexp-opt (quote ("su" "sudo" "doas" "ksu"))) "\\'") (quote (nil "root"))))) (if (member x tramp-default-user-alist) tramp-default-user-alist (setq tramp-default-user-alist (cons x tramp-default-user-alist)))) eval-buffer(# nil "/usr/share/emacs/26.3/lisp/net/tramp-sh.el" nil t) ; Reading at buffer position 15068 load-with-code-conversion("/usr/share/emacs/26.3/lisp/net/tramp-sh.el" "/usr/share/emacs/26.3/lisp/net/tramp-sh.el" nil t) require(tramp-sh) eval-buffer(# nil "/usr/share/emacs/26.3/lisp/progmodes/python.el" nil t) ; Reading at buffer position 12340 load-with-code-conversion("/usr/share/emacs/26.3/lisp/progmodes/python.el" "/usr/share/emacs/26.3/lisp/progmodes/python.el" nil t) python-mode() set-auto-mode-0(python-mode nil) set-auto-mode() normal-mode(t) after-find-file(nil t) find-file-noselect-1(# "~/WWW/irker/irkerhook.py" nil nil "~/public_html/irker/irkerhook.py" (5771543 66307)) find-file-noselect("~/WWW/irker/irkerhook.py" nil nil t) find-file("~/WWW/irker/irkerhook.py" t) funcall-interactively(find-file "~/WWW/irker/irkerhook.py" t) call-interactively(find-file nil nil) command-execute(find-file) There's a workaround: deleting (require 'tramp-sh) from early in python.el. Of course this disables some remote features. -- Eric S. Raymond "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, Historical Review of Pennsylvania, 1759. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 11:04:08 2020 Received: (at 42125) by debbugs.gnu.org; 29 Jun 2020 15:04:08 +0000 Received: from localhost ([127.0.0.1]:49078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpvKK-0006yv-EZ for submit@debbugs.gnu.org; Mon, 29 Jun 2020 11:04:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpvKG-0006yE-8D for 42125@debbugs.gnu.org; Mon, 29 Jun 2020 11:04:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32911) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpvKA-0005fr-2p; Mon, 29 Jun 2020 11:03:58 -0400 Received: from [176.228.60.248] (port=1493 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jpvK9-0005a8-Ie; Mon, 29 Jun 2020 11:03:57 -0400 Date: Mon, 29 Jun 2020 18:03:47 +0300 Message-Id: <83imf929t8.fsf@gnu.org> From: Eli Zaretskii To: esr@thyrsus.com (Eric S. Raymond) In-Reply-To: <20200629144817.5B8CFF800FD@snark.thyrsus.com> (esr@thyrsus.com) Subject: Re: bug#42125: Python mode load failing due to some issue with tramp References: <20200629144817.5B8CFF800FD@snark.thyrsus.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42125 Cc: 42125@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: esr@thyrsus.com (Eric S. Raymond) > Date: Mon, 29 Jun 2020 10:48:17 -0400 (EDT) > > Package: emacs > Version: 26.3 > > Python mode load is failing due to some issue with tramp. Likely a > loaddefs issue or something similar. To reproduce, simply visit > a file with a .py extension. > > Stack trace: > > Debugger entered--Lisp error: (void-variable tramp-default-user-alist) > (member x tramp-default-user-alist) I cannot reproduce this, FWIW. Is it possible that some file in your ~/.emacs.d directory (or some other init-related feature) gets in the way? P.S. Did you try this in "emacs -Q"? From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 12 20:40:07 2020 Received: (at control) by debbugs.gnu.org; 13 Aug 2020 00:40:07 +0000 Received: from localhost ([127.0.0.1]:46064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k61Hr-0007E2-AG for submit@debbugs.gnu.org; Wed, 12 Aug 2020 20:40:07 -0400 Received: from mail-yb1-f171.google.com ([209.85.219.171]:34911) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k61Hq-0007DM-6J for control@debbugs.gnu.org; Wed, 12 Aug 2020 20:40:06 -0400 Received: by mail-yb1-f171.google.com with SMTP id y134so2379857yby.2 for ; Wed, 12 Aug 2020 17:40:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=PO7KJ1KSGls/rW+6O3zJNpjojPxlN7FwO7Oz5X/nKp4=; b=kVyYwL1DYjQiUCp8jsNApiAeRIfF7hCfEuK8JSO8qkiA0ManJtZeVso0UatplsjS5t kEr3+jzAMFX4pvaOMaahKPqBXTS0ZR5yFrK/ZzTs7H0SagmBocC6hQ8Axv8B6DkEACwB OjSxiltbJVuoSEWNdqQtFRynnLSfPd7iy27gDzlJobVoKZXoKf34IGZIKm+wAjpGSMwA QaSXTIOGgE6Cne1tARdTUeYN4LCNqFdkx7fl7NP3dIATeDk5hyZavf8mAEWIanP5HdzJ FZf6qPj4XRq0VggkZmAPnUgLPQPwwFvfKGaqvschZZhxQjYkjbDYgON0DoRtKF13/w/w 5oBA== X-Gm-Message-State: AOAM533vzTrM4pq8VqJI32X/SfMhYMSmvkQtTJ+08GJ19HCrpH+HvACB seq8J+tn8rQE9ZYVvuQGrqb8RVJ/ZknZLMiW7WShW76oW9w= X-Google-Smtp-Source: ABdhPJzem4gQlcAeW0sBVv1+/LV2b7M8UTA46Argk+t8A85hTdstNiG0Ml5i7IzpgJKAfZuDTpx03uWXjQZ47kvRqi0= X-Received: by 2002:a25:880e:: with SMTP id c14mr2991171ybl.181.1597279200520; Wed, 12 Aug 2020 17:40:00 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 12 Aug 2020 17:40:00 -0700 From: Stefan Kangas MIME-Version: 1.0 Date: Wed, 12 Aug 2020 17:40:00 -0700 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 42125 + unreproducible thanks Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.219.171 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.219.171 listed in wl.mailspike.net] 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 42125 + unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 13 12:34:17 2020 Received: (at control) by debbugs.gnu.org; 13 Aug 2020 16:34:17 +0000 Received: from localhost ([127.0.0.1]:50825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k6GBF-0004D5-1d for submit@debbugs.gnu.org; Thu, 13 Aug 2020 12:34:17 -0400 Received: from mail-ej1-f53.google.com ([209.85.218.53]:36841) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k6GBD-0004Cm-Ne for control@debbugs.gnu.org; Thu, 13 Aug 2020 12:34:16 -0400 Received: by mail-ej1-f53.google.com with SMTP id kq25so6869083ejb.3 for ; Thu, 13 Aug 2020 09:34:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=AuTZJ+0X4wSgtGsRWJnmCcbt76ZaHlYOVhRkKS/zY9c=; b=JCCPA5Mm5Vnwo5GI3usEd8upoy8PdMAoU7r9+SwGh+8g1B+g9J3+cvGijvWOJxf3O7 BgMam6Fbsfzk9YQFsVRBYyto6Jx+YU+uSGOQhMO2ztxgdKSMlkDQXLO+HhvDStq5xshg MZcYIBeVGBdg0zZXmgYimE99VQIOEAbrzx0l2sX4SN5Ofoy3HZw/b0GY6ePM3/7bZ51h MAzshdWQoNi5fvl798IJzMi16gbLw2L83ksoR+PYsLqPzASGRrS/ts2ov3rxKVHAhEZZ 8RdHaL+02BSOe/rdCuonrxCYLd7Ub3550ipCLQe+ZL6z+eoE7atLkWdCWY/3jlzspKGg f3mQ== X-Gm-Message-State: AOAM530IWEwyd6p3PjAWOCFxS0Dd7mXJZrJDx19lWJy8w/6vGBNpnxR3 APSYh2FfBJ1NmmL8c7zbHg+S7xsUSt5JcWVwKf23hzfjkso= X-Google-Smtp-Source: ABdhPJy4oL8RBq4PKdoGcmfOzuIQwFnk/WNW8X+DiFkyKA0cTGIlr7ZExP56mum7hPewj1bzO0OmVCw2ijM9HY/B11k= X-Received: by 2002:a17:907:72c8:: with SMTP id du8mr5355249ejc.237.1597336449959; Thu, 13 Aug 2020 09:34:09 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 13 Aug 2020 09:34:09 -0700 From: Stefan Kangas MIME-Version: 1.0 Date: Thu, 13 Aug 2020 09:34:09 -0700 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 42125 + moreinfo thanks Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.218.53 listed in list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.53 listed in wl.mailspike.net] 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 42125 + moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 17 21:39:49 2020 Received: (at 42125-done) by debbugs.gnu.org; 18 Oct 2020 01:39:49 +0000 Received: from localhost ([127.0.0.1]:35894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTxfp-0000im-Am for submit@debbugs.gnu.org; Sat, 17 Oct 2020 21:39:49 -0400 Received: from mail-ed1-f41.google.com ([209.85.208.41]:37559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTxfm-0000iT-Dj for 42125-done@debbugs.gnu.org; Sat, 17 Oct 2020 21:39:47 -0400 Received: by mail-ed1-f41.google.com with SMTP id o18so6684009edq.4 for <42125-done@debbugs.gnu.org>; Sat, 17 Oct 2020 18:39:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=ZNPVLd8kOuwGSLasXMh3Ez1iGj5KWCRnOixftb7gCjk=; b=C6i92vkEnlyx6XBnx2wmHAXsrAURl/741A5S+n5UllMmZOgHTCYq7cZlfpDCBAwMO4 cUahehEBGZP1lbtNx+rfthiPuHFQOmlOkUm4wVqXKob1ZrdfCwnwnAiX7DW3W5LYxiYE bg3lYIYTVADbrzn1vx/6ZXiVykc5MDJEW/osb1CsbYnry+aaoW3MwdIYS43tsSSF04sK OP2pfYFL+0oyEKQ6pV1J0ZamuavRRr5qiH7Q8Tf+zTXUDbZbOmFqiv3JfYwhte8Mdxiw 0M7vPcWBB7+CQdzsam2zZf6GO1iBpM30JHilj9PYC5aVQWh8Ci+AnV77+z8V9uiTGNKg j2Kw== X-Gm-Message-State: AOAM5316QqNtXTPKfIdJcWFAH4gYx2bCMDLj+L1sXOUtpDluMQFPtRVE qZEIksCdVJJA/X8FxV6z90dAaCvbJ8wYhEDBkRqdyZYU X-Google-Smtp-Source: ABdhPJyB8d3xmwqjslLGEOkLDC6mWn1l6RPUwC5dqVYwv3LOx36FHn4wc3NkWj8ICDhQtTNaAURB22wrtno9W+8KuvM= X-Received: by 2002:a50:fa42:: with SMTP id c2mr11907611edq.282.1602985180769; Sat, 17 Oct 2020 18:39:40 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sun, 18 Oct 2020 01:39:40 +0000 From: Stefan Kangas In-Reply-To: <83imf929t8.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 29 Jun 2020 18:03:47 +0300") References: <20200629144817.5B8CFF800FD@snark.thyrsus.com> <83imf929t8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Date: Sun, 18 Oct 2020 01:39:40 +0000 Message-ID: Subject: Re: bug#42125: Python mode load failing due to some issue with tramp To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 42125-done Cc: "Eric S. Raymond" , 42125-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Eli Zaretskii writes: >> From: esr@thyrsus.com (Eric S. Raymond) >> Date: Mon, 29 Jun 2020 10:48:17 -0400 (EDT) >> >> Package: emacs >> Version: 26.3 >> >> Python mode load is failing due to some issue with tramp. Likely a >> loaddefs issue or something similar. To reproduce, simply visit >> a file with a .py extension. >> >> Stack trace: >> >> Debugger entered--Lisp error: (void-variable tramp-default-user-alist) >> (member x tramp-default-user-alist) > > I cannot reproduce this, FWIW. Is it possible that some file in your > ~/.emacs.d directory (or some other init-related feature) gets in the > way? > > P.S. Did you try this in "emacs -Q"? More information was requested, but none was given within 15 weeks, so I'm closing this bug. If this is still an issue, please reply to this email (use "Reply to all" in your email client) and we can reopen the bug report. From unknown Sun Aug 17 10:24:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 15 Nov 2020 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator