Re: tramp ($Id: tramp.el,v 1.449 2001/02/20 10:02:30 grossjoh Exp $); No indication if remote file has changed on disk

2001-03-16 Thread Daniel Pittman
On 16 Mar 2001, Kai Großjohann wrote: > On 16 Mar 2001, Daniel Katz wrote: >> >> With a local file, emacs would notice that the file had changed on >> disk and offer to re-read it into the buffer. Files that I visit by >> tramp don't notice that the file has changed and don't ask whether I >> wa

problem with remote version control

2001-03-16 Thread Tom_Roche
[EMAIL PROTECTED] 16 Mar 2001 23:23:26 +0100 > Well, for remote compilation you now have M-x tramp-compile RET, no? Indeed, and it is referenced at http://www4.ncsu.edu/~tlroche/plinkTramp.html On Fri, 16 Mar 2001, Tom Roche wrote: >> now that remote compilation works, next on my agenda is remo

tramp ($Id: tramp.el,v 2.9 2001/03/14 21:46:41 grossjoh Exp $); dired can't find ~ in AFS

2001-03-16 Thread Tom_Roche
> 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. Much of the f

Re: tramp ($Id: tramp.el,v 1.449 2001/02/20 10:02:30 grossjoh Exp $); No indication if remote file has changed on disk

2001-03-16 Thread Kai Großjohann
On 16 Mar 2001, Daniel Katz wrote: > > With a local file, emacs would notice that the file had changed on > disk and offer to re-read it into the buffer. Files that I visit by > tramp don't notice that the file has changed and don't ask whether I > want to refresh the buffer. I wonder how does

Re: password reading, was: tramp-2.9

2001-03-16 Thread Kai Großjohann
On Fri, 16 Mar 2001, Tom Roche wrote: > and I know it works, but I don't understand why. However, _that_ is > not my immediate concern. Instead, I'd like to know: can TRAMP be > hacked to get a password itself, and pass it to the client via its > args (e.g. via tramp-telnet-args)? I.e. broken-cli

Re: compilation, version control, was: cleaner tramp-aware bindings

2001-03-16 Thread Kai Großjohann
On Fri, 16 Mar 2001, Tom Roche wrote: > works for me, and seems even cleaner. (Except for the paren > placement: being usually procedural I like starts and ends to line > up :-) I fail to see why people want to do this parens thing. Whoever looks at them? I just look at the indentation to see

password reading, was: tramp-2.9

2001-03-16 Thread Tom_Roche
On Thu, 15 Mar 2001, Tom Roche wrote: >> + I apparently no longer need to hack my tramp-connection-function: [EMAIL PROTECTED] 15 Mar 2001 23:21:06 +0100 > Well, I have told you about the new parameter tramp-telnet-args, > haven't I? Umm, not really :-) I see it: tramp.el > (defvar tramp-telnet

tramp ($Id: tramp.el,v 1.449 2001/02/20 10:02:30 grossjoh Exp $); No indication if remote file has changed on disk

2001-03-16 Thread Daniel Katz
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

win32 setup

2001-03-16 Thread Tom_Roche
I've included the new remote-compilation stuff in my "Extending Emacs on Win32 with Plink and TRAMP" page http://www4.ncsu.edu/~tlroche/plinkTramp.html Your questions, comments, complaints, corrections, or suggestions are appreciated. I'd especially appreciate it if someone could try setting thi

compilation, version control, was: cleaner tramp-aware bindings

2001-03-16 Thread Tom_Roche
"Stefan Monnier" <[EMAIL PROTECTED]> 16 Mar 2001 09:50:19 -0500 > (define-key global-map "\M-`" >(lambda () > "Use `tramp-compile' if in a tramp buffer, `compile' otherwise." > (interactive) > (call-interactively > (if (tramp-tramp-file-p buffer-file-name) > 'tr

Re: cleaner tramp-aware bindings

2001-03-16 Thread Stefan Monnier
> "Daniel" == Daniel Pittman <[EMAIL PROTECTED]> writes: > Point of view, really. &rest accepts zero or more arguments, &optional > accepts zero or one. It makes little difference if you only ignore them. But since the argument is ignored and since no argument is passed when used interactivel

check in by grossjoh: 'tramp/lisp tramp.el,2.10 ChangeLog,2.9'

2001-03-16 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-multi-connect-su): Don't clobber `found'.

Re: tramp ($Id: tramp.el,v 2.0.2.1 2001/02/28 18:10:31 grossjoh Exp $); tramp should sense if it already has root when using sudo

2001-03-16 Thread Kai Großjohann
On 15 Mar 2001, Mark A. Hershberger wrote: > (if (not (nth 1 found)) > ! (setq found t) > (tramp-message 9 "Sending password...") Eeek. This is bad. Could you try the new version from CVS (devel branch, ie head, not stable branch) to see if that works? I've adopted a sli