emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100122: * net/tramp.el (tramp-do-


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100122: * net/tramp.el (tramp-do-file-attributes-with-stat)
Date: Tue, 19 Oct 2010 11:26:21 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100122
committer: Michael Albinus <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-10-19 11:26:21 +0200
message:
  * net/tramp.el (tramp-do-file-attributes-with-stat)
  (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
  order to make stat results a float.  Patch by Andreas Schwab
  <address@hidden>.
modified:
  lisp/ChangeLog
  lisp/net/tramp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-18 18:38:11 +0000
+++ b/lisp/ChangeLog    2010-10-19 09:26:21 +0000
@@ -1,3 +1,10 @@
+2010-10-19  Michael Albinus  <address@hidden>
+
+       * net/tramp.el (tramp-do-file-attributes-with-stat)
+       (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
+       order to make stat results a float.  Patch by Andreas Schwab
+       <address@hidden>.
+
 2010-10-18  Stefan Monnier  <address@hidden>
 
        * repeat.el (repeat): Use read-key (bug#6256).
@@ -15,7 +22,8 @@
 2010-10-15  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
-       Suppress expansion of tabs to spaces.
+       Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
+       <address@hidden>.
 
 2010-10-15  Kenichi Handa  <address@hidden>
 

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2010-10-15 12:15:43 +0000
+++ b/lisp/net/tramp.el 2010-10-19 09:26:21 +0000
@@ -2922,7 +2922,7 @@
    (format
     ;; On Opsware, pdksh (which is the true name of ksh there) doesn't
     ;; parse correctly the sequence "((".  Therefore, we add a space.
-    "( (%s %s || %s -h %s) && %s -c '( (\"%%N\") %%h %s %s %%X.0 %%Y.0 %%Z.0 
%%s.0 \"%%A\" t %%i.0 -1)' %s || echo nil)"
+    "( (%s %s || %s -h %s) && %s -c '( (\"%%N\") %%h %s %s %%Xe0 %%Ye0 %%Ze0 
%%se0 \"%%A\" t %%ie0 -1)' %s || echo nil)"
     (tramp-get-file-exists-command vec)
     (tramp-shell-quote-argument localname)
     (tramp-get-test-command vec)
@@ -3378,7 +3378,7 @@
      ;; but it does not work on all remote systems.  Therefore, we
      ;; quote the filenames via sed.
      "cd %s; echo \"(\"; (%s -a | sed -e s/\\$/\\\"/g -e s/^/\\\"/g | xargs "
-     "%s -c '(\"%%n\" (\"%%N\") %%h %s %s %%X.0 %%Y.0 %%Z.0 %%s.0 \"%%A\" t 
%%i.0 -1)'); "
+     "%s -c '(\"%%n\" (\"%%N\") %%h %s %s %%Xe0 %%Ye0 %%Ze0 %%se0 \"%%A\" t 
%%ie0 -1)'); "
      "echo \")\"")
     (tramp-shell-quote-argument localname)
     (tramp-get-ls-command vec)


reply via email to

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