From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: G Anna Newsgroups: gmane.emacs.help Subject: Re: Saving window positions and speedbar Date: 24 Mar 2002 19:22:12 +0530 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <20020322155907.H22255@mobileway.com> <001101c1d268$ec16e640$01010a0a@privat.local> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017028869 25791 127.0.0.1 (25 Mar 2002 04:01:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 04:01:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pLfR-0006hr-00 for ; Mon, 25 Mar 2002 05:01:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pLed-0004bN-00; Sun, 24 Mar 2002 23:00:19 -0500 Original-Received: from [202.9.174.30] (helo=mailvs.eth.net) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pLc3-0004Vn-00 for ; Sun, 24 Mar 2002 22:57:40 -0500 Original-Received: from smtp ([202.9.178.23]) by mailvs.eth.net with Microsoft SMTPSVC(5.0.2195.4453); Mon, 25 Mar 2002 09:33:18 +0530 Original-Received: from 202.9.171.154 by smtp (InterScan E-Mail VirusWall NT); Sun, 24 Mar 2002 09:29:19 +0530 Original-To: "Enrico Schwass" In-Reply-To: <001101c1d268$ec16e640$01010a0a@privat.local> Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 X-OriginalArrivalTime: 25 Mar 2002 04:03:18.0562 (UTC) FILETIME=[FF198820:01C1D3B1] Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:8 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8 "Enrico Schwass" writes: > Hi > > I am using Gnu Emacs under linux console. (not X) > I would like to create 4 windows. One for source code, one for > documentation, one for speedbar and one for calendar/diary or mail > -------- > | 1 | 2 | > -------- > | 3 | 4 | > -------- > > My first problem is that speedbar always use the whole screen. > My second problem is that I dont know how to save window positions. > I am an emacs newbie and dont know anything about lisp programming, yet. C-x 2 runs the command split-window-vertically C-x 3 runs the command split-window-horizontally But I don't know how to run the speedbar in one of them....