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: Saving frames across sessions Date: Mon, 27 Jan 2014 11:15:49 -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 1390839383 2922 80.91.229.3 (27 Jan 2014 16:16:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 16:16:23 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 27 17:16:30 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 1W7orM-0005zz-4r for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 17:16:28 +0100 Original-Received: from localhost ([::1]:60399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7orL-00039W-Gw for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 11:16:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7orA-00037P-1u for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 11:16:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7or5-0005Te-TR for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 11:16:15 -0500 Original-Received: from mail-vc0-x231.google.com ([2607:f8b0:400c:c03::231]:36866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7or5-0005TR-OG for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 11:16:11 -0500 Original-Received: by mail-vc0-f177.google.com with SMTP id if11so3515868vcb.22 for ; Mon, 27 Jan 2014 08:16:10 -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=S7zjYvLMFtqkpBrIYQId0KS7tQxW9rMW10ifzDLeKmY=; b=ok8r5T22ZFxfS+h71duvvt7XiRG8f0iax6EyJNiwvtgwaNr8n2VgtitIQ/3Bdx1cB0 A3Hg9PobAOc9A1/akPcK2vDLNkoqReJDftlFmvz3lx/xwBgPQJYY1dxn+KVVT+zivWtY AYKV4dTDB/W2m6acu457QQUeEk+rceSpd83XImN0U4KbmhXX15XiaYuQf/LalLCfvbA/ uD0oXKjKRDF9D2BIVdfAZgWDPAjgthGR72zkCp/GpK7JkVmbGCCWUgEvifZ6j8zqf9dr VE1obae94Q12QsLSHCOn4Ny4JGi6LZJXioWdH67ol2rK5lxsJWW28fsjQrfh8bS73GkJ ZNYw== X-Received: by 10.58.188.78 with SMTP id fy14mr761606vec.23.1390839370034; Mon, 27 Jan 2014 08:16:10 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Mon, 27 Jan 2014 08:15:49 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::231 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:95697 Archived-At: Hi, I generally use emacs --daemon on a remote server and then attach to it via emacsclient -c -nw. This works really well and has served as a replacement for screen/tmux (I can do everything inside emacs and it makes life a lot easier in many ways). One thing I've noticed though is that while emacs --daemon saves the buffers that are open, it doesn't remember my frame arrangements. Generally speaking, I have one frame for all my code, and then a second frame for a set of terminals (it's a distributed code, so sometimes I have to ssh into another remote machine, git pull, compile, run this machine-specific portion, etc). When I close otu and leave, and come back, I'd like to just be able to start emacsclient again and have the frame setup preserved, so I don't have to do it all again each time. Is there an easy way to do this? Thanks, Jai