Kai,

I had 2 problems, the first had to do with an error after C-x C-s:

---------------------------------
# Sending end of data token...
$ echo hello
^D
/////
hello
$  2>/dev/nullecho tramp_exit_status $?
/bin/ksh: /dev/nullecho: cannot create: Permission denied

---------------------------------

The patch fixed this.  The second problem was w/ permissions not being
preserved.

I've found that if I delete the ./CVS/Entries file, the permissions are
OK.

Matt



Kai Großjohann wrote:

> On Thu, 24 May 2001, Matthew Harrison wrote:
>
> >
> >>Could you try this patch? If it works fine, I will commit it.
> >
> >>--- tramp.el.orig       Thu May 24 17:30:22 2001
> >>+++ tramp.el    Thu May 24 17:30:47 2001
> >>@@ -3802,7 +3802,7 @@
> >>   (tramp-send-command multi-method method user host
> >>                       (concat (if subshell "( " "")
> >>                               command " 2>/dev/null"
> >>-                              (if command " ; " "")
> >>+                              (if command " ; " " ")
> >>                               "echo tramp_exit_status $?"
> >>                               (if subshell " )" "")))
> >>   (tramp-wait-for-output)
> >
> >
> > Seems to work ...
>
> I've now committed the patch.  Thanks, Yuji!
>
> Matthew: is there now any problem left, after this patch?  I didn't
> follow the discussion that closely, so I'm not sure.
>
> kai
>
> PS: Your From header was bogus.
> --
> ~/.signature: No such file or directory
begin:vcard 
n:Harrison;Matthew
tel;work:609-452-6579
x-mozilla-html:TRUE
url:http://www.gfdl.gov/~mjh
org:NOAA/GFDL
version:2.1
email;internet:[EMAIL PROTECTED]
title:Physical Scientist
adr;quoted-printable:;;Princeton University, Forrestal Campus=0D=0APO Box 308;Princeton;New Jersey;08542;USA
x-mozilla-cpt:;14400
fn:Matthew Harrison
end:vcard

Reply via email to