Message from discussion
Keybindings for Emacs with no X?
Received: by 10.68.238.198 with SMTP id vm6mr5788101pbc.3.1328303183582;
Fri, 03 Feb 2012 13:06:23 -0800 (PST)
Path: lh20ni257100pbb.0!nntp.google.com!news1.google.com!news2.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: Tassilo Horn <tass...@member.fsf.org>
Newsgroups: gnu.emacs.help
Subject: Re: Keybindings for Emacs with no X?
Date: Fri, 03 Feb 2012 22:06:13 +0100
Lines: 27
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.3111.1328303182.15002.help-gnu-emacs@gnu.org>
References: <20120203205256.0538F180323@neo.msri.org>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1328303183 1187 140.186.70.17 (3 Feb 2012 21:06:23 GMT)
X-Complaints-To: action@cs.stanford.edu
Cc: help-gnu-em...@gnu.org
To: Silvio Levy <l...@msri.org>
Envelope-to: help-gnu-em...@gnu.org
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
messagingengine.com; h=from:to:cc:subject:references:date
:in-reply-to:message-id:mime-version:content-type; s=smtpout;
bh=tHffhf3uX1IXF5pliTqEuarSFlo=; b=MzN8xJxlWTGCDVKEoVbDihOOG2ez
062gpAI5a8oCPoxTqi1xo8y+tAhXGozFFIVkjolJxcme5o3ewqsxDBjPJJbHiXOa
Gd0vlTKVBJpdLvPTe6vi8ygNT013/vhEVQDg5yT6usQQP3wHbDezOlogEfAZTXfO
VGqOaHXsTPhBX2o=
X-Sasl-enc: NK33dT9W+uQ0lJ3/qu0yzwgQj0NzOBTer9ohkNmWXN0N 1328303176
In-Reply-To: <20120203205256.0538F180323@neo.msri.org> (Silvio Levy's message
of "Fri, 03 Feb 2012 12:52:55 -0800")
User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux)
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
recognized.
X-Received-From: 66.111.4.27
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
Content-Type: text/plain
Silvio Levy <l...@msri.org> writes:
>> Yes, X11 forwarding is clearly not the way to go. But why not open
>> files on the remote server using TRAMP which comes with emacs?
>
> In my case, the answer is that editing files is only part of what I do
> remotely. I keep an ssh window open on the remote host anyway; it
> makes little sense to then use a *local* invocation of emacs to open a
> remote file (with the corresponding overhead of transfer protocols,
> mimencode and all that jazz).
Yes, I frequently keep a TRAMP dired or shell buffer open on remote
hosts. In such a buffer, even completion after C-x C-f defaults to the
remote directory of the dired current buffer or the shell buffers cwd.
> Conceptually, too, it's cleaner if each of my (color-coded) text
> windows is acting on a single host.
You could use one frame per host, and also have the frames colored
differently. But I don't want to evangelize anyone. I was just curious
why many experienced emacs users don't use TRAMP. In my experience, it
enormously matured over the last years from a slow and flaky
implementation of a good idea to a highly usable and convenient tool.
Bye,
Tassilo