From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: augukarl@yahoo.se Newsgroups: gmane.emacs.help Subject: Re: emacsclient ssh and nautilus Date: 5 Sep 2006 06:41:50 -0700 Organization: http://groups.google.com Message-ID: <1157463710.439126.303960@i42g2000cwa.googlegroups.com> References: <1157383164.511719.65570@74g2000cwt.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1157467235 6889 80.91.229.2 (5 Sep 2006 14:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Sep 2006 14:40:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 05 16:40:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKc6G-0008Vv-NU for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Sep 2006 16:40:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKc6G-0007lg-H8 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Sep 2006 10:40:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i42g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 193.111.107.249 Original-X-Trace: posting.google.com 1157463715 4951 127.0.0.1 (5 Sep 2006 13:41:55 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 5 Sep 2006 13:41:55 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 sharon.nordnet.se:3128 (squid/2.5.STABLE6) Complaints-To: groups-abuse@google.com Injection-Info: i42g2000cwa.googlegroups.com; posting-host=193.111.107.249; posting-account=lFYKQQ0AAABTiPyPF35sjusGiOMrOa1o Original-Xref: shelby.stanford.edu gnu.emacs.help:141541 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37162 Archived-At: David Hansen skrev: > On 4 Sep 2006 08:19:24 -0700 augukarl@yahoo.se wrote: > > > In the GNOME file browser, Nautilus, I can connect to an ssh server, > > browse to a file and open it with the (standard) text editor GEdit by > > double-clicking the file icon. However, if i right-click on the icon, > > choose "open with other application" and choose "emacsclient" nothing > > happens. Opening files on my local computer with emacsclient through > > Nautilus works fine though. Any clues? > > Don't know this gnome stuff but you can open remote files from > within emacs using tramp: > > C-x C-f /ssh:user@host:/path/to/file RET Thanks for the info. August