emacs-devel
[Top][All Lists]
Advanced

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

Re: tramp mode not working on OSX with dev HEAD


From: Michael Albinus
Subject: Re: tramp mode not working on OSX with dev HEAD
Date: Mon, 08 Mar 2010 18:19:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

address@hidden (Randal L. Schwartz) writes:

> What can I try next?

Remove the "exec" from the /bin/sh call:

*** /tmp/ediff34033ry  2010-03-08 18:17:48.000000000 +0100
--- /home/albinus/src/emacs/lisp/net/tramp.el        2010-03-08
18:16:13.000000000 +0100
***************
*** 6426,6432 ****
      (let ((tramp-end-of-output tramp-initial-end-of-output))
          (tramp-send-command
               vec
!                   (format "PROMPT_COMMAND='' PS1=%s PS2='' PS3='' exec
%s"
                     (shell-quote-argument tramp-end-of-output) shell)
                          t))
                            ;; Setting prompts.
--- 6426,6432 ----
      (let ((tramp-end-of-output tramp-initial-end-of-output))
          (tramp-send-command
               vec
!                   (format "PROMPT_COMMAND='' PS1=%s PS2='' PS3='' %s"
                                 (shell-quote-argument
                                 tramp-end-of-output) shell)
                                      t))
                                        ;; Setting prompts.




Increase tramp-verbose to 10 (much more traces). Maybe, we see more.

Best regards, Michael.




reply via email to

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