From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Emacs and TMUX/StumpWM Date: Wed, 22 Feb 2012 08:14:14 -0800 Message-ID: References: <87ipj5es0n.fsf@googlemail.com> <87aa4gi74t.fsf@schoepe.localhost><87ty2kf3ei.fsf@newsguy.com> <87wr7gjamp.fsf@schoepe.localhost> <8762ezf63b.fsf@newsguy.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1329927283 28700 80.91.229.3 (22 Feb 2012 16:14:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2012 16:14:43 +0000 (UTC) To: "'Harry Putnam'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 17:14:38 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S0Epx-0001GD-Rm for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 17:14:38 +0100 Original-Received: from localhost ([::1]:54983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Epw-0002qy-UW for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 11:14:36 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Epo-0002qm-1O for help-gnu-emacs@gnu.org; Wed, 22 Feb 2012 11:14:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0Epe-0004Ru-C1 for help-gnu-emacs@gnu.org; Wed, 22 Feb 2012 11:14:27 -0500 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:51980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Epe-0004Rn-2s for help-gnu-emacs@gnu.org; Wed, 22 Feb 2012 11:14:18 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q1MGEFWc014590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 22 Feb 2012 16:14:16 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q1MGEFDn018465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Feb 2012 16:14:15 GMT Original-Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q1MGEFwi013426; Wed, 22 Feb 2012 10:14:15 -0600 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 22 Feb 2012 08:14:14 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <8762ezf63b.fsf@newsguy.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: AczxVvlcnXm6BiimTaOW7syYDN47wAAI1Jvg X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-CT-RefId: str=0001.0A090206.4F451458.0140,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:83836 Archived-At: > > [1] http://www.emacswiki.org/emacs/OneOnOneEmacs > > Drew, how does one experiment with this setup without involving their > main emacs installation? Just as it says in the Commentary of oneonone.el (http://www.emacswiki.org/emacs/oneonone.el), put this in your init file: (require 'oneonone) (1on1-emacs) Remove those two lines after you're done experimenting. That's all. You might also want to add this or equivalent to your .emacs while experimenting, to make buffers named `*...*' be special-display (dedicated windows, different background, etc.): (when (if (fboundp 'display-graphic-p) (display-graphic-p) window-system) (defconst special-display-regexps '("[ ]?[*][^*]+[*]"))) Note that [1] mentions several other files, besides `oneonone.el', which are also part of my attempt to make frames more usable (One-On-One Emacs). None are required by library `oneonone.el', however. This doc section gives a brief description of them: http://www.emacswiki.org/cgi-bin/wiki/OneOnOneEmacs#toc5. In particular, I would suggest trying `fit-frame.el', `autofit-frame.el', and `thumb-frm.el'. (Library `thumb-frm.el' requires `frame-cmds.el', which requires `frame-fns.el'.) HTH.