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, 31 Jan 2014 21:17:54 -0500 Message-ID: References: <87zjmbtwdp.fsf@moondust.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1391221099 26385 80.91.229.3 (1 Feb 2014 02:18:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Feb 2014 02:18:19 +0000 (UTC) Cc: help-gnu-emacs To: "N. Jackson" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 01 03:18:27 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 1W9QA6-00087L-J8 for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Feb 2014 03:18:26 +0100 Original-Received: from localhost ([::1]:59142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9QA5-0004ZE-V3 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 21:18:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Q9w-0004Z7-Ba for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 21:18:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9Q9v-0007IU-42 for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 21:18:16 -0500 Original-Received: from mail-vb0-x229.google.com ([2607:f8b0:400c:c02::229]:44664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Q9u-0007IP-VD for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 21:18:15 -0500 Original-Received: by mail-vb0-f41.google.com with SMTP id g10so3419129vbg.14 for ; Fri, 31 Jan 2014 18:18:14 -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=cXPF8hQAZLb8uJqpemcdi5CCVIr/b/lu53Ss9BejE8o=; b=t9tLNuhdRxCc5/59uhErgBL9NR2iJlof4Hhvmh2fdqEGo72sS18K9f1md+aUz9Qm8F +X2cRJ79P0f/UTqhndHdaO84QwRnn97D/QD0sfS5YIEuG9MMgSVUlxI0AgNsjs607ptm vMJTnnjDcpxdsc28iJQUYeSLWGTtquyEjGSJf5XqJr/R4EZm3gPQgaHy7RN8Gm9I04Me BKBN7v9TEeV1LAvqwh5pSHAJ2K7tvNrTSVOCfK2bMuoAR99CvXODYphJSw6+QlcDGX89 MNiB4fKS1fcRt7rWky1zhMNG+Sd8vZgf1LBAnW0pMwUCSjgGoCmYxONwkUuaWSuc3M40 rY+A== X-Received: by 10.58.90.202 with SMTP id by10mr18052100veb.6.1391221094270; Fri, 31 Jan 2014 18:18:14 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Fri, 31 Jan 2014 18:17:54 -0800 (PST) In-Reply-To: <87zjmbtwdp.fsf@moondust.localdomain> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::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:95863 Archived-At: Yes, but if I do it via separate emacs instances, I can't actually copy and paste things from one to the other solely in emacs. I use emacs on a server over ssh, and I just use it through the terminal.. no x windows or anything. Frames are working just fine, the problem is frame state is not saved across emacs sessions. Apparently, this feature is native to 24.4, but I can't find anything reasonable for 24.3. On Fri, Jan 31, 2014 at 9:11 PM, N. Jackson wrote: > Jai Dayal writes: > > > Well, I guess Frames does *kind of* what I want it to do, I was just > > using it incorrectly. > > > > They're not as disjoint as I'd like, i.e., in one frame, I can access > > the files in another. > > I'm no expert on Emacs and it's not clear (to me) exactly what behaviour > you're looking for, but I understand you to be saying that you want to > have the buffers visible from one frame be different from the buffers > visible from another frame. > > You can do this simply by running seperate instances of Emacs. > > Or, if you are using Emacs server, I believe you can run mulitple > servers by giving them different names. > > For details see: > > M-: (info "(emacs) Emacs Server") > > N. >