tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fast-path for useless tramp uses


From: Dietrich Daroch
Subject: Fast-path for useless tramp uses
Date: Wed, 25 May 2022 07:07:01 +0000

Hi all,

I'm trying to write some machine-agnostic links with tramp (2.5.2.28.1) and noticed that when
using them to open something like file:///ssh:myself@thismachine:some/file tramp
blows some fuses, first the recursion limit, max-lisp-eval-depth, and then max-specpdlsize.

I naïvely tried to just increase them, but it seems that there's something really wrong with it,
and was wondering if it's worth adding a "fast path" to tramp-file-name-handler, as it seems
that it assumes that no one would use tramp this way, so just opening the local file without
tramp might be faster and save some debugging time.


Regards,
Dietrich

reply via email to

[Prev in Thread] Current Thread [Next in Thread]