From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15860 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.gnus.user Subject: Re: Preserving window layout? Date: Mon, 01 Oct 2012 19:50:23 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349113980 17072 80.91.229.3 (1 Oct 2012 17:53:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2012 17:53:00 +0000 (UTC) Cc: info-gnus-english@gnu.org To: Angel de Vicente Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Oct 01 19:53:03 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TIk8m-000234-Fu for gegu-info-gnus-english@m.gmane.org; Mon, 01 Oct 2012 19:50:48 +0200 Original-Received: from localhost ([::1]:47818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIk8h-000515-1R for gegu-info-gnus-english@m.gmane.org; Mon, 01 Oct 2012 13:50:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIk8e-000510-GY for info-gnus-english@gnu.org; Mon, 01 Oct 2012 13:50:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIk8d-000081-8g for info-gnus-english@gnu.org; Mon, 01 Oct 2012 13:50:40 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:34360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIk8d-00007q-2V for info-gnus-english@gnu.org; Mon, 01 Oct 2012 13:50:39 -0400 X-IronPort-AV: E=Sophos;i="4.80,517,1344204000"; d="scan'208";a="175331478" Original-Received: from cbg35-2-78-242-14-140.fbx.proxad.net (HELO top.local) ([78.242.14.140]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 01 Oct 2012 19:50:25 +0200 In-Reply-To: (Angel de Vicente's message of "Thu, 27 Sep 2012 22:49:07 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.82 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15860 Archived-At: Angel de Vicente writes: > if you are happy running emacs only in text mode, then you can do like > me: I run Emacs in text mode (emacs -nw), inside GNU screen (well, > actually Byobu), so wherever I am, I only need to connect through ssh to > my workstation, and I have full control and exactly the same > configuration everywhere. Thanks a lot for the suggestion. It's something I tried (using tmux), but I've been having a lot of trouble with key combinations that don't make it through the whole stack (for instance: shift arrow to be passed through the terminal (iTerm 2, under OS X), tmux, and finally emacs). As I use org-mode a lot, these keys are quite useful to me. Alan