From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: newbie: window layout Date: Thu, 06 Mar 2008 00:04:04 +0100 Message-ID: <87r6eozsbf.fsf@thievol.homelinux.org> References: <47CF1FAF.3090903@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204757536 20021 80.91.229.12 (5 Mar 2008 22:52:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 22:52:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, rory To: "Lennart Borgman \(gmail\)" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 23:52:39 2008 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 1JX2TX-0006Hl-J4 for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 23:52:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JX2T0-0004v8-7U for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 17:52:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JX2Sf-0004uU-9K for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 17:51:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JX2Se-0004u5-Mt for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 17:51:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JX2Se-0004tu-Gi for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 17:51:44 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JX2Se-0004Z0-3S for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 17:51:44 -0500 Original-Received: by fg-out-1718.google.com with SMTP id d23so1632814fga.30 for ; Wed, 05 Mar 2008 14:51:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=PTJHibQAQRcsjzOxPQGerXXeidhQBjtPDidpBz8RANE=; b=VnV4vMc1znU08t6XHMmA725EQlYfr142P4KBK6LRGGfRL+n0vCDm6w0nTIwjK5fvcEKIW1iK+oFsyYi/ktjmPUEGssepkyT2RjxXjzvTnmyA0l8aCTRt8CN21Mxw8fvW2I9eGSAPFqTNiML2+RE8/y2egh/i/ZKshuqghA7kImg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=yBoYJ+ZMGvb/jSp7oIR2V/ISPrLQsp5/R93FELmIwLdM4EwC79EModT2b9YXs9iwpWcw0IT0PD+a3e9wwbJdPcihdSfe2cHoi09LkTZZ2l20Ap4qd+gOQ7SWckNlHnn/qsmViC/0gSs0MV/XLIIaufKzOm4BccDyn8B5NTUZPDk= Original-Received: by 10.86.30.9 with SMTP id d9mr3628519fgd.77.1204757503079; Wed, 05 Mar 2008 14:51:43 -0800 (PST) Original-Received: from thievol.homelinux.org ( [77.197.77.36]) by mx.google.com with ESMTPS id l12sm1623811fgb.8.2008.03.05.14.51.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Mar 2008 14:51:42 -0800 (PST) In-Reply-To: <47CF1FAF.3090903@gmail.com> (Lennart Borgman's message of "Wed, 05 Mar 2008 23:33:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:52075 Archived-At: "Lennart Borgman (gmail)" writes: > rory wrote: >> Hi everyone, pardon my emacs ignorance but I am having some difficulty >> in doing the following: editting my .emacs file so that emacs open >> with two windows but the bottom window is shorter than the top. I am >> using (split-window-vertically) which seems to split the window up but >> after that I can' seem to change their sizes. You can give an option to (split-window-vertically n) ==> n is the number of lines. By default the window is split in two equal part. >> I would also like to >> have the first windo black with white writing and the second one white >> with black writing. > > Colors are currently per frame, not per window. > > > -- A + Thierry Pub key: http://pgp.mit.edu