From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Fixing a window in place Date: Wed, 29 Apr 2009 13:10:53 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241003499 11493 80.91.229.12 (29 Apr 2009 11:11:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 11:11:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Paul Mead Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 29 13:11:29 2009 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 1Lz7hC-0006s1-4G for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 13:11:22 +0200 Original-Received: from localhost ([127.0.0.1]:50963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz7hB-0001ke-Ga for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 07:11:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz7gr-0001jy-KG for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:11:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz7gm-0001jP-5u for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:11:00 -0400 Original-Received: from [199.232.76.173] (port=36025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz7gm-0001jM-07 for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:10:56 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:34394) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz7gl-0006T6-Kp for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:10:55 -0400 Original-Received: by bwz5 with SMTP id 5so1164524bwz.42 for ; Wed, 29 Apr 2009 04:10:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5BzmzPZ9V/DIIMnb6S+Z0rdrz34MQk8gAwononSGvE0=; b=XmboVJffMTNgHuC/7dQxKXbBQLl8kH+5Qb4oTIH4xBOG/+OsQ8Pt2zXjULXnWu8eHv CfhOEu19iMlcclcuXqpN1VgCGHg0LdAGnnZehoE7nXsjTAjOY+50YGyyxocrEIXuI1yJ rGLPjvEoKMRuQZDa0QR5SChd8teTeMehJ0eGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=iGO04i2x63Fv0/pvAsClQkTSCjKCfVdkewzs6mAdh3oPGA6yMwL200DdkgY8EVcuU7 mCex0WBf524MAuMGkgis6eDWfzpefKqmqym5bYE1MU0hrZlW39A+h4S9+Qm2ZhMWuajE mxMhOR4j/Jat5VYfo3bKHCWDEZXD8Tet2/nJg= Original-Received: by 10.223.124.147 with SMTP id u19mr124415far.28.1241003453316; Wed, 29 Apr 2009 04:10:53 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/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:64092 Archived-At: On Wed, Apr 29, 2009 at 12:18 PM, Paul Mead wrote: > Hi > > Is there any way of making a particular window persistent? I have an erc > window which obviously disappears when I do other things and I'd like to > keep a small window at the bottom of the screen so I can keep an eye on > it. Is there a function or hack to do this? Maybe set-window-dedicated-p can help?