So here is my .emacs:
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(add-to-list 'load-path "C:/Users/Eric
Fowler/Documents/.emacs.d/tramp/lisp")
(require 'tramp)
(require 'trace)
(setq tramp-verbose 8)
(setq tramp-debug-buffer t)
(setq tramp-default-method "ssh")
Ctl-X Ctl-F, then
/eric@<ip address>:/path/to/file/filename.txt <RET>
--->"Tramp:waiting for prompts from remote shell"
.bashrc is:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
case "$TERM" in
"dumb")
PS1="> "
;;
xterm*|rxvt*|eterm*|screen*)
# PS1="my fancy multi-line prompt > "
;;
*)
PS1="> "
;;
esac
echo .BASHRC ran
Looks like a prompt problem at this point. But I don't see why this is not
changing the prompt properly.
I want to know what TTY TRAMP is presenting to bash.
Eric
On Fri, Jan 3, 2014 at 12:30 AM, Eric Fowler <[email protected]> wrote:
> Fine, but I will not be back at that computer until Monday.
>
> Thanks again.
>
>
>
> On Thu, Jan 2, 2014 at 11:35 PM, Michael Albinus
> <[email protected]>wrote:
>
>> Eric Fowler <[email protected]> writes:
>>
>> > No, I am debugging a failure to connect - freeze up when opening
>> > remote file.
>>
>> Could you, please, start "emacs -Q"? Describe every step you take
>> afterwards, and what happens.
>>
>> Best regards, Michael.
>>
>
>
>
> --
> cc:NSA
>
--
cc:NSA
_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel