* Any way to use tramp under Windows XP? @ 2009-10-27 7:05 Water Lin 2009-10-27 17:18 ` Lennart Borgman 0 siblings, 1 reply; 7+ messages in thread From: Water Lin @ 2009-10-27 7:05 UTC (permalink / raw) To: help-gnu-emacs I don't want to configure Emacs again on my Linux Server, so I want to use tramp to edit remote source file. But I am using Windows XP, I tried tramp but Emacs crashed. I try to google related information, but it seems nothing special. Is it possible to use tramp under Windows XP? Thanks Water Lin -- Water Lin's notes and pencils: http://en.waterlin.org Email: WaterLin@ymail.com ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Any way to use tramp under Windows XP? 2009-10-27 7:05 Any way to use tramp under Windows XP? Water Lin @ 2009-10-27 17:18 ` Lennart Borgman 2009-10-27 20:26 ` Peter Dyballa [not found] ` <mailman.9580.1256675258.2239.help-gnu-emacs@gnu.org> 0 siblings, 2 replies; 7+ messages in thread From: Lennart Borgman @ 2009-10-27 17:18 UTC (permalink / raw) To: help-gnu-emacs On Tue, Oct 27, 2009 at 8:05 AM, Water Lin <WaterLin@ymail.invalid> wrote: > > I don't want to configure Emacs again on my Linux Server, so I want to > use tramp to edit remote source file. > > But I am using Windows XP, I tried tramp but Emacs crashed. I try to > google related information, but it seems nothing special. > > Is it possible to use tramp under Windows XP? It should be. If Emacs crashed then please send a bug report. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Any way to use tramp under Windows XP? 2009-10-27 17:18 ` Lennart Borgman @ 2009-10-27 20:26 ` Peter Dyballa [not found] ` <mailman.9580.1256675258.2239.help-gnu-emacs@gnu.org> 1 sibling, 0 replies; 7+ messages in thread From: Peter Dyballa @ 2009-10-27 20:26 UTC (permalink / raw) To: Lennart Borgman; +Cc: help-gnu-emacs Am 27.10.2009 um 18:18 schrieb Lennart Borgman: >> Is it possible to use tramp under Windows XP? > > It should be. It definitely does. All you need is PuTTY. Configured. -- Greetings Pete Either this man is dead or my watch has stopped. - Groucho Marx ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.9580.1256675258.2239.help-gnu-emacs@gnu.org>]
* Re: Any way to use tramp under Windows XP? [not found] ` <mailman.9580.1256675258.2239.help-gnu-emacs@gnu.org> @ 2009-10-28 15:50 ` Theo R. 2009-10-28 15:58 ` David Kastrup 0 siblings, 1 reply; 7+ messages in thread From: Theo R. @ 2009-10-28 15:50 UTC (permalink / raw) To: help-gnu-emacs On Oct 28, 1:26 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote: > Am 27.10.2009 um 18:18 schrieb Lennart Borgman: > > >> Is it possible to use tramp under WindowsXP? > > > It should be. > > It definitely does. All you need is PuTTY. Configured. I'm using tramp to access my linux box from WinXP all the time. It doesn't need PuTTY but uses windows FTP. The only problem I face with not using PuTTY is that all new files are in dos format (annoyingly). -- Theo. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Any way to use tramp under Windows XP? 2009-10-28 15:50 ` Theo R. @ 2009-10-28 15:58 ` David Kastrup 2009-10-28 20:55 ` Harry Putnam 0 siblings, 1 reply; 7+ messages in thread From: David Kastrup @ 2009-10-28 15:58 UTC (permalink / raw) To: help-gnu-emacs "Theo R." <shortsightedsid@gmail.com> writes: > On Oct 28, 1:26 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote: >> Am 27.10.2009 um 18:18 schrieb Lennart Borgman: >> >> >> Is it possible to use tramp under WindowsXP? >> >> > It should be. >> >> It definitely does. All you need is PuTTY. Configured. > > I'm using tramp to access my linux box from WinXP all the time. It > doesn't need PuTTY but uses windows FTP. That would be ange-ftp rather than tramp which you are using. Tramp goes through a shell account, not ftp. -- David Kastrup ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Any way to use tramp under Windows XP? 2009-10-28 15:58 ` David Kastrup @ 2009-10-28 20:55 ` Harry Putnam 2009-10-31 4:06 ` Will Willis 0 siblings, 1 reply; 7+ messages in thread From: Harry Putnam @ 2009-10-28 20:55 UTC (permalink / raw) To: help-gnu-emacs David Kastrup <dak@gnu.org> writes: > "Theo R." <shortsightedsid@gmail.com> writes: > >> On Oct 28, 1:26 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote: >>> Am 27.10.2009 um 18:18 schrieb Lennart Borgman: >>> >>> >> Is it possible to use tramp under WindowsXP? >>> >>> > It should be. >>> >>> It definitely does. All you need is PuTTY. Configured. >> >> I'm using tramp to access my linux box from WinXP all the time. It >> doesn't need PuTTY but uses windows FTP. > > That would be ange-ftp rather than tramp which you are using. Tramp > goes through a shell account, not ftp. Yeah and I can tell you from experience that the best way is to use `plink'. Its one of the `putty' set of tools. Google up the `putty download page' and get putty, plink, pscp, psftp' All will be useful at some point. In emacs, to use plink it very similar to ange ftp /method:user@host:/path/file C-x C-f /plink:myuser@host:/some/directory/file (Where myuser is the user on `host', you will login as) Plink as method works from vista too, where ssh as method never seems to (for me). Also the putty terminal.. if you want to ssh to windows, is quite a bit nicer than the one with cygwin. The one big calling card for a cygwin terminal (for me) is that it speaks smb.. if you have shares setup on the network hosts. cygwin terminal can do things like: `cd //host/share' I'm told you can get smb (as method) to work in tramp too but I haven't been able too. But since I had an array of other methods.. I didn't try all that hard. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Any way to use tramp under Windows XP? 2009-10-28 20:55 ` Harry Putnam @ 2009-10-31 4:06 ` Will Willis 0 siblings, 0 replies; 7+ messages in thread From: Will Willis @ 2009-10-31 4:06 UTC (permalink / raw) To: help-gnu-emacs [-- Attachment #1: Type: text/plain, Size: 1940 bytes --] You can have your cake and eat it too: cygwin + putty http://code.google.com/p/puttycyg/ and to top off the windows experience, take a look at XKeymacs for all the other applications you use, http://www.cam.hi-ho.ne.jp/oishi/indexen.html -Will On Wed, Oct 28, 2009 at 3:55 PM, Harry Putnam <reader@newsguy.com> wrote: > David Kastrup <dak@gnu.org> writes: > > > "Theo R." <shortsightedsid@gmail.com> writes: > > > >> On Oct 28, 1:26 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote: > >>> Am 27.10.2009 um 18:18 schrieb Lennart Borgman: > >>> > >>> >> Is it possible to use tramp under WindowsXP? > >>> > >>> > It should be. > >>> > >>> It definitely does. All you need is PuTTY. Configured. > >> > >> I'm using tramp to access my linux box from WinXP all the time. It > >> doesn't need PuTTY but uses windows FTP. > > > > That would be ange-ftp rather than tramp which you are using. Tramp > > goes through a shell account, not ftp. > > Yeah and I can tell you from experience that the best way is to use > `plink'. Its one of the `putty' set of tools. > > Google up the `putty download page' and get putty, plink, pscp, > psftp' > > All will be useful at some point. In emacs, to use plink it very > similar to ange ftp > > /method:user@host:/path/file > > C-x C-f /plink:myuser@host:/some/directory/file > (Where myuser is the user on `host', you will login as) > > Plink as method works from vista too, where ssh as method never seems > to (for me). > > Also the putty terminal.. if you want to ssh to windows, is quite a bit > nicer than the one with cygwin. > > The one big calling card for a cygwin terminal (for me) is that it > speaks smb.. if you have shares setup on the network hosts. > > cygwin terminal can do things like: `cd //host/share' > > I'm told you can get smb (as method) to work in tramp too but I > haven't been able too. But since I had an array of other methods.. I > didn't try all that hard. > > > > [-- Attachment #2: Type: text/html, Size: 2828 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-10-31 4:06 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-10-27 7:05 Any way to use tramp under Windows XP? Water Lin 2009-10-27 17:18 ` Lennart Borgman 2009-10-27 20:26 ` Peter Dyballa [not found] ` <mailman.9580.1256675258.2239.help-gnu-emacs@gnu.org> 2009-10-28 15:50 ` Theo R. 2009-10-28 15:58 ` David Kastrup 2009-10-28 20:55 ` Harry Putnam 2009-10-31 4:06 ` Will Willis
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).