emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Tue, 14 Jun 2005 11:22:35 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.66 emacs/lisp/net/tramp.el:1.67
*** emacs/lisp/net/tramp.el:1.66        Tue May 17 16:24:37 2005
--- emacs/lisp/net/tramp.el     Tue Jun 14 15:22:35 2005
***************
*** 5095,5101 ****
               (and (setq tramp-file-exists-command "ls -d %s")
                    (file-exists-p existing)
                    (not (file-exists-p nonexisting))))
!       (error "Couldn't find command to check if file exists."))))
  
  
  ;; CCC test ksh or bash found for tilde expansion?
--- 5095,5101 ----
               (and (setq tramp-file-exists-command "ls -d %s")
                    (file-exists-p existing)
                    (not (file-exists-p nonexisting))))
!       (error "Couldn't find command to check if file exists"))))
  
  
  ;; CCC test ksh or bash found for tilde expansion?
***************
*** 5131,5137 ****
                 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'"
                          tramp-shell-prompt-pattern shell-prompt-pattern))
          (pop-to-buffer (buffer-name))
!         (error "Couldn't find remote `%s' prompt." shell))
        (tramp-message
         9 "Setting remote shell prompt...")
        ;; Douglas Gray Stephens <address@hidden> says that we
--- 5131,5137 ----
                 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'"
                          tramp-shell-prompt-pattern shell-prompt-pattern))
          (pop-to-buffer (buffer-name))
!         (error "Couldn't find remote `%s' prompt" shell))
        (tramp-message
         9 "Setting remote shell prompt...")
        ;; Douglas Gray Stephens <address@hidden> says that we




reply via email to

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