tramp-devel
[Top][All Lists]
Advanced

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

Using tramp-log-to-file variable with -Q


From: Mikhail P
Subject: Using tramp-log-to-file variable with -Q
Date: Wed, 9 Dec 2020 22:30:11 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1

Hi, I am trying to use loggin to a file feature. To do so I cloned and compiled tramp from source. Then I try to run

~/bin/emacs -Q -l tramp --eval="(progn (add-to-list 'load-path \"/path/to/elisp/dir/tramp\") (require 'tramp) (setq tramp-verbose 10) (setq tramp-use-ssh-controlmaster-options nil) (setq tramp-debug-to-file t))" 

Running M-x locate-library gives the correct path to compiled tramp, not the sytem-wide one. However C-h v tramp-debug-to-file does not give anything. I see tramp debug buffers but nothing in /tmp (which is the temporary-files-folder). Everything works if I run it without -Q ... i.e. with evaluating my .emacs file. 

Thanks,

Mikhail


reply via email to

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