From unknown Mon Jun 23 04:11:50 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#63127 <63127@debbugs.gnu.org> To: bug#63127 <63127@debbugs.gnu.org> Subject: Status: 29.0.90; Tramp all-completions errors with internal error Reply-To: bug#63127 <63127@debbugs.gnu.org> Date: Mon, 23 Jun 2025 11:11:50 +0000 retitle 63127 29.0.90; Tramp all-completions errors with internal error reassign 63127 emacs submitter 63127 Daniel Mendler severity 63127 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 27 14:41:32 2023 Received: (at submit) by debbugs.gnu.org; 27 Apr 2023 18:41:33 +0000 Received: from localhost ([127.0.0.1]:59799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps6Ye-0006iQ-Lp for submit@debbugs.gnu.org; Thu, 27 Apr 2023 14:41:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:38906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ps6Yb-0006iG-8r for submit@debbugs.gnu.org; Thu, 27 Apr 2023 14:41:31 -0400 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 1ps6YT-0003jp-Vu for bug-gnu-emacs@gnu.org; Thu, 27 Apr 2023 14:41:24 -0400 Received: from server.qxqx.de ([2a01:4f8:121:346::180] helo=mail.qxqx.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ps6YQ-0008FJ-NJ for bug-gnu-emacs@gnu.org; Thu, 27 Apr 2023 14:41:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:Subject:From:To: MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ozC7NIvPe9dYt4Ev3ZG1lEQSLtP7apjnNrNF/KXQMEI=; b=CS8QOA9nAdJSWEVgUdTXkFH1sM 50RRTEwbm77oZ3f8OLcUpGukEBR2pmvg4sYGrDAkiQWHY9JrD41Pi5tTsFMBMmHgvQSWA6yp5EZBy +LuuEOhfV0rvYjtkr6km8NHXRz326dFUjneK6YMio+VRbaRZtEDfEFpCNZJ6qIvLtYuM=; Message-ID: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> Date: Thu, 27 Apr 2023 20:40:56 +0200 MIME-Version: 1.0 Content-Language: en-US To: Michael Albinus , bug-gnu-emacs@gnu.org From: Daniel Mendler Subject: 29.0.90; Tramp all-completions errors with internal error Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f8:121:346::180; envelope-from=mail@daniel-mendler.de; helo=mail.qxqx.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) I accidentally typed /sudo:::/ instead of /sudo::/ in the file completion prompt of my Vertico completion UI. Vertico immediately recomputes candidates and in this case shows an internal Tramp error. File error: tramp-sh-handle-file-name-all-completions: internal error accessing ‘/root/\:/’: ‘’ For reproduction, this internal error can be triggered by executing the following expressions: (all-completions "/sudo:::/" #'completion-file-name-table) (try-completion "/sudo:::/" #'completion-file-name-table) I am not sure if this can be considered a bug, certainly not a serious one. Usually completion tables are supposed to not show such internal errors. Instead they ideally just return nil signaling the absence of matches. Maybe this indicates some problem in the Tramp file handler parser, which could bail out earlier on such an invalid path? Thanks! Daniel ---- In GNU Emacs 29.0.90 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw scroll bars) of 2023-04-27 built on projects Repository revision: a40b1cba5ea53a780e9d3bb6b36e050dfa5e7c12 Repository branch: debundlemacs-29 Windowing system distributor 'The X.Org Foundation', version 11.0.12011000 System Description: Debian GNU/Linux 11 (bullseye) Configured using: 'configure --prefix=/home/user/emacs/install --with-json --with-native-compilation --with-x-toolkit=athena --without-dbus --without-selinux --without-threads --without-gsettings --with-cairo' From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 01:39:02 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 05:39:02 +0000 Received: from localhost ([127.0.0.1]:60236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psGov-00067Q-Tc for submit@debbugs.gnu.org; Fri, 28 Apr 2023 01:39:02 -0400 Received: from mout.gmx.net ([212.227.15.15]:46771) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psGor-00066r-Ew for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 01:39:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1682660314; i=michael.albinus@gmx.de; bh=EiQFnCZmYtfRxTDvL1VC/31OXu0Lo4SJ+pNb2oYIkwg=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=Ft1TDH0j6E4Jguk80Ut+hSUIDCHuSZtIE2oi6yrDCmkthj89KfoznMGM2Khffi+rh 7xfK6t9kHFgkHR08Mr16AIGJr6UTon7ycYuzLi/ZWoGnDnITBzWayiXFgo0AYh1vWP 0BXPwt7u/K8rHGbPMl4DJfeHd4b7N+0uYFh0uEEBJ6MYnBYoMCNDLVWmc2uShJavL4 IH1io95vNE6fL5eOTThv5GSQ98hNRCi8z52qrAInQch1UlAaIH1qtvfn8sIFZc7cfi criZw0LLKxFZ9QdHRs4m2GDLd3II0Rj+MBkD7n2BMLI36jQekimgCAvuvmKKLENblS khj4w1ojTIjMw== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.0]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1McH9i-1qQV6L3zqO-00clrY; Fri, 28 Apr 2023 07:38:34 +0200 From: Michael Albinus To: Daniel Mendler Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error In-Reply-To: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> (Daniel Mendler's message of "Thu, 27 Apr 2023 20:40:56 +0200") References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> Date: Fri, 28 Apr 2023 07:38:33 +0200 Message-ID: <878recy3ae.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:3FlIOWTJMtO8FbONOBkZNfm6QyorS8S9Y0jRm7eRyIO1AizUoQp dS9T8+4V/skMZ+WvbpMt/mhPzSi6sda1s/h6R4AU2qccYfHm/+DvZQ0rOhW5PvOkzHpEzTq WKH89rzXXgV4RrvsFI6TJQZgZ9GcW8d+kjTdIvqKjDZqwjzJ27WRZMJxMAd3LjrmBus9OOx Sy2SJlUYtOoXyMnEZWRQw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:JWrfpu2ObjQ=;5KRPjJoDEnVF2N44FDx75yaE9ST lC2b5Wto5IPSCDGPBcSTZOgWXozp1tThQktg24w2d9TmdztYXf8U0oNGhT3qi1XtgdgvQ039F vufuaD9xsAotnLIqThvtVEqUlJO9vAzImLItJqIUze8tLBiO6+MLfIzwep8AZD8n9LpUCQVaI 83YRXSrwk8OEAKY6YL5jdbW1TGbASPO/KxyThimAuDPPDWhVOGWEKOp9ovxf0PDrYTcDiG6q0 ksdiV2YJkaXH7DA7c3IEYV+PL/A9FNNBbhQspsVA4YqTzYLnMdb7IuqkHrRV1wCmnaM0OQxky iKZvozKrTLiCaynovINsI5hnZ80by75g70M05OnrERW1wEgml48WQyQ+aqVylk6tRNlm2YDvw DoVKMIvuf2RfToy4P7qP6XdRlzjlzz4drbWuvsHLZi0bHpTDHFBI8Sm3eK1mn0Hn/Yp0kNLZM Wqq4w4f9wf+q+xYZIwK784P8Ew+WFxlIsTEtf7kRXxMYzkHib9aFL/BYbgVgJ4KFlMNfxl0v9 5tMp1ywYIHX5/xs6y68SHX4mh6ITC53gz/KiG+ngY1fvGSLneS4eGIjSv2YoQy22VKfyfoGsO YgF9M0c6/v+rsW3JFi+xKYE3daSHidPG3vRjyJbie3DyA0uw2prhMbHMd5d/GxXRy55xbcv8g 2WHFWmU8pRTC0Bpvf3OlKkuVuq51NS1T4pL2fh2hfZCSbTOnqO3XeZoxFVfSfLprQeYL3sQmy ZtIgvljy8NkbcOyEElzfxdcfN6ko2uHBw+Sy1usLfga5g1/uofiAPYH+6vjnkqqiGJsWsY7yF fPxIQHhSx0RKFWVT5JdXnFDJYXFtgXAzlGpa2TPyQ96AYtPsowNLvmgS7xsJcAjKDzQEOhmJF dR8Ym0pMcuwK7MRIc3j7tLaprL8ZrWqtnGkT6v7nAGnYV49UQUUJHw/miX+0N0kwb/InrgUW9 QkEV99qXJdOk/yhlz5wMHbmaSW4= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63127 Cc: 63127@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: -1.7 (-) Daniel Mendler writes: Hi Daniel, > I accidentally typed /sudo:::/ instead of /sudo::/ in the file > completion prompt of my Vertico completion UI. Vertico immediately > recomputes candidates and in this case shows an internal Tramp error. > > File error: tramp-sh-handle-file-name-all-completions: internal error > accessing =E2=80=98/root/\:/=E2=80=99: =E2=80=98=E2=80=99 > > For reproduction, this internal error can be triggered by executing the > following expressions: > > (all-completions "/sudo:::/" #'completion-file-name-table) > (try-completion "/sudo:::/" #'completion-file-name-table) I'm not a vertico user, so I have tried to prepare Emacs for this. With the following invocation, I could reproduce the bug: --8<---------------cut here---------------start------------->8--- # ~/src/emacs-29/src/emacs -Q -l ~/.emacs.d/elpa/compat-29.1.4.1/compat-aut= oloads.el \ -l ~/.emacs.d/elpa/vertico-1.2/vertico-autoloads.el -f vertico-mode --8<---------------cut here---------------end--------------->8--- However, there exist a newer Tramp version in GNU ELPA. When I call --8<---------------cut here---------------start------------->8--- # ~/src/emacs-29/src/emacs -Q -L ~/.emacs.d/elpa/tramp-2.6.0.3/ \ -l ~/.emacs.d/elpa/compat-29.1.4.1/compat-autoloads.el \ -l ~/.emacs.d/elpa/vertico-1.2/vertico-autoloads.el -f vertico-mode --8<---------------cut here---------------end--------------->8--- the error doesn't happen. However, Vertico doesn't seem to complete at all under this configuration. Could you pls check, whether using Tramp 2.6.0.3 from GNU ELPA is still compatible with Vertico? Note that we have changed Tramp's file name completion per bug#37954, bug#51386, bug#52758, bug#53513, bug#54042 and bug#60505 (all of them merged to one bug). > I am not sure if this can be considered a bug, certainly not a serious > one. Usually completion tables are supposed to not show such > internal errors. Instead they ideally just return nil signaling the > absence of matches. Maybe this indicates some problem in the Tramp file > handler parser, which could bail out earlier on such an invalid path? This sanity check has already been removed in Tramp 2.6.0.3 per bug#61890. > Thanks! > > Daniel Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 02:12:00 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 06:12:00 +0000 Received: from localhost ([127.0.0.1]:60364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psHKq-0007Fc-0Z for submit@debbugs.gnu.org; Fri, 28 Apr 2023 02:12:00 -0400 Received: from server.qxqx.de ([178.63.65.180]:55565 helo=mail.qxqx.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psHKk-0007FI-Oy for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 02:11:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=S5wMGXLI9gbnmpZQ7lBg9gXy2ncoJ0rMrWFV7cDBDMM=; b=fY8xPBzWMDEEu08gHAwDNzqHlO rjB8QU+Sizksirc+EZhmFvUk4Pk+XQSbvqi75hBNTgJ9JG1htuiBqDNLiMQQXpXGGFMq71k0g0tV5 dtXa9x15CJFDPFxidzbwBK8ZQT7O9h91PtNtzLyOPrmafltCChJyvbYtsi15QnVOimXY=; Message-ID: <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> Date: Fri, 28 Apr 2023 08:11:47 +0200 MIME-Version: 1.0 Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error To: Michael Albinus References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> Content-Language: en-US From: Daniel Mendler In-Reply-To: <878recy3ae.fsf@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63127 Cc: Manuel Uberti , 63127@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 (---) On 4/28/23 07:38, Michael Albinus wrote: > However, there exist a newer Tramp version in GNU ELPA. When I call > > --8<---------------cut here---------------start------------->8--- > # ~/src/emacs-29/src/emacs -Q -L ~/.emacs.d/elpa/tramp-2.6.0.3/ \ > -l ~/.emacs.d/elpa/compat-29.1.4.1/compat-autoloads.el \ > -l ~/.emacs.d/elpa/vertico-1.2/vertico-autoloads.el -f vertico-mode > --8<---------------cut here---------------end--------------->8--- Yes, I am aware of the new Tramp version and the fixes regarding host names and user names. I just tried to install it on Emacs 29 but I get `tramp--with-startup' errors during initialization in emacs -Q - some autoload issue. IOW I seem to be unable to test this. > the error doesn't happen. However, Vertico doesn't seem to complete at > all under this configuration. > > Could you pls check, whether using Tramp 2.6.0.3 from GNU ELPA is still > compatible with Vertico? Note that we have changed Tramp's file name > completion per bug#37954, bug#51386, bug#52758, bug#53513, bug#54042 and > bug#60505 (all of them merged to one bug). Could you please be more specific about "complete at all"? Do you mean no candidates are shown at all? I cc'ed Manuel Uberti. Afaik he tested Tramp 2.6.0.3 (or the Tramp version on the Emacs master branch) with Vertico and it works as expected. Maybe he can confirm that everything is still functional? >> I am not sure if this can be considered a bug, certainly not a serious >> one. Usually completion tables are supposed to not show such >> internal errors. Instead they ideally just return nil signaling the >> absence of matches. Maybe this indicates some problem in the Tramp file >> handler parser, which could bail out earlier on such an invalid path? > > This sanity check has already been removed in Tramp 2.6.0.3 per bug#61890. Thanks! Daniel From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 02:25:42 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 06:25:42 +0000 Received: from localhost ([127.0.0.1]:60379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psHY5-0007Zo-PI for submit@debbugs.gnu.org; Fri, 28 Apr 2023 02:25:42 -0400 Received: from server.qxqx.de ([178.63.65.180]:51537 helo=mail.qxqx.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psHY3-0007ZZ-CW for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 02:25:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: References:Cc:To:From:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=3BPnRBVoYmtuUA2g6JCLElm5DlnUMdoiDNOaDUrIW1E=; b=SPaAOzua9R3HBJgzd2xJwExA1E p2psGMdtqDK2bfI6BVV1HpbdVTRUOgU8/iYu0Ksv3we8QL71SDMaiemOTNi/PGxWAaXoERrXHATw+ QQroNbh63Pk05WbiZkXRWYsYFWJ/llsJ5QFaehab1SAKj99pfFy6Zxl+T9rC/Fr9JzVc=; Message-ID: Date: Fri, 28 Apr 2023 08:25:32 +0200 MIME-Version: 1.0 Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error Content-Language: en-US From: Daniel Mendler To: Michael Albinus References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> In-Reply-To: <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63127 Cc: Manuel Uberti , 63127@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 (---) On 4/28/23 08:11, Daniel Mendler wrote: > On 4/28/23 07:38, Michael Albinus wrote: >> However, there exist a newer Tramp version in GNU ELPA. When I call >> >> --8<---------------cut here---------------start------------->8--- >> # ~/src/emacs-29/src/emacs -Q -L ~/.emacs.d/elpa/tramp-2.6.0.3/ \ >> -l ~/.emacs.d/elpa/compat-29.1.4.1/compat-autoloads.el \ >> -l ~/.emacs.d/elpa/vertico-1.2/vertico-autoloads.el -f vertico-mode >> --8<---------------cut here---------------end--------------->8--- > > Yes, I am aware of the new Tramp version and the fixes regarding host > names and user names. I just tried to install it on Emacs 29 but I get > `tramp--with-startup' errors during initialization in emacs -Q - some > autoload issue. IOW I seem to be unable to test this. I tried again and this time I didn't install Tramp via package-install but unpacked the tar manually. Then I could successfully load Vertico and Tramp. Completing Tramp paths works fine with Vertico. I checked that `tramp-version' is 2.6.0.3. Furthermore the /sudo:::/ issue is gone. Feel free to close this bug! However there seems to be an issue with Tramp and package installation due to the `tramp--with-startup` macro. Not sure if I am the only one affected by this. Daniel From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 04:09:40 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 08:09:40 +0000 Received: from localhost ([127.0.0.1]:60431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psJAi-0002KR-7X for submit@debbugs.gnu.org; Fri, 28 Apr 2023 04:09:40 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psJAc-0002K7-BW for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 04:09:38 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Q74yP0Vk3zGpGg; Fri, 28 Apr 2023 08:09:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1682669373; bh=SSLCYnot9sxE4xeMZ1zLbd1DESSaRjO3cTqek4ynOP4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=m+Pa6xUMPq4KOr18IS3vgM2j52OKQKYGF8HR+vXlSxljPSB6MW/PFwqQsRWSTEOEU +NJi2HbsOD20IkzXgaXfkFwaf7AehaeCBPL0PzLxnAlHKso+SZCxfhsctvPL+LU1E3 xz0uPs0HkNmEwJXEUWD3jFRnHvMwclt/sTg1nD3M= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4Q74yN3lbmzGpGf; Fri, 28 Apr 2023 08:09:32 +0000 (UTC) Message-ID: <03a711b7-7a81-c3a7-ae48-5f28669ba8de@inventati.org> Date: Fri, 28 Apr 2023 10:09:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error To: Daniel Mendler , Michael Albinus References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> Content-Language: en-GB, it From: Manuel Uberti In-Reply-To: <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 63127 Cc: 63127@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: -2.1 (--) On 28/04/23 08:11, Daniel Mendler wrote: > Could you please be more specific about "complete at all"? Do you mean > no candidates are shown at all? I cc'ed Manuel Uberti. Afaik he tested > Tramp 2.6.0.3 (or the Tramp version on the Emacs master branch) with > Vertico and it works as expected. Maybe he can confirm that everything > is still functional? Yes, I can confirm everything still works as expected on the master branch. -- Manuel Uberti https://manueluberti.eu From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 06:58:30 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 10:58:30 +0000 Received: from localhost ([127.0.0.1]:60565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psLo6-0007hr-4O for submit@debbugs.gnu.org; Fri, 28 Apr 2023 06:58:30 -0400 Received: from mout.gmx.net ([212.227.17.20]:33607) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psLo1-0007hY-25 for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 06:58:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1682679478; i=michael.albinus@gmx.de; bh=mubPxrpjTojyLufOLQ8RZaGGKgRBJfmp0hK0MHSl2rc=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=pmY0Q/Nvc4EUQ6WU0R+4mkktR4nrbSUG/RNfBFYdp0NvsSvn0oFJ0HC9uNLDvgIPe wZCHPgHoXeR7prtgOkLXNWHk9kRKLEImGC8a6a1IOnWp8dvAS6QcO86FiTx2CTaj/C HE7080SweEoqXCuI33O5V1Y9plxVlJ/fkuZLxfuK6rnlsJBnKsoBDrIuk12TBo7w6y fK/U31ciVN5gXbwqnhW/VAL1CygkjRvNs3RvAzTOiQWpoKlW0v71B2BdBV+xntsN6y VJ/Ko6wHvCHITNJWjIseYkXzBy+knZBrInVedW6RS7SbErkM9gMSUv7gQUvwHKTW7E +JQMC1/GbGF8g== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.0]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MacOQ-1qOfPg2iWg-00c6JA; Fri, 28 Apr 2023 12:57:58 +0200 From: Michael Albinus To: Manuel Uberti Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error In-Reply-To: <03a711b7-7a81-c3a7-ae48-5f28669ba8de@inventati.org> (Manuel Uberti's message of "Fri, 28 Apr 2023 10:09:30 +0200") References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> <03a711b7-7a81-c3a7-ae48-5f28669ba8de@inventati.org> Date: Fri, 28 Apr 2023 12:57:58 +0200 Message-ID: <874jp0xoi1.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:N9EZaJLtFtnURgUKQcW6sfVkxTVWVTIjKYnwdVutgsQJVhOkKbi uAfaCRev9NpeH+QN7xLoav+uJTvXbL2asIvxCR+R3QsJzjqmtjvlmf5ubdQFP9K+16NtrCQ GGfWl6CI31OXvoftx4OskNl9FLNq3Li+qUQRqIhfkZRv+giGqOTMnhVhbheowtsR8e7YVLg 6CO9rqWFXjbMM3WdkfQKg== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:9S6WSs9YV1Y=;jr+VZtK1VrqFfI5dAOEPEQU80rG JxRYSyc3ARZ8jF/BrBFJ3i/9LcjUytUfBKQoWGRYj/HM55Zb+jkgYhKGQ01EWyf+G2HxU433U VxPPQWbIBfoqVZVprZppnCot83m4jFSupjR/N5A8bsrOp8lyttU28CSER65fKrPDHpav6Ey1x WQKn/5z2l2F+zCrjs3b6Yt8X4hlzmUp9X9L04baN78J00J8YjBMUEOz+PtOJ0nB/zuPGMBRD7 9En1QP0GSskY7EEXaVh6J037NkfxxLRMfVpcwRNJi6RDD4tlnOWpM9h1XVn7efXMPlaGXcA9T Q8Y1al3FfQW3tVrjJEWm1dX6Cyd51tq3AldvDXkfVtU8Jco8l4p2p+S97kovaQDkmcO4IEwcL tdIkKA7FuN7htr9C46UTTO8/HfosPDvQ3c17dJHhoh8gnUxKIv8ULto7lYfKMjeaDLPw3HLgh 2aEuaB1KTN7H5Aex0vza+AbwaNcX6/Jr0IBlVL+F+DoKqNZHGIwWA6oWTt2lqQXiBSiuO1YO6 7yZxNaIDTUTHcryGpyWb8Ltag4wEvngn40ow0KEEg2RzV4L7rjUxkFPyyU6wH96uthZ1uhYW+ hly+FkDD4sbCtOWiOvWcoIQ4xjEFQibO0ZxyYTv78BF02mQii00VSkPgrmWHrt9BLNk2xYCjg IMG4sJfS57010rSk6DWCDhrSoCQbPA4mKN57/eZjK2fzl644V1A9wmMVXvjqehMq9Q1k27UA4 k4fPRIc3KsSXjG88scxYJfJLSKmsnuiYcAquwZ0+8ZMvF6zWpD1eVyPjGPHddtLiXXJdpF5Qt K2qDEGiZ4e36AkzkGj/0rukY3FaT50l8A1F4FuHC94XeAptduIZ4WhNX5oqACGMoFiMqUcAle u6oxomoG/bHWg/tsmUjozHgedC0v3yWQkTSrPHcSmmitXBc18M6EMiyhjDTrVcDNRI7Rq5kpX W95mcg== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63127 Cc: Daniel Mendler , 63127@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: -1.7 (-) Manuel Uberti writes: Hi Manuel, >> Could you please be more specific about "complete at all"? Do you mean >> no candidates are shown at all? I cc'ed Manuel Uberti. Afaik he tested >> Tramp 2.6.0.3 (or the Tramp version on the Emacs master branch) with >> Vertico and it works as expected. Maybe he can confirm that everything >> is still functional? > > Yes, I can confirm everything still works as expected on the master branch. This simply proves that I'm not able to use Vertico properly :-) Thanks, and best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 07:02:11 2023 Received: (at 63127-done) by debbugs.gnu.org; 28 Apr 2023 11:02:11 +0000 Received: from localhost ([127.0.0.1]:60581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psLre-0007qR-P5 for submit@debbugs.gnu.org; Fri, 28 Apr 2023 07:02:11 -0400 Received: from mout.gmx.net ([212.227.17.20]:52805) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psLrd-0007qB-5A for 63127-done@debbugs.gnu.org; Fri, 28 Apr 2023 07:02:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1682679706; i=michael.albinus@gmx.de; bh=6dmgMhsD1q6i/lC/rMN27awcv7kYxUYhnBjjrzOWez8=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=HmndsqsD+qL/H76a7QGP+0QFYVB1APSgwdDPRLHCAMvkY4LfIwof+wmnsiYC3s57W aszAS81DMWMpERJqjpweiGSPSJUXQvrs3zZN7ExSb4PawLbSiwg3TPyeM4N9LXRfdS FOUYcZE/jXwEOPnY9dcjYk5BsKu+YSt3k7Ab/3La4XWNvoJiigw+rEX0Kzm0uikqZs AlOoFypKA8v8lEc3dvppb8HG81V0GRhQDp5hh68TkQJ65vZgMh+FZ7du2kuswZcMrV 3lrqmemSBu3aBb36hUw0dTvTLe95Qsl8SMVhOLRa35eHJ5/hKAoGfHCMXGN/3CwQfm 8wTdR+nUuHPHg== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.0]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MpDNf-1qcfZO33aJ-00qiyC; Fri, 28 Apr 2023 13:01:45 +0200 From: Michael Albinus To: Daniel Mendler Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error In-Reply-To: (Daniel Mendler's message of "Fri, 28 Apr 2023 08:25:32 +0200") References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> Date: Fri, 28 Apr 2023 13:01:45 +0200 Message-ID: <87zg6sw9ra.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:Oz6kNpDe84YlHXF+BfUlLl6KpQt65bqnmMcAGOpm4mmvXhFqG5n 4onP/DvLRr/wVzQ7B4ma5SkNqhUxkyZNO1IAQWyPBTUKyuvwHbETz7ZcaETemuWP2OPZyNC RW/h1uILTLCRfD6I0qZUzw4xR8Cw4ARW+FkoszyBtSdtLY0B9BCDhGeUpu6s2abG2WcbsDv H6f1Lci/x6l3pb16qgdGQ== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:EX07GXCg7WY=;TeToKlclLDF2cqA9oeKDIKoI9Jr wnYkxHxS9CfiOGS0mmiKWu4va5IZC/QWgdTCboziu/5ExrpZxYutQXr/pitUgkykMId/Vta79 zPspgrZ10LTZJzWWQ6Gkt5dddVNyMOTWebbC4kxYPiopJ7DanC0jNx+Qco7cykk9woIh3Arrc PS0WwuVGjdtfigK7sH6hpLgdxwRtbWoYlMTNtRhvkGPxJvJKqaftlWQCMA5fP4daIpvLWrb3s pZlR+fNOSlAaY2QY6hwmw1PEAIQSGCKnspBcMQrY9Rq9l+V61waL2jIzcCLKs6zMhO11qIRAb JNwY+qa+hflilfZqA3ZOKPcyYNO8JQPX5JU7yorXMLCcl9WDEquGz8kqBsJOQ40UM0qw3dM0G e9Sn0KQoW+RFlGJVZSeAC6tqEAFJ02NwaStbEO1NdEzboZUCOfhJX4UlE1hy7oPkIsOGeD9Zl WQtTHF7S5W4CHrAAIkbnIkGLgb9DZFYINHi8Fh/UEirgR41vLENd+zETVHAKzwuw9sHIzS5hl PBQ+/HsyEhFzP5Ovxa/vTj94Ck3Tk5w6OqXWM4+mGAuYVp8FV+VSnkDpaeH1zvY4UEAM7qccF 2PYUVtPrtD+qnynw2ybcJgMrr6ymf2GOmLcT+deAgx9UET0phXISdmRnlyF9EJiixxbbNztkm w7MszQT07+3KlmwtHT+EtDbJpfeJJM6nGikMXDnLOkNA55nmTXSOnlJCOk+9cjxSBzycj3t4U BRdpzP9yHFdWFbevq7lGhuuMJVTO/D282Yx54qWmMaTAkjz9wpBkR/KuTC1nFrD/mMk3uXlzw gf X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63127-done Cc: Manuel Uberti , 63127-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: -1.7 (-) Daniel Mendler writes: Hi Daniel, > I tried again and this time I didn't install Tramp via package-install > but unpacked the tar manually. Then I could successfully load Vertico > and Tramp. Completing Tramp paths works fine with Vertico. I checked > that `tramp-version' is 2.6.0.3. Furthermore the /sudo:::/ issue is > gone. Feel free to close this bug! Done. > However there seems to be an issue with Tramp and package installation > due to the `tramp--with-startup` macro. Not sure if I am the only one > affected by this. Well, there is bug#59194, waiting for action from me. I guess it is related, so there's nothing left to do in *this* bug. > Daniel Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 08:22:46 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 12:22:46 +0000 Received: from localhost ([127.0.0.1]:60706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psN7e-0006fW-5k for submit@debbugs.gnu.org; Fri, 28 Apr 2023 08:22:46 -0400 Received: from server.qxqx.de ([178.63.65.180]:58615 helo=mail.qxqx.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psN7b-0006fC-BM for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 08:22:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=LCnPhD4dGOfhEufrCIOlUJV7h6FSRXtBkEuKKBE9hAg=; b=RR8rmTSNJrp/CquwSaHVLZR/H4 Tzs6cCBXlNQj5vsYP3J0kcZ85aRqvgdtmovYeI6wGujnHgNdXTaYvqdjhdXew6c9ORqJEN4ze3Qjm im/svOMRKg/L8zNrhuZsFBW/Mgs9KC1r9mSJFRbfw+viqfJarSd3jXvCvGV77I2hurcQ=; Message-ID: Date: Fri, 28 Apr 2023 14:22:35 +0200 MIME-Version: 1.0 Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error To: Michael Albinus , Manuel Uberti References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> <03a711b7-7a81-c3a7-ae48-5f28669ba8de@inventati.org> <874jp0xoi1.fsf@gmx.de> Content-Language: en-US From: Daniel Mendler In-Reply-To: <874jp0xoi1.fsf@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63127 Cc: 63127@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 (---) On 4/28/23 12:57, Michael Albinus wrote: >>> Could you please be more specific about "complete at all"? Do you mean >>> no candidates are shown at all? I cc'ed Manuel Uberti. Afaik he tested >>> Tramp 2.6.0.3 (or the Tramp version on the Emacs master branch) with >>> Vertico and it works as expected. Maybe he can confirm that everything >>> is still functional? >> >> Yes, I can confirm everything still works as expected on the master branch. > > This simply proves that I'm not able to use Vertico properly :-) Vertico behaves like familiar menus in web browsers for example. In web browsers, when you enter something in the address line, the recent URLs are offered for selection. You can either submit your input or select move up or down and then submit with RET. In Vertico with Tramp do you see files offered for completion? Daniel From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 08:31:10 2023 Received: (at 63127-done) by debbugs.gnu.org; 28 Apr 2023 12:31:10 +0000 Received: from localhost ([127.0.0.1]:60714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psNFm-0006v3-5a for submit@debbugs.gnu.org; Fri, 28 Apr 2023 08:31:10 -0400 Received: from server.qxqx.de ([178.63.65.180]:40533 helo=mail.qxqx.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psNFj-0006uT-1J for 63127-done@debbugs.gnu.org; Fri, 28 Apr 2023 08:31:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=efIh52qjQ1x2AMSNdN2TObAszLCnp2P7WW1GSZRey+4=; b=neM5TYs7bStH0/gmsfqFw1EvPE eK0Ah05yHhACCaUb3odrZfAIdIfFzMrOeWEb9OTecXxZt7vZEgiM5N/24OeXKmkw2hkn+gGVq39eU 20OwdOSIReJWMi/qv9Do2t43rDuanMIAbMsquWw434mDGzcbNqPbFH0jpiRVygS6C87M=; Message-ID: Date: Fri, 28 Apr 2023 14:30:59 +0200 MIME-Version: 1.0 Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error To: Michael Albinus References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> <87zg6sw9ra.fsf@gmx.de> Content-Language: en-US From: Daniel Mendler In-Reply-To: <87zg6sw9ra.fsf@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63127-done Cc: Manuel Uberti , 63127-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: -3.3 (---) On 4/28/23 13:01, Michael Albinus wrote: >> However there seems to be an issue with Tramp and package installation >> due to the `tramp--with-startup` macro. Not sure if I am the only one >> affected by this. > > Well, there is bug#59194, waiting for action from me. I guess it is > related, so there's nothing left to do in *this* bug. Yes, thanks! Daniel From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 28 08:37:04 2023 Received: (at 63127) by debbugs.gnu.org; 28 Apr 2023 12:37:04 +0000 Received: from localhost ([127.0.0.1]:60727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psNLU-000754-HA for submit@debbugs.gnu.org; Fri, 28 Apr 2023 08:37:04 -0400 Received: from mout.gmx.net ([212.227.15.19]:50095) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psNLS-00074Q-Kq for 63127@debbugs.gnu.org; Fri, 28 Apr 2023 08:37:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1682685399; i=michael.albinus@gmx.de; bh=Gf5q5lGiWgWvzj8VRrKcaam1M1+0P6Dal1wxaLKJ8Eg=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=AXUq5R4CAQR+gCqCTg8PLB48RIHzAhOlZorY/5l5gImoc/xgVVWRwaABP+XJWWLDr 36QxGZSUZCMZAmMOAr5p4/4n07blvxFENjVRIJH4AiyRxSMLILwy6fRvAZO20Zn4Ez 57eKP14sAMDCTi6qOGDcLqPWtVOsftASi8JPy7cH4iv0jPyIVnhDFetVjAtCyFokAu E45D9v+ty3CKu165Bnv+RIYPqIiOjnGpquhHTZpKmodT8N5MLAS8Sm/j7qw38u14bJ fFcYXsqDoJWblqffuPUMro9ZQtDxbxk+7/1EV9bYjEJiXedyOY1p/58KEzfGI3HM9U psEFLAybArssg== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.0]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1M2f5Z-1pqRGS06b1-004Fv3; Fri, 28 Apr 2023 14:36:39 +0200 From: Michael Albinus To: Daniel Mendler Subject: Re: bug#63127: 29.0.90; Tramp all-completions errors with internal error In-Reply-To: (Daniel Mendler's message of "Fri, 28 Apr 2023 14:22:35 +0200") References: <401f6607-29cf-9ed8-e89e-bc67b37daf81@daniel-mendler.de> <878recy3ae.fsf@gmx.de> <7abf5929-ec2c-281a-8765-347f74a60296@daniel-mendler.de> <03a711b7-7a81-c3a7-ae48-5f28669ba8de@inventati.org> <874jp0xoi1.fsf@gmx.de> Date: Fri, 28 Apr 2023 14:36:36 +0200 Message-ID: <87jzxw89pn.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:dysLEUOgfhV1JEByBD0QHi6V/19gwoZMZ9t/bWg5SwZg9hO3JLO Da090fJWoClv3pK5K3rD7yXo+ZK9sfUxY0H6IAadTRWFH6I5kAaW4eXYMnUCqCOnxNwgO8h yqvAWlNewqK1dtMYPvCKSg4T1ZqeZ4HDB4f8+vX3XhFVKTAshLoixD1QALdUCniF0FwePEa X3XRGJ4glpmVi33ITqlVA== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:cRmf1TZtO3U=;VWBO3XZxtEznehhvZQBkaqBY2BE 7w5D2hgf+O6Z6rQfwTzUQcY9XUqHCh7nkSrhoIg4rc9BnEnRj9WdU2yU3EF4LyqV5VsCgOpGq orvwMjqoVs1LxBfI1AEuFiayuW6diqu0GKTExZLcu2GmT3s7d1fSr7G0sYVbD81y20yAfjJJ5 UdccnWur7/8Xq92gO7lRlJJBVAkERwNnCF6E2yqAWBL7pUJVBIM4UXfW7ScVz68hnUOqDipto 63YILC0AxeL3y5ryGxGjR4pajjgLR3/siMA9TOy7XyX8mN7eyVasIvNzKmK1HKrMM2JwMprgb f9QxUokKVw4+LGaeP2juI1NMBSNsAGER0CMIeDll4CldCJOFsgdAvyE4HauCDWYUxm5GnJrs2 jcm4u+AC8qXN5TTCFp93u1j6iWDLepuTLdYBWaX7r4BaJrlJlk702yd28gktfFPW5DGBqF9J/ IvaQGrS77gaHZMrmBRVjVQCYh1doB8SoI7Cp6xMnn47LqBSIeRRCOZ3bLFP6uOKf9Yq+deZZG K6k7TTegWlrU410A21j8KwAgR9ZcmvGxRKX7/0VmPomJzoBSxZE8/1LG39gfZyI0b8Z2QD/zE IoqUxtIIfCed17vYAmICMoAZXQV4t6Mj7V7J4ygCT+bK2mQb8rcovndJrqIKnglu78R2U7w+P 8Gy0AnK13TB3gbNwPHDdeHmrH0MECdxOzieFKMC105L2NTgk3hkz0SKfDRTJ68kBhkKGfE1lS x3JpgUpD0RpE0holQVepYYZjf6o+Db5QdaqgmDwOmofpGVwCCx0Espu79BRW8FsPKhZGQtmtb E4XS2bbjdajrubHWUUkKU7z3YEwO/ugANzb9eDIJ0zkEcMW0JGk/7NmnvKIHPc0MV554U+utN VDizJP6WSBis6Uv78Wq7yTCEeonxfwuUd5LJ58nX+RfBe2GcdnwICa4Y6dA+3zOjCotaxC+Fa 9uFNpJIi4tV6MvmPWblIj+P77GM= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63127 Cc: Manuel Uberti , 63127@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: -1.7 (-) Daniel Mendler writes: Hi Daniel, >> This simply proves that I'm not able to use Vertico properly :-) > > Vertico behaves like familiar menus in web browsers for example. In web > browsers, when you enter something in the address line, the recent URLs > are offered for selection. You can either submit your input or select > move up or down and then submit with RET. In Vertico with Tramp do you > see files offered for completion? I haven't seen anything for completion. But honestly, I'm busy with other bug fixing, so I trust your tests that there are no problems with Tramp+Vertico interaction. > Daniel Best regards, Michael. From unknown Mon Jun 23 04:11:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 27 May 2023 11:24:07 +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