From: dag via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: "Michael Albinus" <michael.albinus@gmx.de>
Cc: 47896@debbugs.gnu.org
Subject: bug#47896: 27.2; TRAMP hang/lockup/fault on compile/file access
Date: Fri, 23 Apr 2021 10:58:00 -0500 [thread overview]
Message-ID: <7a693d69-5bac-4043-a31e-9289f9622e8b@victor> (raw)
In-Reply-To: <87r1j2m8l0.fsf@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]
On 2021-04-22 14:18, Michael Albinus <michael.albinus@gmx.de> wrote: > > What you could try is Tramp 2.5.0.3 from GNU ELPA. There are some fixes > in the context of remote compilation; maybe it helps you. What is the correct way to do that with use-package/straight.el to override the built-in TRAMP? I have this: (use-package tramp :straight t :config ;;(setq tramp-verbose 6) (setq tramp-default-method "ssh") ;;(setq tramp-shell-prompt-pattern "\\(?:^\\|\r\\)[^]#$%>\n]*#?[]#$%>].* *\\(^[\\[[0-9;]*[a-zA-Z] *\\)*") (setq vc-ignore-dir-regexp (format "\\(%s\\)\\|\\(%s\\)" vc-ignore-dir-regexp tramp-file-name-regexp)) ;; Honor remote PATH. (add-to-list 'tramp-remote-path 'tramp-own-remote-path) ;; Allow ssh connections to persist. ;; ;; This seems to maybe cause tramp to hang a lot. (customize-
set-variable 'tramp-use-ssh-controlmaster-options nil) ;; (customize-set-variable 'tramp-use-ssh-controlmaster-options t) (if (eq window-system 'w32) ;(setq tramp-default-method "ssh") (setq tramp-d
efault-method "scp") ;(setq tramp-default-method "scpx") (setq tramp-default-method "ssh")) ;;(setq tramp-default-method "ssh") ;;(tramp-change-syntax 'simplified) ;;(setq tramp-verbose 10) (autoload #'tramp-register-crypt-file-name-handler "tramp-crypt") ) The autoload I got from here to solve the tramp-crypt error: https://www.reddit.com/r/emacs/comments/l2lw7o/tramp_blocking_emacs/ Even so, tramp-version reports 2.4.5.27.2. I verified the package straight.el downloaded is 2.5.0.3. David
[-- Attachment #2: Type: text/html, Size: 2839 bytes --]
next prev parent reply other threads:[~2021-04-23 15:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <m2mttuxguq.fsf@hpe.com>
2021-04-19 19:20 ` bug#47896: 27.2; TRAMP hang/lockup/fault on compile/file access Eli Zaretskii
2021-04-20 18:15 ` Michael Albinus
2021-04-20 19:15 ` dag via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-21 14:22 ` Michael Albinus
2021-04-21 17:38 ` dag via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-22 7:31 ` Michael Albinus
2021-04-22 16:10 ` dag via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-22 16:22 ` dag via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-22 19:18 ` Michael Albinus
2021-04-23 15:58 ` dag via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2021-04-24 7:35 ` Michael Albinus
2021-06-14 12:00 ` Michael Albinus
2021-06-25 12:26 ` Michael Albinus
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7a693d69-5bac-4043-a31e-9289f9622e8b@victor \
--to=bug-gnu-emacs@gnu.org \
--cc=47896@debbugs.gnu.org \
--cc=dag@obbligato.org \
--cc=michael.albinus@gmx.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).