all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp, emacs, xp, putty
@ 2007-01-05 16:50 MitchellCowen
  2007-01-05 19:04 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: MitchellCowen @ 2007-01-05 16:50 UTC (permalink / raw)


Hi all.

I've been browsing through the list archives but I still don't
understand how to install tramp to work with normal emacs [not xemacs
or emacsW32] on XP.  Someone says that emacs22 already has tramp but I
don't see the binary at http://ftp.gnu.org/gnu/emacs/windows/ .

This is what I've tried so far:
1.  Downloaded cygwin
2.  Downloaded tramp
3.  Unpacked tramp to C:\Program Files\emacs\emacs-21.3\tramp-2.1.7
4.  change directory to the tramp-2.1.7 directory
5.  ./configure --with-contrib --with-lispdir='C:/Program
Files/Emacs/site-lisp'  --infodir='C:/Program Files/Emacs/info'

I get the response
: command not found4:
./configure: line 24: syntax error near unexpected token 'newline'
./configure: line 24 'case set -o 2> /dev/null' in *posix *>set -o
posix;;' sac

I am assuming this is some problem with cygwin.  Any ideas how to do
this correctly?

If I do get tramp installed, is this what I need to put in .emacs?


; tramp stuff
(add-to-list 'load-path "C:/Program
File/emacs/emacs-21.3/tramp-2.1.7/lisp/")
(add-to-list 'load-path "C:/Program
Files/emacs/emacs-21.3/tramp-2.1.7/")
(require 'tramp)
(setq tramp-debug-buffer t) ;; optional
(add-to-list
 'tramp-methods
 '("plink"
   (tramp-connection-function  tramp-open-connection-rsh)
   (tramp-rsh-program          "plink")
   (tramp-rcp-program          nil)
   (tramp-remote-sh            "/bin/sh")
   (tramp-rsh-args             ("-v" "-ssh")) ;; "-v" optional
   (tramp-rcp-args             nil)
   (tramp-rcp-keep-date-arg    nil)
   (tramp-su-program           nil)
   (tramp-su-args              nil)
   (tramp-encoding-command     "uuencode xxx")
   (tramp-decoding-command     "uudecode -p")
   (tramp-encoding-function    nil)
   (tramp-decoding-function    uudecode-decode-region)
   (tramp-telnet-program       nil)
   (tramp-telnet-args          nil)))
(setq tramp-default-method "plink")


#######

Thanks,
Mitch

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-01-07 21:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-05 16:50 tramp, emacs, xp, putty MitchellCowen
2007-01-05 19:04 ` Eli Zaretskii
2007-01-07 13:56   ` Michael Albinus
2007-01-07 20:42     ` Eli Zaretskii
2007-01-07 21:09       ` Michael Albinus
     [not found] ` <mailman.2786.1168023856.2155.help-gnu-emacs@gnu.org>
2007-01-05 23:57   ` MitchellCowen
2007-01-06  2:10     ` Lennart Borgman (gmail)
2007-01-06 20:37     ` martin
2007-01-07 13:30 ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.