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: Different emacs arrangements in one session Date: Fri, 24 Jan 2014 17:29:06 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390602582 15916 80.91.229.3 (24 Jan 2014 22:29:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2014 22:29:42 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 24 23:29:49 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 1W6pG1-0001AJ-7h for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 23:29:49 +0100 Original-Received: from localhost ([::1]:49150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6pG0-0007zc-S3 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 17:29:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6pFn-0007zV-7m for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 17:29:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6pFf-0000bB-GN for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 17:29:35 -0500 Original-Received: from mail-vc0-x22d.google.com ([2607:f8b0:400c:c03::22d]:58779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6pFf-0000az-6L for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 17:29:27 -0500 Original-Received: by mail-vc0-f173.google.com with SMTP id ld13so2241647vcb.32 for ; Fri, 24 Jan 2014 14:29:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=VQMZEMX0ImhBmUf8S4F5j9p2fGQQURTQv3eycJfIykc=; b=0SvOgY+e3vwQLmYXmWUQrCCy7ayqPDCIjUmJqXJJw2F8lMCFxuOkDTEDeqKSgnQYLT sce5p0ockoJjqrltD2q/conmHw1bQ1yRoZQ6GH/BgSgVJwUslrCwyY3o3+DZg6gPjnUH SbiP27J8emoY0tRdl1TLq82OfCrwtDk0WIfFKPYGw4Ion7ujwg5GZh6kBGpfI6KAsaJQ 7GtIxDupNG6nbZiXIm3dQYTolf2AOLMiDy4fUGRvAIXpnTd7cplDBaIqEHJCQwF/tTCS PgrqxJqUpzAljFPo5eKfDawq3H8vONlPi2s41cX7bg0yyyoO+ZU09w0LfICwqkQ8YBuq FwxA== X-Received: by 10.221.37.1 with SMTP id tc1mr8884501vcb.32.1390602566209; Fri, 24 Jan 2014 14:29:26 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Fri, 24 Jan 2014 14:29:06 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22d 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:95632 Archived-At: 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. For example, Perhaps, I have my code buffers split into quarters, and then I want to switch to one of my ansi-terms to compile the code. As it stands now, that ansi-term will just take up one of my quarter screens, when I want this to be my full screen. Any idea how to do this? I've looked at frames, but it doesn't seem to quite work right? It should be noted, that on the remote server, I generally do emacs --daemon and then emacsclient -c -nw this way, my environment persists across different logins. Any idea how I can accomplish the above? Thanks much, Jai