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-05-03 Thread mah
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 reason, when using tramp, I notice that the this file is

tramp ($Id: tramp.el,v 2.0.2.1 2001/02/28 18:10:31 grossjoh Exp $); incorrect tab expansion

2001-03-15 Thread mah
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

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-15 Thread mah
t) tramp-multi-connect-su(#process *tramp/multiu ssh#mah@localhost:sudo#root@localhost:* "sudo" "root" "localhost" "sudo -u %u -s%n") tramp-open-connection-multi("multiu" ["ssh" "sudo"] ["mah" "root"

Re: tramp ($Id: tramp.el,v 1.434 2000/11/17 22:13:36 grossjoh Exp $); ntemacs/tramp fails on not able to find end-of-line

2000-12-18 Thread mah
At 16 Dec 2000 00:44:25 +0100, [EMAIL PROTECTED] wrote: On Thu Dec 7, [EMAIL PROTECTED] wrote: Attempting tm method with tramp results in the following message: Couldn't find exit status of `test -x quot;/bin/kshquot;' Does the new version do the trick? Available via ftp and CVS.

tramp ($Id: tramp.el,v 1.434 2000/11/17 22:13:36 grossjoh Exp $); ntemacs/tramp fails on not able to find end-of-line

2000-12-07 Thread mah
Here ya go: tmp.mail

Re: tramp, telnet ntemacs

2000-12-04 Thread mah
At 04 Dec 2000 15:34:28 +0100, [EMAIL PROTECTED] (Kai =?iso-8859-1?q?Gro=DFjohann?=) wrote: Hm. H... There is supposed to be code in Tramp which discovers the EOL format used by the remote shell. Hm. Do the problems occur while setting up the connection, or does it occur in

tramp, telnet ntemacs

2000-12-01 Thread mah
I'm attempting to use tramp in ntemacs (on a W2000 box if that matters), but I'm having trouble with the telnet methods because of an onerous ^M at the end of the lines. So, what to do? I've got "(add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m)", but that doesn't seem to help