Re: tramp vs. dired-x vs. NetBSD

2000-08-18 Thread Kai Großjohann
On 17 Aug 2000, Istvan Marko wrote: > I suspect that the following might have something to do with the > error: > > istvan@netbsdbox:~% ls /etc/.dired;echo $? > ls: /etc/.dired: No such file or directory > 0 > > istvan@linuxbox:/usr/local/include% ls /etc/.dired;echo $? > ls: /etc/.dired: No su

tramp ($Id: tramp.el,v 1.398 2000/08/08 10:40:14 daniel Exp $); Login fails with inhibit-eol-conversion

2000-08-18 Thread Paul D. Smith
When trying to use the scp method to access files at my ISP site, I kept getting the error: Couldn't set remote shell prompt. After setting the verbose level to 10 and enabling the debug buffer, and some poking around, I discovered it was because I'd customized my inhibit-eol-conversion variab

Re: tramp vs. dired-x vs. NetBSD

2000-08-18 Thread Kai Großjohann
On 17 Aug 2000, Istvan Marko wrote: > I suspect that the following might have something to do with the > error: > > istvan@netbsdbox:~% ls /etc/.dired;echo $? > ls: /etc/.dired: No such file or directory > 0 > > istvan@linuxbox:/usr/local/include% ls /etc/.dired;echo $? > ls: /etc/.dired: No su

check in by grossjoh: 'tramp/lisp ChangeLog,1.1 tramp.el,1.399'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: tramp.el Added Files: ChangeLog Log Message: * tramp.el (tramp-handle-file-exists-p): Use `test -e', not `ls -d'.

check in by grossjoh: 'tramp/lisp ChangeLog,1.2 tramp.el,1.400'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: * tramp.el (tramp-open-connection-setup-interactive-shell): Erase buffer before sending next command.

check in by grossjoh: 'tramp/lisp ChangeLog,1.3 tramp.el,1.401'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: * tramp.el (tramp-handle-file-exists-p): Use `test -e', not `ls -d'. (tramp-open-connection-setup-interactive-shell), (tram

check in by grossjoh: 'tramp/lisp ChangeLog,1.4 tramp.el,1.402'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: * tramp.el (tramp-handle-make-directory): Correct order of arguments for tramp-barf-unless-okay. Maybe I should be using k

check in by grossjoh: 'tramp/lisp ChangeLog,1.5 tramp.el,1.403'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: * tramp.el (tramp-handle-insert-directory): Make it work with wildcards, too.

check in by grossjoh: 'tramp/lisp ChangeLog,1.6 tramp.el,1.404'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: 2000-08-18 KOIE Hidetaka <[EMAIL PROTECTED]> * tramp.el (tramp-handle-insert-file-contents): Don't use `

check in by grossjoh: 'tramp/lisp ChangeLog,1.7 tramp.el,1.405'

2000-08-18 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: * tramp.el (tramp-pre-connection): Locally (to the connection buffer) set inhibit-eol-conversion to nil.

latest tramp bombs on chained sudo

2000-08-18 Thread Mark A. Hershberger
`/r@multi:ssh#user@host:sudo#user@host:file' is bombing now. It makes the connection fine, but bombs out when sudo prompts for a password with an error like `Args out of range: 1, 10'. Same for su on a chain. ssh chained to ssh doesn't seem to have this problem. Ah... Another test and `su' o

Re: telnet method to NeXT

2000-08-18 Thread Kai Großjohann
On Sat, 29 Jul 2000, Yuji Yamano wrote: > [EMAIL PROTECTED] (Mark A. Hershberger) writes: > >> Better. I got logged in, used dired, but failed to load a file. >> Here's the debug buffer: > >> $ /bin/ls -d /me/_ar\@tu_bme\@64.81.26.88_b_ame_a.profile ; echo >> tramp_exit_status $? /me/_ar@[EMA

Re: tramp ($Id: tramp.el,v 1.398 2000/08/08 10:40:14 daniel Exp $); Login fails with inhibit-eol-conversion

2000-08-18 Thread Kai Großjohann
On Fri, 18 Aug 2000, Paul D. Smith wrote: > I think tramp needs to make this variable buffer-local and force it > to be nil in the buffer controlling the terminal, or use let, or > something, so that people who want inhibit-eol-conversion set can > still use tramp. I have now set the variable lo

Re: tramp ($Id: tramp.el,v 1.380 2000/06/04 13:47:07 daniel Exp $); wrong directory for /r:host:

2000-08-18 Thread Kai Großjohann
On Fri, 04 Aug 2000, Francesco Potorti` wrote: > Doing C-x d /r:host: RET" brings me to the root directory, instead > of the user's home. I just tested this and couldn't reproduce your problem. Maybe this has gone away with my recent tramp-handle-insert-directory fixes^Wchanges? kai -- I like

Re: tramp vs. dired-x vs. NetBSD

2000-08-18 Thread Istvan Marko
[EMAIL PROTECTED] (Kai Großjohann) writes: > On 17 Aug 2000, Istvan Marko wrote: > > > I suspect that the following might have something to do with the > > error: > > > > istvan@netbsdbox:~% ls /etc/.dired;echo $? > > ls: /etc/.dired: No such file or directory > > 0 > > > > istvan@linuxbox:/us

Re: tramp and dired on filenames

2000-08-18 Thread Kai Großjohann
On 26 Jul 2000, Mark A. Hershberger wrote: > Tramp doesn't do the right thing for `C-x d /r:host:filename'. > Example: C-x d /r:example.com:~/.bash_profile RET Does it now do the right thing? kai -- I like BOTH kinds of music.

Re: tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp $); no conversion

2000-08-18 Thread Kai Großjohann
On Thu, 17 Aug 2000, KOIE Hidetaka wrote: > TRAMP doesn't handle coding-system. > This is a quick hack to enable conversion. > (I'm not well informed of Emacs/Mule and TRAMP.) I have now applied your patch. I don't fully grok that part of Tramp, either. kai -- I like BOTH kinds of music.

Re: telnet method to NeXT

2000-08-18 Thread Mark A. Hershberger
> "KG" == Kai Großjohann <[EMAIL PROTECTED]> writes: KG> Please give feedback as to how it works. Will do. I'll try to set up my NeXT again this weekend (I have some stuff to print anyway). -- Hackers view advertising as damage and route around it. -- gowen

Re: tramp and dired on filenames

2000-08-18 Thread Mark A. Hershberger
> "KG" == Kai Großjohann <[EMAIL PROTECTED]> writes: KG> On 26 Jul 2000, Mark A. Hershberger wrote: >> Tramp doesn't do the right thing for `C-x d /r:host:filename'. >> Example: C-x d /r:example.com:~/.bash_profile RET KG> Does it now do the right thing? This particular exam

Re: w2k?

2000-08-18 Thread Kai Großjohann
On Sun, 18 Jun 2000, Tom Roche wrote: > So: has anyone played with NTramp on 5? If so, are there any tips/ > tricks/gotchas of which I should be aware? If not, I stand ready to > experiment. Have you been able to experiment now? How does it work? kai -- I like BOTH kinds of music.

Re: moveing a remote file to a local directory

2000-08-18 Thread Kai Großjohann
On Sun, 25 Jun 2000, Francesco Potorti` wrote: > Using tramp 1.393, I moved (using dired) a remote file to a local > directory. The file was indeed copied to the local dir, but the > remote one was not deleted. Hm. I just tested this but couldn't reproduce the problem. I said C-x d /r:grossjo

Re: Missing erase-buffer

2000-08-18 Thread Kai Großjohann
On Mon, 24 Jul 2000, Joe Stoy wrote: > In tramp-open-connection-setup-interactive-shell there's a missing > call of erase-buffer [...] Thanks, I have now added the missing call. > I haven't scanned the code rigorously to see if this is the only > instance (there are other missing calls in the p

Re: tramp not able to mkdir

2000-08-18 Thread Kai Großjohann
On 24 Jul 2000, Mark A. Hershberger wrote: > Using both multi and sm, I am unable to mkdir. Debug buffer for sm > connection attached. I think I found it: wrong order of arguments for tramp-barf-unless-okay. kai -- I like BOTH kinds of music.

Re: tramp not able to mkdir

2000-08-18 Thread Mark A. Hershberger
> "KG" == Kai Großjohann <[EMAIL PROTECTED]> writes: KG> On 24 Jul 2000, Mark A. Hershberger wrote: >> Using both multi and sm, I am unable to mkdir. Debug buffer >> for sm connection attached. KG> I think I found it: wrong order of arguments for KG> tramp-barf-unless-ok