all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: Emacs Development <emacs-devel@gnu.org>
Subject: Re: Master: Searching for program: No such file or directory, ls
Date: Tue, 07 Feb 2023 19:34:01 +0100	[thread overview]
Message-ID: <87a61pnx46.fsf@gmx.de> (raw)
In-Reply-To: <878rh9fi4f.fsf@web.de> (Michael Heerdegen's message of "Tue, 07 Feb 2023 19:25:04 +0100")

Michael Heerdegen <michael_heerdegen@web.de> writes:

Hi Michael.

>> diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
>> index 69812506e48..b75a1816fdb 100644
>> --- a/lisp/net/tramp.el
>> +++ b/lisp/net/tramp.el
>> @@ -2773,7 +2773,7 @@ tramp-completion-file-name-handler
>>    "Invoke Tramp file name completion handler for OPERATION and ARGS.
>>  Falls back to normal file name handler if no Tramp file name handler exists."
>>    (if-let
>> -      ((fn (and tramp-mode
>> +      ((fn (and tramp-mode minibuffer-completing-file-name
>>  		(assoc operation tramp-completion-file-name-handler-alist))))
>>        (save-match-data (apply (cdr fn) args))
>>      (tramp-run-real-handler operation args)))
>
> That fixes the issue for me, thanks.

I've pushed the fix to the master branch. Sorry again for the inconvenience!

> Maybe let's continue discussing in that bug#60505 thread.

Yep. As said yesterday, there are also some edge cases which wait for
correction. But these shouldn't be disastrous ...

> Michael.

Best regards, Michael.



      reply	other threads:[~2023-02-07 18:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  0:43 Master: Searching for program: No such file or directory, ls Michael Heerdegen
2023-02-07  9:07 ` Michael Albinus
2023-02-07 18:25   ` Michael Heerdegen
2023-02-07 18:34     ` Michael Albinus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a61pnx46.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.