Re: loads but won't save? was: plink and tramp-2.0.2.1: more progress

2001-03-04 Thread Kai Großjohann
On Sat, 03 Mar 2001, Tom Roche wrote: When I try to _save_ the buffer, I get the error Method `t' didn't specify tramp args which appears to be caused by tramp's desire to call tramp-rcp-program in order to save the backup file /r@t:[EMAIL PROTECTED]:/ncsu/tlroche/.emacs~ Any ideas

Re: loads but won't save? was: plink and tramp-2.0.2.1: more progress

2001-03-04 Thread Daniel Pittman
On 04 Mar 2001, Kai Grojohann wrote: [...] Tramp is quite anal about having all kinds of method parameters. Don't let any of them default to anything. Specify them all. So just add (tramp-rcp-args nil) into the method spec, and you should be all set. Look at the other methods so you're

Re: loads but won't save? was: plink and tramp-2.0.2.1: more progress

2001-03-04 Thread Kai Großjohann
On 04 Mar 2001, Daniel Pittman wrote: By default, I want this to have as much automatic configuration as possible. So, my plan is that, by default, the method for encoding and decoding files on the remote machine will be auto-detected. That's a good idea. But I think you might not be able

Re: loads but won't save? was: plink and tramp-2.0.2.1: more progress

2001-03-04 Thread Daniel Pittman
On 04 Mar 2001, Kai Grojohann wrote: On 04 Mar 2001, Daniel Pittman wrote: By default, I want this to have as much automatic configuration as possible. So, my plan is that, by default, the method for encoding and decoding files on the remote machine will be auto-detected. That's a good

loads but won't save? was: plink and tramp-2.0.2.1: more progress

2001-03-03 Thread Tom_Roche
[EMAIL PROTECTED] 03 Mar 2001 12:27:10 +0100 Your method specifies neither encoding/decoding command/function, nor rcp-command. You must specify exactly one of those. Doh! And you had mentioned that earlier. Anyway, I now have in _emacs (setq tramp-methods (append (list '("t" ;