From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: Re: Using ssh-host in ssh.el mode hook? Date: Tue, 29 Oct 2002 16:19:52 +0100 Organization: (Posted via) INKA e.V. http://www.inka.de/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1035904953 14380 80.91.224.249 (29 Oct 2002 15:22:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 15:22:33 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186YCO-0003jm-00 for ; Tue, 29 Oct 2002 16:22:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186YBT-0000cr-00; Tue, 29 Oct 2002 10:21:35 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: puric.inka.de Original-X-Trace: sapa.inka.de 1035904793 29123 212.227.14.17 (29 Oct 2002 15:19:53 GMT) Original-X-Complaints-To: newsmaster@inka.de Original-NNTP-Posting-Date: 29 Oct 2002 15:19:53 GMT User-Agent: KNode/0.7.1 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!schlund.de!inka.de!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:106499 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3049 Felix E. Klee wrote: > Any ideas how to solve this problem? I created a wrapper function that calls (ssh ssh-args name) and thereafter (setq comint-file-name-prefix (concat "/ssh:" ssh-host ":")) Felix