From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: George Katsitadze Newsgroups: gmane.emacs.help Subject: Re: Emacs (in console) on 2 screens. Date: Sat, 12 May 2007 12:06:08 +0300 Message-ID: <20070512090608.GA13379@thor> References: <1178889336.828294.160920@l77g2000hsb.googlegroups.com> <1178892884.716372.236800@h2g2000hsg.googlegroups.com> <1178893744.613383.30010@n59g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: sea.gmane.org 1178960863 5007 80.91.229.12 (12 May 2007 09:07:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 May 2007 09:07:43 +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 May 12 11:07:41 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HmnZl-0004aK-8O for geh-help-gnu-emacs@m.gmane.org; Sat, 12 May 2007 11:07:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmnhG-0002RA-UF for geh-help-gnu-emacs@m.gmane.org; Sat, 12 May 2007 05:15:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hmng2-0002OZ-Jw for help-gnu-emacs@gnu.org; Sat, 12 May 2007 05:14:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hmnfz-0002MH-7n for help-gnu-emacs@gnu.org; Sat, 12 May 2007 05:14:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hmnfy-0002Lz-Ei for help-gnu-emacs@gnu.org; Sat, 12 May 2007 05:14:06 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HmnYR-0002iV-Lx for help-gnu-emacs@gnu.org; Sat, 12 May 2007 05:06:19 -0400 Original-Received: by ug-out-1314.google.com with SMTP id j3so868810ugf for ; Sat, 12 May 2007 02:06:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=ZhyJmxqmVyGAeNIr0Y/jHwxkJHwwi7i9JW/edGMY3+lrcex6SzzBGUaqHlShAzvodWe4VlUylWweHmcXXzdPaNGLdpDDxn9An84Q/7PGEcwoXCkyEywzfJTHnTmtK2Unmx3KmV+dDx/dXPZkjvRP9hKfUzvDu7P261zH2J6k/Hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=DbZuJEHaoNABV/slbD2xDu9AJkzD//wHmKIs4P2Ib4aN+9AXuO93upe9uNVWgMnYRaGos4lbzEjIFMtkLPO5xZQUcXLP2hNwXjRPBUpm54VEBQnjTm02ig5EUzsf7FZuVnDXfL7I6qxug7lJukVf+1GUvKYuH0yGw+rKPfnA4+Y= Original-Received: by 10.67.22.14 with SMTP id z14mr3341166ugi.1178960778109; Sat, 12 May 2007 02:06:18 -0700 (PDT) Original-Received: from localhost ( [195.110.7.101]) by mx.google.com with ESMTP id c22sm11850849ika.2007.05.12.02.06.12; Sat, 12 May 2007 02:06:13 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43912 Archived-At: On Fri, May 11, 2007 at 07:11:48PM +0000, Maciej Katafiasz wrote: > Den Fri, 11 May 2007 12:31:04 -0400 skrev Chris McMahan: > > > I don't understand what you need, then. M-x new-frame creates an > > entirely new window that can be resized or enlarged to your heart's > > content to any resolution you need. > > He's not using emacs-in-X, so creating a new frame is meaningless in this > case. For that to work, you would need the multi-tty branch I believe. Another way is to use screen on both consoles (the second session is attached to the first one by running screen -x). Cheers, George