tramp ($Id: tramp.el,v 1.406 2000/08/19 15:23:42 grossjoh Exp $); can't make symlinkns

2000-08-29 Thread Mark A. Hershberger
Enter your bug report in this message, including as much detail as you possibly can about the problem, what you did to cause it and what the local and remote machines are. If you can give a simple set of instructions to make this bug happen reliably, please include those. Thank you for helping

check in by grossjoh: 'tramp/lisp Makefile,1.8 tramp-vc.el,1.7 tramp.el,1.409'

2000-08-29 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: Makefile tramp-vc.el tramp.el Log Message: * Makefile (tramp.elc): Wrap long line. (tramp-vc.elc): Frob load-path for byte-compilation because of required

check in by grossjoh: 'tramp/lisp ChangeLog,1.11'

2000-08-29 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 Log Message:

check in by grossjoh: 'tramp/lisp tramp.el,1.410'

2000-08-29 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 Log Message: tramp-handle-make-symbolic-link: Check that method, user, host are the same.

check in by grossjoh: 'tramp/lisp ChangeLog,1.12'

2000-08-29 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 Log Message: *** empty log message ***

tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp

2000-08-29 Thread jeff
$); rcp changes file ownership when forcing save X-Reporter-Void-Vars-Found: tramp-currrent-multi-method Enter your bug report in this message, including as much detail as you possibly can about the problem, what you did to cause it and what the local and remote machines are. If you can give

tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp$); scp and read-only files gives error -- more data

2000-08-29 Thread Jeff Bowman
I neglected to mention when I sent this earlier, that GNU Emacs will display the buffer anyway in spite of the error message, however XEmacs will not. Enter your bug report in this message, including as much detail as you possibly can about the problem, what you did to cause it and what the

check in by grossjoh: 'tramp/lisp tramp.el,1.411'

2000-08-29 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 Log Message: tramp-bug: report on backup-by-copying* variables.

check in by grossjoh: 'tramp/lisp tramp.el,1.412'

2000-08-29 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 Log Message: Change intro msg.

Re: tramp ($Id: tramp.el,v 1.406 2000/08/19 15:23:42 grossjoh Exp $); can't make symlinkns

2000-08-29 Thread Kai Großjohann
Ah, yes. The backtrace comes from the (debug) statement in tramp-handle-make-symbolic-link. And that statement is there because the function isn't implemented yet. Whee. Lessee... kai -- I like BOTH kinds of music.

RE: (TRAMP) rcp changing permissions when save on read-only files

2000-08-29 Thread Jeff Bowman
On Tue, 29 Aug 2000, [EMAIL PROTECTED] wrote: a file on a different machine to which I can rcp/rlogin/etc has these permissions: -rw-rw-r-- you you your_file I am not you, nor am I in the group you. /r:your_computer:~you/your_file make a change to this file (maybe add

Re: tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp $); scp and read-only files gives error

2000-08-29 Thread Kai Großjohann
On Tue, 29 Aug 2000, Jeff Bowman wrote: when /path/to/file/file.pm is 0444 and I am not the owner or group owner, but am a member of the group, an error is thrown (?). In XEmacs, the error says: Specified time is not representable in GNU Emacs the error is: Wrong type

Re: tramp ($Id: tramp.el,v 1.406 2000/08/19 15:23:42 grossjoh Exp $); can't make symlinkns

2000-08-29 Thread Kai Großjohann
On Tue, 29 Aug 2000, Kai Großjohann wrote: Ah, yes. The backtrace comes from the (debug) statement in tramp-handle-make-symbolic-link. And that statement is there because the function isn't implemented yet. I have now implemented it, but not tested it at all! Does it work? (Only on CVS.)

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

2000-08-29 Thread Kai Großjohann
On Tue, 29 Aug 2000, [EMAIL PROTECTED] wrote: a file on a different machine to which I can rcp/rlogin/etc has these permissions: -rw-rw-r-- you you your_file I am not you, nor am I in the group you. /r:your_computer:~you/your_file make a change to this file (maybe add a space,

Find out if file exists?

2000-08-29 Thread Kai Großjohann
After some discussion on a German newsgroup, I have come up with the following idea: * Rewrite the searching for ksh or bash (if sh doesn't grok tilde expansion) to use `test -x' rather than `test -e' if this isn't already the case. * After starting the right shell, try the following

Re: Find out if file exists?

2000-08-29 Thread Skip Montanaro
Kai PS: Must remember the find command, which seems to be useful for many Kai interesting tricks. Yes, but highly non-portable, so you have to be very careful in what subsets of its command set you use... -- Skip Montanaro ([EMAIL PROTECTED]) http://www.mojam.com/

Re: tramp ($Id: tramp.el,v 1.406 2000/08/19 15:23:42 grossjoh Exp $); can't make symlinkns

2000-08-29 Thread Mark A. Hershberger
"KG" == Kai Großjohann [EMAIL PROTECTED] writes: KG On Tue, 29 Aug 2000, Kai Großjohann wrote: Ah, yes. The backtrace comes from the (debug) statement in tramp-handle-make-symbolic-link. And that statement is there because the function isn't implemented yet. KG I have