tramp-devel
[Top][All Lists]
Advanced

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

Re: Tramp not engaging


From: Harvey Raja
Subject: Re: Tramp not engaging
Date: Sat, 14 Dec 2024 10:23:43 -0800

Ah man - after creating a repro init file I found the issue - sorry for the noise!

FYI: I have the following in my init file and it appears that restoring the file-name-handler-alist, based on the "snapshot" taken before init file processing, causes tramp to break. I did a diff and the array list looks identical, so not sure whats causing the issue but its more curiosity now rather than a blocker.

```
(defvar file-name-handler-alist-old file-name-handler-alist)
...
(setq gc-cons-threshold 128000000)
(add-hook 'after-init-hook
          #'(lambda ()
              ;; restore after startup
              (setq gc-cons-threshold 8000000
                    file-name-handler-alist file-name-handler-alist-old
                    )))
```

Thanks!
 -Harvey

On Sat, 14 Dec 2024 at 00:52, Michael Albinus <michael.albinus@gmx.de> wrote:
Harvey Raja <harvey@cameronraja.com> writes:

Hi Harvey,

> (use-package eat
>    :straight t)

Could you pls modify the recipe? I'm getting

--8<---------------cut here---------------start------------->8---
⛔ Error (use-package): Failed to parse package eat: use-package: Unrecognized keyword: :straight
--8<---------------cut here---------------end--------------->8---

I don't use use-package, and I don't intend to learn it now. Pls provide
a recipe, which works out-of-the-box after calling "emacs -Q".

> Thanks,
>  -Harvey

Best regards, Michael.

reply via email to

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