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