[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: TRAMP (transparent remote file access)
- X-ml-count: 4572
- Subject: Re: TRAMP (transparent remote file access)
- From: ari@xxxxxxxxxxxxxxxx (ARISAWA Akihiro)
- Date: Mon, 26 May 2003 17:53:26 +0900
- User-agent: Wanderlust/2.10.1 (Watching The Wheels-pre) MEIMI/1.14.0 (It's show time!) FLIM/1.14.5 (出町柳) APEL/10.4 Emacs/21.3 (i686-pc-linux-gnu) MULE/5.0 (賢木)
>>>>> In [meadow-users-jp : No.4569]
>>>>> 小関 吉則 (KOSEKI Yoshinori) <kose@xxxxxxxxxxxxxxxxxx> wrote:
kose> TRAMP は Meadow で動きますか? 設定を教えて!
半年くらい前の TRAMP ですが、Solaris の OpenSSH を相手に動いています。
~/.emacs には以下のような記述をしています。
(when (require 'tramp nil t)
(cond ((eq system-type 'windows-nt)
(setq tramp-default-method "smp")
(nconc (cadr (assq 'tramp-rsh-args (assoc "smp" tramp-methods)))
'("/bin/ksh" "-i"))
(modify-coding-system-alist 'process "ssh" '(undecided . unix))
(setcdr (assq 'tramp-remote-sh (assoc "smp" tramp-methods))
'("/bin/ksh -i"))
(add-to-list 'tramp-remote-path "/usr/local/bin"))
(t
(setq tramp-default-method "scp"))))
kose> Googleでヒットするいろんなページを見て試すんですが、うまく行っ
kose> た試しがないんです。
;; http://www.google.com/search?num=50&lr=lang_ja&q=Meadow%20tramp
;; で私の日記がトップなんですね(^^;
--
有沢 明宏