From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: Windows Configuration Date: Wed, 04 Jun 2008 17:31:40 +0200 Message-ID: <4846B55C.7040605@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212593469 8643 80.91.229.12 (4 Jun 2008 15:31:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 15:31:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: bernardo.bacic@pobox.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 04 17:31:51 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 1K3uxg-0002Lw-Gl for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 17:31:40 +0200 Original-Received: from localhost ([127.0.0.1]:34120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3uwt-0004jG-CT for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 11:30:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3uwL-0004XJ-T5 for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 11:30:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3uwK-0004VQ-0D for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 11:30:17 -0400 Original-Received: from [199.232.76.173] (port=48028 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3uwJ-0004V4-KP for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 11:30:15 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:54229) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1K3uwJ-00065l-8v for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 11:30:15 -0400 Original-Received: (qmail invoked by alias); 04 Jun 2008 15:30:12 -0000 Original-Received: from 88-117-35-49.adsl.highway.telekom.at (EHLO [88.117.35.49]) [88.117.35.49] by mail.gmx.net (mp057) with SMTP; 04 Jun 2008 17:30:12 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/lIKllsxPlEC9lVZGEoMvs3zxFnv7E9XPevHo3dk hPrihMFAHFjFM1 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:54454 Archived-At: >> What I work in is *L*, the left side. How can I teach Emacs (mainly >> `delete-other-windows' and `split-window-vertically/horizontally' to >> leave the left side alone? > > see documentation for set-window-dedicated-p `delete-other-windows' and `split-window-vertically/horizontally' don't care about whether a window is dedicated or not. You can set `window-size-fixed' to avoid that windows get split - in some cases.