I think one of my package is interacting wrongly with TRAMP and it is too often freezing. It is difficult to debug as it freezes totally and quite annoying as I cannot interrupt with C-g. Are there options to run tramp in a way it does not collapse the whole emacs? I could then try to guess which package interact with it by deactivating/activating them…

It seems to work properly if I open emacs with emacs -Q

  • antoniovr@lemmy.mlOP
    link
    fedilink
    arrow-up
    1
    ·
    19 days ago

    I don’t understand what is the string “.editorconfig” doing there, but I will try, as it may be related with the error. Although I have realized the error happens on my laptop or home computers so I will have to try out after coming back from work. Thanks and I will come back to say if it is fixed…

    • torgeir@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      19 days ago

      It’s quite some time ago, but I believe it ignores files named “.editorconfig” (if you have it in your repo/folder), which ended up doing something wierd in editorconfig-mode (or what it’s called) when tramp was running.

      • antoniovr@lemmy.mlOP
        link
        fedilink
        arrow-up
        1
        ·
        19 days ago

        I have no files with such a name but it may be a similar reason… I will try some of the typical config files like .~ or things like that and come back if any of those fixed it…