From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: Different emacs arrangements in one session Date: Fri, 24 Jan 2014 21:57:27 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390618674 18720 80.91.229.3 (25 Jan 2014 02:57:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jan 2014 02:57:54 +0000 (UTC) Cc: help-gnu-emacs To: Rusi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 25 03:58:01 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1W6tRZ-0001Ko-I0 for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jan 2014 03:58:01 +0100 Original-Received: from localhost ([::1]:49722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6tRZ-0002B2-4P for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 21:58:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6tRN-0002Ax-6J for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 21:57:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6tRM-0002ON-6V for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 21:57:49 -0500 Original-Received: from mail-ve0-x229.google.com ([2607:f8b0:400c:c01::229]:59911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6tRM-0002Nx-1J for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 21:57:48 -0500 Original-Received: by mail-ve0-f169.google.com with SMTP id oy12so2415937veb.14 for ; Fri, 24 Jan 2014 18:57:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tb6zJAzBnh2at2GDeJGk5KNTlNGrRqBKx8f4ypSrBWA=; b=a+E5ncKSume3NcnUS1kOg96WjhP2efswwqisdi5Q1YjoUISndWHfuXuUYmVkPkByxv 7FFtCqOmTW4KURs/ulvDhKF+aqZ3BdffcUlCUSxj7XsGXY9zYBkKFYjs/wiQdO4XmR7h 5EcT0pbElzS1Yc4PlM1XGXVul+UA/5TPT01CPIhMWhvkDt/UDvE3CpnPxAvcJcWoSpGw a11OlJFiszjbxhaTaoBdkvx//59/4Pef0+gEo8rxeeSvvRyxxx9VOgNRpqV/IlZ0aeul h0Tb+T6QU/KEb34xwHJvKgTWeGzePKsnk9cnf4fCSvs8Q1FaboalvADYMIKFELIpX+zF 5MEw== X-Received: by 10.220.191.134 with SMTP id dm6mr9448731vcb.16.1390618667333; Fri, 24 Jan 2014 18:57:47 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Fri, 24 Jan 2014 18:57:27 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::229 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:95645 Archived-At: Yes. Screen and Tmux are good for this. I was using Tmux before asking on here. I just wondered of there was a way to do it solely inside emacs. Frames is pretty close, now that I'm using them correctly. On Fri, Jan 24, 2014 at 9:53 PM, Rusi wrote: > On Saturday, January 25, 2014 3:59:06 AM UTC+5:30, Jai Dayal wrote: > > Hi, > > > > I use Emacs primarily for development over SSH into a remote server. I > > generally have several terminal sessions, many buffers of code, etc. > Often > > times, I want the window arrangement for my ansi-term buffers to be > > different than my code buffers. > > Ive heard that people find gnu screen useful for this -- no experience > myself >