[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp running in debug mode?
From: |
Michael Albinus |
Subject: |
Re: Tramp running in debug mode? |
Date: |
Fri, 06 May 2011 12:04:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Gardner Mark-RHHW40 <address@hidden> writes:
> Just installed the Cygwin update for Emacs running under X (GNU Emacs
> 23.3.1 (i686-pc-cygwin, GTK+ Version 2.20.1) of 2011-03-21 on moufang)
> on my Windows XP machine. When I try to edit a remote file on a
> Solaris server using tramp and ssh a very long string of messages
> flash through Emacs command buffer frame that look like debug display
> code describing each decryption step.
Tramp's messages are controlled by variable `tramp-verbose'. Its default
value is 3, which displays some information messages. If you want to see
only error and warning messages, you could decrease it to 2.
> I guess the file would eventually open in the editor buffer frame but
> I haven’t waited long enough to see this finish. Emacs and tramp and
> ssh were working pretty well before I updated, although it was hanging
> once in a while.
If there are problems, please increase `tramp-verbose' to 6, and rerun
your test. Afterwards, you could submit a bug report via "M-x tramp-bug",
which shall include the debug buffer.
> Thanks,
>
> Mark G.
Best regards, Michael.