tramp ($Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp $); Password handling Problem

2001-06-03 Thread Eric Masson
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/texi ChangeLog,2.0.2.3 tramp.texi,2.0.2.3'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/texi In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/texi Modified Files: Tag: stable ChangeLog tramp.texi Log Message: Sync with head.

check in by grossjoh: 'tramp/lisp tramp-util.el,2.1.2.1 tramp2-cache.el,2.4.2.1 tramp2-compat.el,2.3.2.1 tramp2-enc.el,2.5.2.1 tramp2-hack.el,2.3.2.1 tramp2-ops.el,2.12.2.1 tramp2-util.el,2.5.2.1 tramp2.el,2.15.2.1 ChangeLog,2.0.2.4 Makefile,2.0.2.1 tramp.el,2.0.2.4'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/lisp Modified Files: Tag: stable ChangeLog Makefile tramp.el Added Files: Tag: stable tramp-util.el tramp2-cache.el tramp2-compat.el tramp2-enc.el

check in by grossjoh: 'tramp/test test-harness.el,1.1.2.1 tramp-expr.el,1.1.2.1 tramp-file-name.el,1.1.2.1 tramp-path.el,1.2.2.1'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/test In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/test Added Files: Tag: stable test-harness.el tramp-expr.el tramp-file-name.el tramp-path.el Log Message: Sync with head.

check in by grossjoh: 'tramp/lisp tramp.el,2.25 ChangeLog,2.23'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-send-eof): Always send a literal Ctrl-D, even if client is Windows.

check in by grossjoh: 'tramp/lisp tramp.el,2.26 ChangeLog,2.24'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-find-executable): Remove superfluous newline.

check in by grossjoh: 'tramp/lisp tramp.el,2.27 ChangeLog,2.25'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-handle-write-region): Remove superfluous `echo hello' command which clobbers the exit status.

check in by grossjoh: 'tramp/lisp tramp.el,2.28 ChangeLog,2.26'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-handle-delete-file): Signal file error if deletion failed. This depends on `rm -f' on the remote end to set the

Re: tramp ($Id: tramp.el,v 2.0.2.1 2001/02/28 18:10:31 grossjoh Exp $); undo returns file to unsaved state with "saved" flag set

2001-06-03 Thread Kai Großjohann
On 03 Jun 2001, Daniel Pittman wrote: > Generally, using `verify-visited-file-modtime', as I > understand. Since tramp does not implement this, I don't know what > Emacs would do... Hm. H Hmm... I'm really confused. For it works fine if I enter a letter, it only f

Re: ramp ($Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp $); Password handling Problem

2001-06-03 Thread Eric Masson
> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> I have recently made a change in the development version which Kai> might help. I just declared the development version stable. Please Kai> try the new tarball, available from the usual place: Kai> http://ls6-www.cs.uni-dortmund.d

check in by grossjoh: 'tramp/lisp tramp.el,2.29 ChangeLog,2.27'

2001-06-03 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-handle-write-region): Use "<

Re: tramp ($Id: tramp.el,v 2.0.2.1 2001/02/28 18:10:31 grossjoh Exp $); undo returns file to unsaved state with "saved" flag set

2001-06-03 Thread Kai Großjohann
On Thu, 03 May 2001, [EMAIL PROTECTED] wrote: > > At times, I will save a file (point a), make a few changes, and > then save the file again (point b). I'll then realize that the > changes were a complete mistake and C-_ back to point a without > saving (which I shall call point c). For some re

Re: tramp ($Id: tramp.el,v 2.0.2.1 2001/02/28 18:10:31 grossjoh Exp $); undo returns file to unsaved state with "saved" flag set

2001-06-03 Thread Daniel Pittman
On 03 Jun 2001, Kai Großjohann wrote: [...] > Oh, boy. I have no idea how Emacs works when you do that. Hm. Hm. > I can reproduce the behavior. But how does Emacs normally know that > the file has changed? Hm. Does anybody know what is going on behind > the scenes? Generally, using `verif

Re: tramp ($Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp $); Password handling Problem

2001-06-03 Thread Kai Großjohann
I have recently made a change in the development version which might help. I just declared the development version stable. Please try the new tarball, available from the usual place: http://ls6-www.cs.uni-dortmund.de/~grossjoh/emacs/tramp.html Thanks, kai -- ~/.signature: No such file or direc

Re: Mime without mimencode

2001-06-03 Thread Kai Großjohann
Oops. I tried to apply the patch, but it was already applied. Hm. Sorry for the mishap. Well, for the don't always send the Perl code part we need a more general framework, I'm afraid. Maybe an entry in tramp-methods which is a list of strings to send to the remote end after the connection has

Re: tramp ($Id: tramp.el,v 2.19 2001/05/02 22:15:29 grossjoh Exp $); Hangs on write-region

2001-06-03 Thread Kai Großjohann
I don't know if this helps, but I've made Tramp send Ctrl-D now. New version in CVS. Does this change anything? kai -- ~/.signature: No such file or directory

Re: tramp ($Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp $); NTEmacs and Tramp using SSH

2001-06-03 Thread Kai Großjohann
On Wed, 16 May 2001, Sridhar Boovaraghavan wrote: > However, I get a really strange problem. It tries to set the current > directory of the opened file to r: which doesn't exist. This then > causes problems with other buffers also complaining about not being > able to set the directory to r: Arg

Re: tramp ($Id: tramp.el,v 2.0.2.1 2001/02/28 18:10:31 grossjoh Exp $); undo returns file to unsaved state with "saved" flag set

2001-06-03 Thread Daniel Pittman
On 03 Jun 2001, Kai Großjohann wrote: > On 03 Jun 2001, Daniel Pittman wrote: > >> Generally, using `verify-visited-file-modtime', as I >> understand. Since tramp does not implement this, I don't know what >> Emacs would do... > > Hm. H Hmm... > > I'm really confus