From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitriy Igrishin Newsgroups: gmane.emacs.help Subject: Remote editing using emacsclient. Date: Mon, 6 Feb 2012 16:18:01 +0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04462e7ee9c20704b84b7d6d X-Trace: dough.gmane.org 1328534303 9747 80.91.229.3 (6 Feb 2012 13:18:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 13:18:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 06 14:18:23 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuOSc-0004jt-9f for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 14:18:22 +0100 Original-Received: from localhost ([::1]:51508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuOSb-0002H0-Da for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 08:18:21 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuOSO-0002GZ-3v for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 08:18:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuOSK-0005Pv-0g for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 08:18:07 -0500 Original-Received: from mail-wi0-f169.google.com ([209.85.212.169]:53423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuOSJ-0005PY-P1 for help-gnu-emacs@gnu.org; Mon, 06 Feb 2012 08:18:03 -0500 Original-Received: by wibhj13 with SMTP id hj13so5866457wib.0 for ; Mon, 06 Feb 2012 05:18:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=06D2j+uGeQtl1WMForNoH4NTjSENaP5AmZ82BmxR3UQ=; b=uxCLLxCY8/ODDcaK/JFkanJI3VuF0g6DTqsSqAVg6859euF8NAA/Ab4yNLVumUphG/ qeZz4En/9XsldFwL+zufirJn05Fe0m6Hpy3yWDwd25RyO94dlw1yQD+Eu60XSo6MuYEm fmmWr5KiL8QoZS47UONFjhebJm6aNuhNjzGQs= Original-Received: by 10.180.101.161 with SMTP id fh1mr27243106wib.0.1328534281372; Mon, 06 Feb 2012 05:18:01 -0800 (PST) Original-Received: by 10.216.91.19 with HTTP; Mon, 6 Feb 2012 05:18:01 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83665 Archived-At: --f46d04462e7ee9c20704b84b7d6d Content-Type: text/plain; charset=UTF-8 Hey all, I have a problem with remote editing via emacsclient. The Emacs 23.3.1 runs in server mode on the remote machine (Debian) and the emacsclient is also runs on Debian and on Mac OS X. Trying: $ emacsclient -nw -f ./server my_file emacsclient: connected to remote socket at 192.168.0.50 *ERROR*: Could not open file: /dev/pts/0 The same problem when trying to run emacsclient on Mac. Is it possible to make it works? -- // Dmitriy. --f46d04462e7ee9c20704b84b7d6d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey all,

I have a problem with remote editing via emacsclient.
Th= e Emacs 23.3.1 runs in server mode on the remote machine
(Debian) and th= e emacsclient is also runs on Debian and
on Mac OS X.

Trying:
$ emacsclient -nw -f ./server my_file
emacsclient: connected to remote s= ocket at 192.168.0.50
*ERROR*: Could not open file: /dev/pts/0

Th= e same problem when trying to run emacsclient on Mac.

Is it possible= to make it works?

--
// Dmitriy.


--f46d04462e7ee9c20704b84b7d6d--