From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joshua Studen Newsgroups: gmane.emacs.help Subject: Frame numbering Date: Fri, 18 Apr 2014 17:34:55 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1397860644 13185 80.91.229.3 (18 Apr 2014 22:37:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 22:37:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 19 00:37:18 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 1WbHPJ-0000si-OV for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 00:37:17 +0200 Original-Received: from localhost ([::1]:40239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbHPJ-0003Wz-Ap for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 18:37:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbGR0-000873-D7 for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 17:34:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbGQz-0005B4-3K for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 17:34:58 -0400 Original-Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:63075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbGQy-0005Ap-UD for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 17:34:57 -0400 Original-Received: by mail-ig0-f179.google.com with SMTP id hl10so1064994igb.6 for ; Fri, 18 Apr 2014 14:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=G8fQCgA2uDDTpFh/Kl0p6K2XiyKfm0Ij+cOLhfZ56uI=; b=ns7CO08njQf07vgtqdxU0iBAkxsiA4ULlZrsBe40nMZJ8oU5v6krmln7Rwi5Kxxdhu XsX9kE7U5KdJklEFHRqyzYoi+O9zbJ0eh4vbMfMCSNjZ9BtM9wpy96UG/kTRLwas7sfz 23ggDJfe6Pfc4hcmnrBXRBSNOQa5B8cmCtGRfb5rRjjQBDvEfFNZrix5/EU/uC4BPRvQ cLp7vXu3CtIcJV2Zup3YmXCzkBTgUeC7qd3cQOnUXWLYvhcylhUV02DQumcMGmzOuRF+ 0+4YNa5Rex8GlJV4z1VBy7JujtDPAebkW++VycbdppZhW5CuOPO38DWXth7noiZ/QEVG oAXg== X-Received: by 10.50.62.104 with SMTP id x8mr6590733igr.37.1397856895621; Fri, 18 Apr 2014 14:34:55 -0700 (PDT) Original-Received: by 10.64.13.34 with HTTP; Fri, 18 Apr 2014 14:34:55 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::233 X-Mailman-Approved-At: Fri, 18 Apr 2014 18:37:05 -0400 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:97208 Archived-At: Hi, Is there an easy way to have numbered frames in Emacs? I guess, I'd like to setup my environment similar to what screen/tmux offer. I've found elscreen, but after using it for a while, I find it more of a distraction rather than an aid. Like with Tmux or screen, I can do C-b (or C-a) and then a number and it will switch to that screen/tmux pane. I think it COULD be possible with Emacs, but I don't know how to do it. Any advice or suggestions? Thanks! Josh