Gardner Mark-RHHW40 <[email protected]> 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. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
